Installation Instructions: PubProvidedID & LiveIntentId Module

The PubProvidedId module supports the GrowthCode on-page script (above). This module provides real-time capabilities for segmenting audiences based on context (using IAB Taxonomy 2.2, cattax: 6). It also offers HEMs (Header Enrichment Modules) that can smoothly integrate with your existing Prebid setup, making it simple to optimize your advertising strategies. The LiveIntentId module provides the functionality of LiveIntent’s Connect ID system. LiveIntent requires their module to be locally installed, unlike other modules that support a server-to-server environment.

PreBid Module Requirements

  • Prebid <= Version 8.00.0

  • GrowthCode HEM Resolution Sync Installed

Building Prebid with PubProvided Id Support

Compile the PubProvided ID module into your Prebid build:

$ gulp serve --modules=userId,pubProvidedIdSystem,liveIntentIdSystem,<Any other Bid Adapters>

Code in your Prebid Config

pbjs.setConfig(

. . .

userSync: {

. . .

"syncsPerBidder": 5,

"syncDelay": 3000,

"auctionDelay": 0,

. . .

userIds: [

. . .

{

name: "pubProvidedId",

params: {

eidsFunction: growthCodeEids,

}

},

. . .

]

}

. . .

}

LiveIntendId Prebid Config

There is no prebid config for LiveIntent in prebid, the integrated LiveIntent script will take care of the config in prebid. If you have your own Publisher ID or Distributor ID please let Growthcode know.

Last updated