cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/third-party-config \ --header 'x-api-token: <api-key>'
{ "googleTagManager": { "gtmId": "<string>" }, "googleAnalytics": { "gaId": "<string>" }, "metaPixel": { "pixelId": "<string>" }, "oneTrust": { "domainScriptId": "<string>" } }
Retrieve the third party integration settings.
Successful response
Third party integration settings
Google Tag Manager integration settings
Show child attributes
Google Tag Manager container identifier
Google Analytics integration settings
Google Analytics tracking identifier
Meta Pixel integration settings
Meta Pixel identifier
OneTrust integration settings
OneTrust domain script identifier
Was this page helpful?