skill-010-campaign-priority-experiments

skill-010-campaign-priority-experiments is a skill for Claude Code from TrueClicks/claude-plugins. It costs 31 tokens per session (670 once invoked), scanned A, original, MIT.

A guide for checking Google Ads Shopping campaign priority settings and experiment or draft structure. Shopping campaigns are ad campaigns for products, and priority controls which campaign receives matching traffic.

In plain words
What is it for?
Use it to retrieve Shopping priorities and experiment details, then review campaign status, merchant IDs, dates, and experiment structure.
Why use it?
Incorrect priorities can send traffic to the wrong campaigns and make experiment results unreliable. It identifies the data needed to check these settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the google-ads plugin — 52 skills, 4 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/trueclicks/claude-plugins/skill-010-campaign-priority-experiments
Any agent
npx skills add TrueClicks/claude-plugins --skill skill-010-campaign-priority-experiments
Clone the repo
git clone --depth 1 https://github.com/TrueClicks/claude-plugins

Made for: Claude Code.

Or install google-ads, the plugin that ships this one along with the rest of its 52 skills, 4 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-010-campaign-priority-experiments

README.md
[![agentmods](https://agentmods.dev/badge/skills/trueclicks/claude-plugins/skill-010-campaign-priority-experiments.svg)](https://agentmods.dev/skills/trueclicks/claude-plugins/skill-010-campaign-priority-experiments)
Your own site
<a href="https://agentmods.dev/skills/trueclicks/claude-plugins/skill-010-campaign-priority-experiments"><img src="https://agentmods.dev/badge/skills/trueclicks/claude-plugins/skill-010-campaign-priority-experiments.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 670 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00670
Opus 5 $0.00015 $0.00335
Sonnet 5 $0.00006 $0.00134
Haiku 4.5 $0.00003 $0.00067

Measured 5d ago against content hash 00300d9f209b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

skill-010-campaign-priority-experiments scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/google-ads/skills/skill-010-campaign-priority-experiments/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill 010: Campaign Priority and Experiment Structure

Purpose

Ensure campaign priorities (especially for Shopping) are correctly configured and that experiments/drafts are properly structured. Incorrect priority settings cause traffic to route to the wrong campaigns, distorting results.

Data Requirements

Data Source: Custom GAQL Required

Standard export includes basic shopping settings but may lack complete priority data. Custom GAQL provides experiment information.

GAQL Query (Shopping priorities):

SELECT
  campaign.id,
  campaign.name,
  campaign.status,
  campaign.shopping_setting.campaign_priority,
  campaign.shopping_setting.merchant_id,
  campaign.advertising_channel_type
FROM campaign
WHERE campaign.advertising_channel_type = 'SHOPPING'
  AND campaign.status != 'REMOVED'

GAQL Query (experiments):

SELECT
  experiment.experiment_id,
  experiment.name,
  experiment.status,
  experiment.type,
  experiment.start_date,
  experiment.end_date
FROM experiment

Run via /google-ads:get-custom with query names shopping_priorities and experiments.

Analysis Steps

  1. Analyze Shopping priorities: List all Shopping campaigns with priorities (0=Low, 1=Medium, 2=High); check for conflicts
  2. Validate priority logic: Higher priority campaigns should have negatives to funnel specific queries
  3. Review experiments: List active experiments; check duration (2-4 weeks recommended) and traffic split
  4. Check experiment best practices: One variable tested, sufficient budget, clear success metrics
  5. Identify issues: Overlapping priorities without differentiation, experiments running too long/short

Thresholds

Condition Severity
Multiple Shopping campaigns with same priority and overlapping products Critical
High priority campaign without negatives Warning
Experiment running > 8 weeks Warning
Experiment < 2 weeks Info
Experiment traffic split uneven (>60/40) Info

Read the full file on GitHub · 88 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 88 lines · 31 tokens per session scan A 00300d9f209b

Subscribe to this mod's changes

skill-010-campaign-priority-experiments is a skill published in the GitHub repository TrueClicks/claude-plugins (2 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 670 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nemoclaw-contributor-implement-issue

Implement an accepted NemoClaw GitHub issue in the current checkout. Use when a user asks to pick up an issue for implementation, implement or fix a named issue, or add the issue's tests. Confirm accepted scope, deliver the smallest independently valuable capability slice, and record validation and remaining gates…

NVIDIA/NemoClaw · 134 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens