Device Access and iFrame sync Permissions

circle-info

To perform User Syncronization and handle various User Privacy related scenarii (GDPR, CCPA, COPPA, ...), Adagio requires the following settings

pbjs.setConfig({
  deviceAccess: true,
  userSync: {
    filterSettings: {
      iframe: {
        bidders: ['adagio'], // Required
        filter: 'include'    // Required
      }
    }
  }
});

You can refer to Review your technical integration to validate that you've succesfuly performed this step

Last updated

Was this helpful?