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 :
To test both integration with valid credentials, proceed like below.
1) User ID creation
Go to http://parasolchauffant.com/, accept terms
2) Get encrypted user ID
Go to https://partner-api.sddan.com/api/v1/public/user/partner/[PARTNER_ID]/user
Copy the encrypted user ID into your clipboard (e.g see JSON response)
3) Force user ID into segment id
Force user ID
POST
https://partner-api.sddan.com/api/v1/public/user/partner/:partnerId/user/segment
Force your user ID into a Sirdata segment. Request body is JSON format
Path Parameters
Name | Type | Description |
---|---|---|
partnerId | number | Your given partner id |
Query Parameters
Name | Type | Description |
---|---|---|
userId | string | Encrypted user id obtained in step 2) |
Request Body
Name | Type | Description |
---|---|---|
segments | array | List of segment ids you like to force your user ID into |
Last updated