From google-ads
Confirm GA4 is properly linked with bidirectional data flow, audiences syncing, and key events imported as conversions.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Confirm GA4 is properly linked with bidirectional data flow, audiences syncing, and key events imported as conversions. Misaligned platforms create conflicting data that undermines analysis and optimization.
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.
Confirm GA4 is properly linked with bidirectional data flow, audiences syncing, and key events imported as conversions. Misaligned platforms create conflicting data that undermines analysis and optimization.
Data Source: Standard + Custom GAQL
Standard Data:
data/account/account_summary.md - GA4 linkage statusdata/account/conversion_actions.md - Conversion sourcesReference GAQL:
SELECT
conversion_action.name,
conversion_action.type,
conversion_action.origin,
conversion_action.status
FROM conversion_action
WHERE conversion_action.status = 'ENABLED'
Use /google-ads:get-custom to verify conversion action sources.
| Condition | Severity |
|---|---|
| No GA4 property linked | Critical |
| Auto-tagging disabled | Critical |
| GA4 linked but no conversions imported | Warning |
| Duplicate tracking (GA4 + Ads tag for same action) | Warning |
| GA4 audiences not syncing | Warning |
Short (default):
## GA4 Integration Audit
**Account:** [name] | **GA4 Linked:** [Yes/No] | **Auto-Tagging:** [On/Off] | **Issues:** [count]
### Critical
- **Auto-tagging disabled** - Enable for proper attribution
- **No GA4 property linked** - Missing cross-platform data
### Warnings
- **Duplicate conversion tracking** - [action] tracked by both GA4 and Ads tag
- **No GA4 audiences syncing** - Check sharing settings
### Recommendations
1. Enable auto-tagging in Google Ads account settings
2. Link GA4 with bidirectional data sharing
3. Choose single conversion source (recommend GA4) to avoid duplicates
Detailed adds: