Short answer: You can get campaign metrics in Google Ads by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Ads Get Campaign Metrics action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Customer ID customer_id | string | Required | Google Ads customer ID (no dashes) |
Campaign ID campaign_id | string | Required | Campaign ID to fetch metrics for |
Date Range date_range | select | Optional | Reporting window |
Manager Account ID login_customer_id | string | Optional | MCC manager account ID (optional) |
{"customer_id": "{{trigger.customer_id}}","campaign_id": "{{trigger.campaign_id}}","date_range": "{{trigger.date_range}}","login_customer_id": "{{trigger.login_customer_id}}"}
{"results": [{"metrics": {"ctr": 0.0291,"clicks": "350","averageCpc": "12857","costMicros": "4500000","conversions": 18,"impressions": "12000"},"campaign": {"id": "111","name": "Spring Sale"}}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.