API - Creating Google Ads Integration

I am trying to create a Google Ads integration with the API for one of my companies. When I pull integration data from a company that already has the integration, I get the integration type of "GoogleAdword". When trying to create an integration of type "GoogleAdword", I get an error stating that is not a valid integration type.

GET https://api.callrail.com/v3/a/[MY ACCT. #]/integrations.json?company_id=[COMPANY]

POST https://api.callrail.com/v3/a/[MY ACCT. #]/integrations.json

{
"type": "GoogleAdword",
"company_id": "[COMPANY ID]",
"config": {
"manager_customer_id": "[MANAGER ID]",
"client_customer_id": "[CLIENT ID]",
"send_form_conversions": false,
"send_chat_conversions": false
}
}

 

Is this feature not supported? Is there documentation about what integration types are supported? From the docs, it sounds like there is more than one but I have only ever gotten "Webhooks" to not throw an error.

Thanks!

1

Comments

1 comment
Date Votes
  • Official comment

    Hi Tyler Davis! You're correct - our "GET" endpoints for integrations (Listing all integrations, Retrieving a single integration) will return all relevant integrations, but if you're looking to create and/or configure an integration using the Creating an integration and/or Updating an integration endpoints, the only 2 types that are supported are Webhooks and Custom. This is mentioned in the API docs for the Creating an integration endpoint but we'll add more content so that it is more clear going forward. 

    We don't support setting up other integration types like Google Ads because they require authentication. A user has to log in with the Google account they use to manage their ad account(s) and we use that authentication data to fetch a list of Google Ads accounts for the user to choose from as well as enabling some settings the integration requires. 

    I hope this helps clear things up and thanks for the feedback on our documentation!

Please sign in to leave a comment.

Didn't find what you were looking for?

New post