Gather required credentials
You must provide the appropriate values to the following credentials in order to successfully connect your Google Ads account to Experience Platform.
Credential | Description |
---|---|
clientCustomerId | The client customer ID is the account number that corresponds with the Google Ads client account that you want to manage with the Google Ads API. This ID follows the template of 123-456-7890 . |
loginCustomerId | The login customer ID is the account number that corresponds with your Google Ads manager account and is used to fetch report data from a specific operating customer. For more information on the login customer ID, read the Google Ads API documentation. |
developerToken | The developer token allows you to access the Google Ads API. You can use the same developer token to make requests against all of your Google Ads accounts. Retrieve your developer token by logging in to your manager account and then navigating to the API Center page. |
refreshToken | The refresh token is a part of OAuth2 authentication. This token allows you to regenerate your access tokens after they expire. |
clientId | The client ID is used in tandem with the client secret as part of OAuth2 authentication. Together, the client ID and client secret enables your application to operate on behalf of your account by identifying your application to Google. |
clientSecret | The client secret is used in tandem with the client ID as part of OAuth2 authentication. Together, the client ID and client secret enables your application to operate on behalf of your account by identifying your application to Google. |
googleAdsApiVersion | The current API version supported by Google Ads. While the latest version is v18 , the latest supported version on Experience Platform is v17 . |
connectionSpec.id | The connection specification returns a source’s connector properties, including authentication specifications related to creating the base and source connections. The connection specification ID for Google Ads is: d771e9c1-4f26-40dc-8617-ce58c4b53702 . This value is required if you are connecting your Google Ads account using the Flow Service API. |