Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 1.83 KB

adnuntiusRtdProvider.md

File metadata and controls

65 lines (55 loc) · 1.83 KB
layout title display_name description page_type module_type module_code enable_download vendor_specific sidebarType
page_v2
Adnuntius Data Segment Module
Adnuntius Data Segments
Adnuntius Data Segments
module
rtd
adnuntiusRtdProvider
true
true
1

Adnuntius Data Segment Module

Integration

  1. Compile the Adnuntius RTD Module and Adnuntius Bid Adapter into your Prebid build:

    gulp build --modules="adnuntiusRtdProvider,adnuntiusBidAdapter,..."
  2. Use setConfig to instruct Prebid.js to initilize the adnuntius module, as specified below.

Configuration

This module is configured as part of the realTimeData.dataProviders

var pbjs = pbjs || { que: [] }
pbjs.que.push(function () {
    pbjs.setConfig({
        realTimeData: {
            auctionDelay: 300,
            dataProviders: [
                {
                    name: 'adnuntius',
                    waitForIt: true,
                    params: {
                        bidders: ['adnuntius'],
                        providers: [
                            {
                                siteId: 'site123',
                                userId: 'user123',
                            },
                        ],
                    },
                },
            ],
        },
    })
})

Syntax details:

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

Name Type Description Notes
name String Real time data module name Always 'adnuntius'
waitForIt Boolean Should be true if there's an auctionDelay defined (optional) false
params Object
params.bidders Array A list of bidders that the module should affect
params.bidders Array An array of users users and site ID that to send to Adnuntius data