Skip to content

IntegrationsGoogle​

Endpoints to interact with Google Analytics and GTM integration


Get Google Analytics and GTM settings​

GET
/api/v2/integrations/google

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Google settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update Google Analytics and GTM settings​

PATCH
/api/v2/integrations/google

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI