From google-ads
Check that high-resolution, properly formatted image assets are uploaded for campaigns that support them.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Image assets increase ad visibility and engagement, particularly on mobile. Campaigns without images or with low-quality images miss opportunities for higher CTR. This audit ensures image assets are properly configured for Search extensions, Performance Max, and Demand Gen campaigns.
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.
Image assets increase ad visibility and engagement, particularly on mobile. Campaigns without images or with low-quality images miss opportunities for higher CTR. This audit ensures image assets are properly configured for Search extensions, Performance Max, and Demand Gen campaigns.
Data Source: Custom GAQL Required
Standard export does not include image asset details.
GAQL Query (customer-level images):
SELECT
asset.id,
asset.name,
asset.type,
asset.image_asset.file_size,
asset.image_asset.full_size.height_pixels,
asset.image_asset.full_size.width_pixels,
asset.image_asset.mime_type,
customer_asset.status
FROM customer_asset
WHERE asset.type = 'IMAGE'
GAQL Query (campaign-level):
SELECT
campaign.name,
asset.type,
asset.image_asset.full_size.height_pixels,
asset.image_asset.full_size.width_pixels,
campaign_asset.status,
metrics.impressions,
metrics.clicks
FROM campaign_asset
WHERE asset.type = 'IMAGE'
AND segments.date DURING LAST_30_DAYS
Run via /google-ads:get-custom with query name image_assets.
| Condition | Severity |
|---|---|
| PMax campaign without images | Critical |
| Image below minimum resolution | Warning |
| Non-standard aspect ratio | Warning |
| Fewer than 3 images per ratio (PMax) | Warning |
| Search campaign without image extension | Info |
Short (default):
## Image Asset Audit
**Account:** [Name] | **Images:** [X] | **Issues:** [Y]
### Critical ([Count])
- **[Campaign]** (PMax): No images -> Upload square + landscape + portrait
### Warnings ([Count])
- **[X] images** below recommended resolution -> Replace with 1200px versions
- **[Campaign]**: Missing portrait (4:5) images
### Coverage
| Campaign Type | Campaigns | With Images | Status |
|---------------|-----------|-------------|--------|
| Performance Max | X | X | OK/Missing |
| Search | X | X | OK/Add |
### Recommendations
1. [Priority action]
Detailed adds: