Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 3.01 KB

adlivetech.md

File metadata and controls

75 lines (58 loc) · 3.01 KB
layout title description pbjs biddercode aliasCode media_types gvl_id tcfeu_supported usp_supported schain_supported floors_supported userIds tcf2_supported coppa_supported fpd_supported sidebarType
bidder
Adlivetech
Prebid Adlivetech Bidder Adapter
true
adlivetech
grid
banner, video
686 (grid)
true
true
true
true
all
true
true
true
1

Table of Contents

Bid Params

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

Name Scope Description Example Type
uid required Represents the Adlivetech bidder system Ad Slot ID associated with the respective div id from the site page. 1 integer
keywords optional A set of key-value pairs applied to all ad slots on the page. Values can be empty. keywords: { topic: ['stress', 'fear'] } object
bidFloor optional Floor of the impression opportunity. If present in the request overrides XML info. 0.8 float

Bidder Config

You can allow writing in localStorage pbjs.setBidderConfig for the bidder adlivetech

pbjs.setBidderConfig({
    bidders: ["adlivetech"],
    config: {
        localStorageWriteAllowed: true
    }
})

If it will be "true" this allow Adlivetech Bid Adapter to write userId in first party localStorage

First Party Data

Publishers should use the ortb2 method of setting First Party Data.

Global site or user data using setConfig(), or Bidder-specific using setBidderConfig() supports following fields:

  • ortb2.user.data[]: Standard IAB segment taxonomy user data
  • ortb2.user.ext.device: Non standard arbitrary user device
  • ortb2.user.keywords: Standard IAB OpenRTB 2.5 user.keywords field. It will be included in ext.keywords.user.ortb2
  • ortb2.site.keywords: Standard IAB OpenRTB 2.5 site.keywords field. It will be included in ext.keywords.site.ortb2
  • ortb2.site.cat[]: Standard IAB OpenRTB 2.5 site.cat field. It will be sent as part of site.cat array
  • ortb2.site.pagecat[]: Standard IAB OpenRTB 2.5 site.pagecat field. It will be sent as part of site.cat array
  • ortb2.site.content.genre: Standard IAB OpenRTB 2.5 site.content.genre field

AdUnit-specific data using AdUnit.ortb2Imp supports following fields:

  • ortb2.imp[].ext.data.*
  • ortb2.imp[].instl