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>"
},
"shopify": {
"isConnectionActive": true,
"shopDomain": "<string>"
}
}Update the third party configuration settings.
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>"
},
"shopify": {
"isConnectionActive": true,
"shopDomain": "<string>"
}
}Input for updating third party configuration settings. Only include fields you want to update. Set a field to null to remove that integration configuration.
Google Tag Manager integration settings
Show child attributes
Google Analytics integration settings
Show child attributes
Meta Pixel integration settings
Show child attributes
OneTrust integration settings
Show child attributes
Successful response
Third party integration settings
Google Tag Manager integration settings
Show child attributes
Google Analytics integration settings
Show child attributes
Meta Pixel integration settings
Show child attributes
OneTrust integration settings
Show child attributes
Shopify integration settings
Show child attributes
Was this page helpful?