diff --git a/dev-docs/modules/userid-submodules/liveintent.md b/dev-docs/modules/userid-submodules/liveintent.md index 8f0cc8dbdf..dba0f73ce2 100644 --- a/dev-docs/modules/userid-submodules/liveintent.md +++ b/dev-docs/modules/userid-submodules/liveintent.md @@ -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({ @@ -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}, }, }] }