The Viewer ID Tracking property can be used to capture/collect viewerIDs of known users from various marketing integrations by leverages 3rd party cookie tracking.
The following requirements are needed for the Viewer ID Tracking:
To configure the Viewer ID Tracking property, follow these steps:
The following integrations can be configured with this property:
To configure the Viewer ID Tracking property in the JSON Editor, follow these steps:
viewer_id_source
property. It should look similar to this:
Here are some examples to implement all the integrations:
"viewer_id_source": {
"source": "eloqua",
"endpoint": "endpointXYZ",
"site": "siteXYZ"
}
"viewer_id_source": {
"source": "hubspot",
"account_id": "account1234"
}
"viewer_id_source": {
"source": "marketo",
"account_id": "account1234",
"domain_level": "1"
}
"viewer_id_source": {
"source": "salesforce"
}
"viewer_id_source": {
"source": "sailthru"
}
"viewer_id_source": {
"source": "adobe",
"marketing_cloud_org_id": "test@AdobeOrg"
}
"viewer_id_source": {
"source": "gtag",
"tag_id": "G-123"
}
"viewer_id_source": {
"source": "braze",
"api_key": "123XYZ"
}