Get Google integration
GET/ad-publishing/google/integration
Retrieve the Google Ads integration details for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
Google Ads integration metadata for the location
- application/json
- Schema
- Example (auto)
Schema
locationIdstringrequired
Location identifier
statusstringrequired
Connection state. Set to disconnected automatically if the selected account is no longer active.
Available options
connectedexpireddisconnectedadAccountIdstringrequired
Connected Google Ads customer id, empty string when disconnected
createdAtstringrequired
When the integration was created
updatedAtstringrequired
When the integration was last updated
{
"locationId": "fRMewNQIxSyZ5R4nQyit",
"status": "connected",
"adAccountId": "6776452901",
"createdAt": "2025-01-08T17:50:37.952Z",
"updatedAt": "2026-08-11T11:57:25.917Z"
}