Installation Instructions: PubProvidedID & LiveIntentId Module
Last updated
Last updated
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 <= Version 8.00.0
GrowthCode HEM Resolution Sync Installed
Compile the PubProvided ID module into your Prebid build:
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.
pbjs.setConfig(
. . .
userSync: {
. . .
"syncsPerBidder": 5,
"syncDelay": 3000,
"auctionDelay": 0,
. . .
userIds: [
. . .
{
name: "pubProvidedId",
params: {
eidsFunction: growthCodeEids,
}
},
. . .
]
}
. . .
}