From google-ads
Check whether Search campaigns have inadvertently opted into the Google Display Network.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Check whether Search campaigns have inadvertently opted into the Google Display Network. This default-on setting routes budget to low-intent display placements, reducing Search campaign efficiency.
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.
Check whether Search campaigns have inadvertently opted into the Google Display Network. This default-on setting routes budget to low-intent display placements, reducing Search campaign efficiency.
Data Source: Custom GAQL Required
The standard export may not include target_content_network setting. Custom GAQL provides complete network settings and spend breakdown.
GAQL Query:
SELECT
campaign.id,
campaign.name,
campaign.advertising_channel_type,
campaign.network_settings.target_content_network,
segments.ad_network_type,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.conversions
FROM campaign
WHERE segments.date DURING LAST_30_DAYS
AND campaign.status = 'ENABLED'
Run via /google-ads:get-custom with query name display_network_audit.
advertising_channel_type = SEARCHtarget_content_network = truead_network_type to calculate Display spend as % of campaign total| Condition | Severity |
|---|---|
| Search campaign with Display Network enabled | Critical |
| Display spend >5% of Search campaign budget | Critical |
| Display conversions = 0 with >$50 spend | Critical |
| Display conv rate <50% of Search conv rate | Warning |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## Display Network Opt-in Audit
**Account:** [Name] | **Analyzed:** [X] Search campaigns | **Display Enabled:** [Y]
### Critical ([Count])
- **[Campaign]**: Display Network enabled, $[X] Display spend ([Y]% of campaign) → Disable
### Warnings ([Count])
- **[Campaign]**: Display conv rate [X]% vs Search [Y]% → Review and likely disable
### Recommendations
1. Disable Display Network on [X] Search campaigns
2. Estimated monthly savings: $[Y]
3. If Display reach needed, create dedicated Display campaigns
Detailed adds: