Skip to main content
Use the Google Ads integration to operate paid campaigns and turn account changes into typed automation inputs. Automate.ax handles OAuth, the platform developer token, manager headers, pagination, retries, and polling.

Exports

  • googleAds contains the packaged actions and triggers.
  • googleAccount("name") selects a named Google connection.

Account hierarchy

Use listAccessibleCustomers to find accounts directly available to the OAuth identity. Use listCustomerClients to traverse a manager account. For calls to a managed client, set customerId to the client and loginCustomerId to the manager. Customer IDs accept the displayed dashed form or 10 digits.

Triggers

Actions

Provider behavior

Google Ads reports use GAQL. Search responses contain fixed 10,000-row pages; continue with nextPageToken and the identical query. Mutations return resource names. Provider quotas and access levels apply, and errors include Google’s request ID when available. Change triggers don’t form a complete audit log. Google omits Ads Editor and criterion-level changes, and some rows visible in Change History have no ChangeEvent. Use Google’s change-status reporting when you need those changes.