Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev-docs/modules/userid-submodules/liveintent.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The LiveIntent ID sub-module follows the standard Prebid.js initialization based

Attributes other than the nonID can be requested using the `requestedAttributesOverrides` configuration option.

For example, with the configuration below, the nonID as well as 'uid2', the 'medianet' id and the 'bidswitch' id will be requested:
For example, with the configuration below, the nonID as well as 'uid2', the 'medianet' id, the 'bidswitch' id and the 'magnite' id will be requested:

{% highlight javascript %}
pbjs.setConfig({
Expand All @@ -60,7 +60,7 @@ pbjs.setConfig({
"name": "liveIntentId",
"params": {
"publisherId": "12432415",
"requestedAttributesOverrides": {'uid2': true, 'medianet': true, 'bidswitch': true},
"requestedAttributesOverrides": {'uid2': true, 'medianet': true, 'bidswitch': true, 'magnite': true},
},
}]
}
Expand Down