ATS Analytics
Features
Registration
LiveRamp’s ATS Analytics is free of charge and only requires a simple registration with Liveramp. Please sign up through our Console platform and create the analytics adapter to get started.
The LiveRamp privacy policy is at https://liveramp.com/privacy/service-privacy-policy/.
Analytics Options
Name | Scope | Description | Example | Type |
---|---|---|---|---|
pid | required | This is the Placement ID, a unique identifier that is used to identify each publisher, obtained from registering with LiveRamp. | "999" |
string |
Example Configuration
pbjs.que.push(function () {
pbjs.enableAnalytics([{
provider: "atsAnalytics",
options: {
pid: "999" // Set your valid Placement ID here
}
}])
});