Help Centre

Google

 

Google Ads — How to Obtain Setup Information

1. Open Google’s “First call” guide for the Google Ads API:
   https://developers.google.com/

1761040966978252.png


2. Customer ID (Client Account)
   Go to https://ads.google.com/, sign in, choose the ad account, and copy the Customer ID (copy the digits only, without dashes).

1761100769661779.png


3. Developer Token (Manager Account required)
   Switch to your Manager account (MCC). In Google Ads, go to Admin → API Center to find or request your Developer token.

1761101264317230.png

1761101513117351.png


4. OAuth Client ID & Client Secret
   Open Google API Console credentials page:
https://console.cloud.google.com/
   Select an existing project or create a new one, then go to Credentials to create/find your OAuth Client ID and Client Secret.

1761102054744424.png

1761102380413301.png

1761102582261163.png

1761102816929122.png


Open Google Auth Platform Clients page:
https://console.cloud.google.com/auth/clients

1761117743421080.png

1761118080868196.png


5. Refresh Token
   Use Google OAuth Playground to generate the Refresh token:
   https://developers.google.com/oauthplayground

1761103581213798.png1761103635413286.png

1761103764549972.png

Google_API12.png

6. Token Expiration & Production Status
   After completing the steps above, proceed to your next integration step. Note that tokens generated while the app is in testing can expire after 7 days. To avoid short-lived tokens, change your OAuth app’s publishing status to Production before issuing long-term tokens.