Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.59 KB

idWardRtdProvider.md

File metadata and controls

68 lines (56 loc) · 2.59 KB
layout title display_name description page_type module_type module_code enable_download vendor_specific pbjs_version_notes sidebarType
page_v2
ID Ward Real Time Data Provider Module
ID Ward Real Time Data Provider Module
ID Ward Real Time Data Provider Module
module
rtd
idWardRtdProvider
false
true
removed in 9.0
1

Warning!

The idWardRtdProvider module has been renamed to anonymisedRtdProvider in light of the company's rebranding. idWardRtdProvider module is maintained for backward compatibility until the next major Prebid release.

Please use anonymisedRtdProvider instead of idWardRtdProvider in your Prebid integration.

ID Ward Real Time Data Provider Module

ID Ward is a data anonymization technology for privacy-preserving advertising. Publishers and advertisers are able to target and retarget custom audience segments covering 100% of consented audiences. ID Ward’s Real-time Data Provider automatically obtains segment IDs from the ID Ward on-domain script (via localStorage) and passes them to the bid-stream.

Publisher Usage

  1. Build the idWardRtd module into the Prebid.js package with:

    gulp build --modules=idWardRtdProvider,...
  2. Use setConfig to instruct Prebid.js to initilaize the idWardRtdProvider module, as specified below.

Configuration

 pbjs.setConfig({
   realTimeData: {
     dataProviders: [
       {
         name: "idWard",
         waitForIt: true,
         params: {
           cohortStorageKey: "cohort_ids",
           segtax: <taxonomy_name>,           
         }
       }
     ]
   }
 });

Please note that idWardRtdProvider should be integrated into the publisher website along with the ID Ward Pixel. Please reach out to Id Ward representative([email protected]) if you have any questions or need further help to integrate Prebid, idWardRtdProvider, and Id Ward Pixel

Config Syntax details:

{: .table .table-bordered .table-striped }

Name Type Description Notes
name String Id Ward Rtd module name 'idWard' always
waitForIt Boolean Required to ensure that the auction is delayed until prefetch is complete Optional. Defaults to false
cohortStorageKey String the localStorage key, under which Id Ward Pixel stores the segment IDs 'cohort_ids' always
segtax Integer the taxonomy for Id Ward Getting this value is in progress, once done this will become optional