Overview
Connecting Google Ads lets the dashboard:- Create, update, pause, resume, and remove App campaigns (UAC) and ad groups.
- Upload creative assets (image, YouTube video, text) into the connected customer.
- Pull spend, impressions, clicks, conversions, and conversion value via GAQL.
- Run native creative experiments by rotating multiple AssetGroups inside one App Campaign.
Prerequisites
Before connecting, make sure you have:- A Google Ads account in good standing (test or production).
- A developer token from a Google Ads manager account, configured by your administrator. Self-serve provisioning is not currently available.
- (Optional) A manager (MCC) account if you operate multiple client accounts. The MCC id is forwarded as the
login-customer-idheader so requests target the correct child customer.
OAuth scopes
The connection requests the following scope:Connect
- Open the Paid UA → Integrations page in the dashboard.
- Click Connect on the Google Ads tile.
- Sign in with the Google account that has access to your Ads accounts.
- Approve the requested scope.
- After redirect, choose the customer id (and manager id, if applicable) you want this integration to operate against.
What happens behind the scenes
Every write request carries an
Idempotency-Key HTTP header so retries do not produce duplicate resources, even if the platform connection drops mid-request.
Rate limiting
Requests are rate limited. If the platform reportsRESOURCE_EXHAUSTED or HTTP 429, the request is automatically retried with exponential backoff.
Reporting
Metrics are pulled hourly (or on demand) via GAQL. Default columns include:Experiments (UAC AssetGroups)
For UAC campaigns, the dashboard creates one Asset Group per variant inside a single App Campaign. Google’s optimisation engine handles traffic rotation. Variants record per-variant metrics (impressions, clicks, conversions, spend) so you can declare a winner from the dashboard.Disconnect
Click Disconnect on the integration tile. The OAuth refresh token is removed from the dashboard. To fully revoke access, also remove the third-party app authorisation from your Google account.Troubleshooting
- “Google Ads developer token not configured” — the developer token is missing from the platform configuration. Ask your administrator to set it.
- “Google Ads listAccessibleCustomers returned 401” — the OAuth token has been revoked or has expired without a valid refresh token. Re-connect the integration.
- “RESOURCE_EXHAUSTED” — your customer’s per-minute API quota was breached. The dashboard backs off automatically; if the error persists, lower campaign-mutation frequency.
- No customers listed after connect — the signed-in Google account does not yet have access to any Google Ads customers. Add the account to a customer (or manager) in Google Ads, then reconnect.

