Skip to main content
Skip table of contents

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.

JS
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.

  1. Google Ad Manager call https://securepubads.g.doubleclick.net/gampad/ads contains Utiq martechpass in ppid parameter

  2. The above value is the same as the value of window.Utiq.API.getIdGraphEntry('mtid')

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.