From google-ads
Ensure campaign priorities (especially for Shopping) are correctly configured and that experiments/drafts are properly structured.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
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.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
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 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.
| 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 |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## Campaign Priority & Experiments Audit
**Account:** [Name] | **Shopping Campaigns:** [X] | **Active Experiments:** [Y]
### Critical ([Count])
- **[Campaign A] & [Campaign B]**: Same priority (Medium), overlapping products → Differentiate priorities
### Warnings ([Count])
- **[Campaign]**: High priority without negatives → Add negatives to filter queries
- **[Experiment]**: Running [X] weeks (>8 weeks) → Conclude and implement winner
### Recommendations
1. Resolve priority conflicts in Shopping campaigns
2. Conclude long-running experiments
Detailed adds: