Google Ads
Understand your ad campaign performance
Last updated
Understand your ad campaign performance
Last updated
Connecting to the Google Ads API requires:
Obtain a Google Ads Developer token Follow the Google documentation which takes you through two steps:
Select or create a Google Ads manager account
Apply for access to the Google Ads API
You can see if your access is complete by searching 'Google Ads API' in the Google Cloud universal search bar
This method uses your own Google Project to authorize access, and is the most secure method since your own OAuth credentials are used.
To generate credentials:
Visit https://console.cloud.google.com/apis/credentials and select your project
Click "Create Credentials" and choose "OAuth Client ID" as the type
Choose "Web Application" as the application type
Add a redirect URI of the form https://apps-api.c1.<region>.<cloud-vendor>.app.snowflake.com/oauth/complete-secret
If you're unsure what value to for the redirect URI, the following Snowflake query will construct it for your account:
select 'https://'||t.value:host::varchar||'/oauth/complete-secret' as URI from table(flatten(input => parse_json(system$allowlist()))) as t where t.value:host::varchar LIKE 'apps-api%';
Click Create, and use the generated Client ID and Secret during Omnata connection creation.
In the Omnata App, Create a Connection and follow the instructions to create and authorise the integration.
Campaign
Metrics
Incremental
Full-refresh
Coming soon...