Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 2.47 KB

experianRtdProvider.md

File metadata and controls

68 lines (54 loc) · 2.47 KB
layout title display_name description page_type module_type module_code enable_download vendor_specific sidebarType
page_v2
Experian Real-Time ID Module
Experian Real-Time ID Module
Experian Real-Time ID Module
module
rtd
experianRtdProvider
true
true
1

Experian Real-Time ID Module

{:.no_toc}

  • TOC {:toc}

Description

The Experian Real-Time ID Module appends digital identifiers to the bidding object. It's powered by the Experian graph.

Integration

1). Compile the Experian Real-Time ID Module along with your bid adapter and other modules

gulp build --modules="rtdModule,experianRtdProvider,..."

{:start="2"} 2. Use setConfig to instruct Prebid.js to initialize the Experian Real-Time ID Module, as specified below.

Configuration

This module is configured as part of the realTimeData.dataProviders object:

pbjs.setConfig({
  realTimeData: {
    auctionDelay: 300,
    dataProviders: [{
      name: 'experian_rtid',
      waitForIt: true,
      params: {
        accountId: 'ZylatYg',
        bidders: ['sovrn', 'pubmatic'],
        ids: { maid: ['424', '2982'], hem: 'my-hem' }
      }
    }]
  }
})

Parameters

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

Name Type Description Default
name String Real time data module name Always 'experian_rtid'
waitForIt Boolean Set to true to maximize chance for bidder enrichment, used with auctionDelay false
params.accountId String Your account id issued by Experian
params.bidders Array List of bidders for which you would like data to be set
params.ids Record<string, Array or string> Additional identifiers to send to Experian RTID endpoint to aid with resolution

Contact

Reach out to [email protected] for more information.