Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 2.37 KB

anonymisedRtdProvider.md

File metadata and controls

61 lines (50 loc) · 2.37 KB
layout title display_name description page_type module_type module_code enable_download vendor_specific sidebarType
page_v2
Anonymised Real Time Data Provider Module
Anonymised Real Time Data Provider Module
Anonymised Real Time Data Provider Module
module
rtd
anonymisedRtdProvider
true
true
1

Anonymised Real Time Data Provider Module

Anonymised 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. Anonymised’s Real-time Data Provider automatically obtains segment IDs from the Anonymised on-domain script (via localStorage) and passes them to the bid-stream.

Publisher Usage

  • Build the anonymisedRtd module into the Prebid.js package with:
gulp build --modules=rtdModule,anonymisedRtdProvider,...
  • Use setConfig to instruct Prebid.js to initialize the anonymisedRtdProvider module, as specified below.

Configuration

 pbjs.setConfig({
   realTimeData: {
     dataProviders: [
       {
         name: "anonymised",
         waitForIt: true,
         params: {
           cohortStorageKey: "cohort_ids",
           bidders: ["appnexus", "onetag", "pubmatic", "smartadserver", ...],
           segtax: 1000
         }
       }
     ]
   }
 });

Please note that anonymisedRtdProvider should be integrated into the publisher website along with the Anonymised Marketing Tag. Please reach out to Anonymised representative if you have any questions or need further help to integrate Prebid, anonymisedRtdProvider, and Anonymised Marketing Tag

Config Syntax details:

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

Name Type Description Notes
name String Anonymised Rtd module name 'anonymised' always
waitForIt Boolean Required to ensure that the auction is delayed until prefetch is complete Optional. Defaults to false
params.cohortStorageKey String the localStorage key, under which Anonymised Marketing Tag stores the segment IDs 'cohort_ids' always
params.bidders Array Bidders with which to share segment information Required
params.segtax Integer The taxonomy for Anonymised '1000' always