This property sets the data source container ID that you want to use for ID syncs.
Contents:
Syntax: idSyncContainerID: *
container ID value*
Code Sample:
var visitor = Visitor.getInstance ("Insert Experience Cloud organization ID here",{
...
//Set container ID
idSyncContainerID:80
});
Containers
Containers are objects created by Audience Manager. Although they’re not externally accessible, these container list all the data sources that:
Even if you’re not an Audience Manager customer, your account will have these containers if you’re exchanging IDs with different data sources on different pages across your domain. This is because Audience Manager provides the technology and back-end functionality that enables ID synchronization.
Use Cases
Depending on your situation, you may or may not need to add this configuration to your ID service code.
Condition | Description |
---|---|
Not needed |
You do not need to use this configuration if:
|
Needed |
You need to use this configuration when all of these conditions apply:
|
If you have deployed DILand VisitorAPI.js on the same page:
idSyncContainerID
configuration in the ID service code only.