Google Publisher Provided ID (PPID)
What is Google Publisher Provided ID (PPID)
The Publisher provided identifier (PPID) allows publishers to send Google Ad Manager an identifier for use in frequency capping, audience segmentation and audience targeting, sequential ad rotation, and other audience-based ad delivery controls across devices.
You can read more on https://support.google.com/admanager/answer/2880055
How to integrate Utiq martechpass as Google PPID
In order to integrate Utiq martechpass as Google PPID, you need to do this Utiq configuration.
window.Utiq = window.Utiq || {};
window.Utiq.config = {
listeners: {
onIdsAvailable: ({ mtid }) => {
if (mtid) {
googletag.pubads().setPublisherProvidedId(mtid);
googletag.enableServices();
}
}
}
};
How to test the integration
For validation, you should expect to see the following.
Google Ad Manager call
https://securepubads.g.doubleclick.net/gampad/ads
contains Utiq martechpass inppid
parameterThe above value is the same as the value of
window.Utiq.API.getIdGraphEntry('mtid')