Addressability Extension and ATS.js
Learn about Addressability Extension and ATS.js.
The Authenticated Traffic Solution (ATS) only uses your user data to power monetization on your property.
If you would like to leverage your user data to enhance addressability across the LiveRamp match network, ATS supports dropping a standard image match pixel.
To enable Addressability Extension, request a pixelID from LiveRamp by emailing us at [email protected]. Then, pass the provided pixelID into the ATS.js configuration:
{
"placementID": 9999,
"cssSelectors": [
"input[type=text]"
],
"pixelID": 12345
}This will drop a script tag just before the closing </body> tag and attempt to set a LiveRamp third-party cookie.
Updated 2 days ago