Test method
Make sure your integration works properly
To test the tag integration V2, use partner_id 1 and key_id 1, and check if you get this result after having given consent on the CMP :
sddanCallback({
"segments": [111111, 222222],
"contextual_categories": {
"333333": 100
},
"shared_taxonomy": {
"27446": {
"segments": [444444, 555555],
"contextual_categories": {
"666666": 100
}
}
}
})To test both integration with valid credentials, proceed like below.
1) User ID creation
2) Get encrypted user ID

3) Force user ID into segment id
Force user ID
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated