Telemantix Docs
Back to Integrations

Connect Google Ads

Import leads from Google Ads Lead Form extensions into Telemantix CRM automatically.

What you'll need

  • A Google Ads account with Lead Form extensions active
  • A Google Cloud project with the Google Ads API enabled
  • A developer token (applied for in Google Ads → API Center)

Step 1 — Set Up OAuth in Google Cloud

1
Go to console.cloud.google.com → create or select a project.
2
Enable the Google Ads API under APIs & Services → Library.
3
Go to APIs & Services → Credentials → Create Credentials → OAuth Client ID.
4
Select Web Application and add the authorized redirect URI:
https://app.telemantix.com/api/integrations/google_ads/oauth/callback
5
Copy your Client ID and Client Secret.

Step 2 — Get a Developer Token

1
In your Google Ads account, go to Tools → API Center.
2
Apply for a developer token. For testing, the Test Account token works immediately.
3
For production, apply for Basic Access which requires approval.

Step 3 — Connect in Telemantix

1
Go to Integrations → Google Ads → Configure.
2
Enter your Client ID, Client Secret, and Developer Token.
3
Enter your Customer ID (10-digit Google Ads account ID, no dashes).
4
Click Connect with Google to authorize via OAuth.

Step 4 — Sync Leads

1
After connecting, click Sync Now to import existing leads from the last 30 days.
2
Telemantix will automatically sync new leads from Google Ads Lead Form submissions daily.

Fields Reference

Client IDOAuth Client ID from Google Cloud Console → APIs & Services → Credentials.
Client SecretOAuth Client Secret — keep this private, stored encrypted.
Developer TokenFrom Google Ads → Tools → API Center. Required to make API calls.
Customer IDYour 10-digit Google Ads account ID (without dashes). Found in the top bar of Google Ads.
Login Customer IDOptional. Used if you're accessing a manager (MCC) account. Set to the MCC account ID.

Common Issues

OAuth error: redirect_uri_mismatch

The redirect URI in Google Cloud Console must exactly match: https://app.telemantix.com/api/integrations/google_ads/oauth/callback (no trailing slash).

Developer token denied

Test tokens only work with Google Ads Test Accounts. Apply for Basic Access for production use.

No leads importing

Ensure your Google Ads campaign has Lead Form extensions (not just a landing page). Check that the Customer ID matches the account running the campaign.