From google-ads
Verify that critical product identifiers (GTIN, MPN, Brand) and key attributes are populated in the product feed.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Verify that critical product identifiers (GTIN, MPN, Brand) and key attributes are populated in the product feed. Complete attribute data improves product matching, search relevance, and prevents listing disapprovals.
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 critical product identifiers (GTIN, MPN, Brand) and key attributes are populated in the product feed. Complete attribute data improves product matching, search relevance, and prevents listing disapprovals.
Data Source: Custom GAQL Required
The standard export does not include product attribute details like GTIN/MPN.
GAQL Query:
SELECT
campaign.name,
campaign.advertising_channel_type,
segments.product_item_id,
segments.product_title,
segments.product_brand,
segments.product_type_l1,
segments.product_type_l2,
segments.product_condition,
metrics.impressions,
metrics.clicks
FROM shopping_performance_view
WHERE campaign.advertising_channel_type IN ('SHOPPING', 'PERFORMANCE_MAX')
AND segments.date DURING LAST_30_DAYS
ORDER BY metrics.impressions DESC
LIMIT 2000
Run via /google-ads:get-custom with query name product_attributes.
Note: GTIN/MPN data requires Merchant Center API access.
| Condition | Severity |
|---|---|
| Brand missing | Critical |
| Product Type < 2 levels deep | Critical |
| GTIN missing in required category (via MC) | Critical |
| Color missing (apparel) | Warning |
| Size missing (apparel) | Warning |
| Google Product Category too generic | Warning |
Short (default):
## Product Feed Attribute Audit
**Account:** [Name] | **Products Analyzed:** [X] | **Issues:** [Y]
### Attribute Coverage (from Google Ads data)
| Attribute | Coverage | Status |
|-----------|----------|--------|
| Brand | [%] | [Pass/Fail] |
| Product Type L1 | [%] | [Pass/Fail] |
| Product Type L2 | [%] | [Pass/Fail] |
### Critical ([Count])
- **[Product]**: Missing [attribute] -> Add from product data
### Recommendations
1. [Priority action - fix in Merchant Center feed]
2. [Secondary action]
Detailed adds: