From google-ads
Verify that Consent Mode v2 is properly implemented to maintain conversion measurement accuracy while respecting user privacy choices.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Verify that Consent Mode v2 is properly implemented to maintain conversion measurement accuracy while respecting user privacy choices. Consent Mode enables conversion modeling for users who decline cookies, recovering otherwise lost conversion data.
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.
Verify that Consent Mode v2 is properly implemented to maintain conversion measurement accuracy while respecting user privacy choices. Consent Mode enables conversion modeling for users who decline cookies, recovering otherwise lost conversion data.
Data Source: Custom GAQL Required
The standard export does not include Consent Mode status details.
Standard Data:
data/account/account_summary.md - Account settingsdata/account/conversion_actions.md - Conversion action configurationGAQL Query:
SELECT
customer.id,
customer.descriptive_name,
customer.conversion_tracking_setting.google_ads_conversion_customer
FROM customer
LIMIT 1
Run via /google-ads:get-custom with query name consent_mode_check.
Note: Full Consent Mode verification requires Tag Assistant or code inspection.
| Condition | Severity |
|---|---|
| EEA traffic without Consent Mode V2 | Critical |
| V1 only (missing ad_user_data, ad_personalization) | Critical |
| Tags firing before consent obtained | Critical |
| CMP not integrated with gtag | Warning |
| Low traffic volume (modeling may not work) | Warning |
| Consent defaults not set | Warning |
Short (default):
## Consent Mode v2 Audit
**Account:** [Name] | **Status:** [V2 Compliant/V1 Only/Not Implemented]
### Compliance Assessment
| Requirement | Status |
|-------------|--------|
| Consent Mode enabled | [Yes/No/Unknown] |
| V2 signals (ad_user_data) | [Yes/No/Unknown] |
| EEA compliance | [Compliant/Gap] |
### Critical ([Count])
- **[Issue]**: [Description] -> [Fix]
### Recommendations
1. [Priority action]
2. [Secondary action]
Detailed adds: