cURL
curl --request PATCH \ --url https://{subdomain}.nudj.cx/api/v2/admin/third-party-config \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data '{ "googleTagManager": { "gtmId": "<string>" }, "googleAnalytics": { "gaId": "<string>" }, "metaPixel": { "pixelId": "<string>" }, "oneTrust": { "domainScriptId": "<string>" } }'
{ "googleTagManager": { "gtmId": "<string>" }, "googleAnalytics": { "gaId": "<string>" }, "metaPixel": { "pixelId": "<string>" }, "oneTrust": { "domainScriptId": "<string>" } }
Update the third party configuration settings.
Input for updating third party configuration settings
Google Tag Manager integration settings
Show child attributes
Google Analytics integration settings
Meta Pixel integration settings
OneTrust integration settings
Successful response
Third party integration settings
Was this page helpful?