Set up OAuth authentication and fetch campaign data from Google Ads using superglue
Note: Google Ads has a very complex setup process involving test accounts, manager accounts, and developer tokens. We’ve done our best to summarize the process here, but refer to Google Ads API documentation for more detailed information.
Note: The developer token from your production account can access test accounts created under the same Google account.
https://app.superglue.cloud/api/auth/callback
Important: After connecting via OAuth, you’ll need to add additional credentials in the Advanced Settings:
- Add your production account’s
developer_token
to the credentials- Add your test manager account ID as
login-customer-id
to enable accessing test accounts
Note: To access production Google Ads accounts (not test accounts), ensure your developer token has been approved for production use. Test accounts are perfect for development and don’t require billing information.