Entry Tracking Variables, Custom Events and Campaign personalization
Hi,
we would like to use the Entry Tracking Variables from a program (triggered via Custom Event) to personalize a campaign.
We would like to understand the correct procedure to do so.
Step 1)
Is it possible to pass the values of the Entry Tracking Variables in the API call of the custom event, used as a trigger in the program?
We read the API guide (https://docs.oracle.com/en/cloud/saas/marketing/responsys-rest-api/op-rest-api-v1.3-events-eventname-post.html), should we pass the ETV in the "optionalData" array?
"optionalData": [
{
"name": "CUSTOM1",
"value": "value1"
}
]
Step 2)
Regarding the usage in the campaign, we read another guide about ETV (
Tagged:
0