From bb2fa24a944ca8268cf66ce302d69a40a95fb74c Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 2 Feb 2021 19:29:12 +0100 Subject: [PATCH] Update docs to partners as an array --- dev-docs/modules/userId.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index f1e8d06e97..496ace33db 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -806,7 +806,7 @@ In addition to the parameters documented above in the Basic Configuration sectio | Param under userSync.userIds[] | Scope | Type | Description | Example | | --- | --- | --- | --- | --- | | params | Required | Object | Details for the Parrable ID. | | -| params.partner | Required | String | A list of one or more comma-separated Parrable Partner Client IDs for the Parrable-aware bid adapters you are using. Please obtain Parrable Partner Client IDs from them and/or obtain your own. | `'30182847-e426-4ff9-b2b5-9ca1324ea09b'` | +| params.partners | Required | Array[String] | A list of one or more Parrable Partner Client IDs for the Parrable-aware bid adapters you are using. Please obtain Parrable Partner Client IDs from them and/or obtain your own. | `[ '30182847-e426-4ff9-b2b5-9ca1324ea09b' ]` | | params.timezoneFilter | Optional | Object | Configures a timezone or timezone offset filter | | | params.timezoneFilter.allowedZones | Optional | Array[String] | description | `[ 'America/Anchorage' ]` | | params.timezoneFilter.allowedOffsets | Optional | Array[Number] | description | `[ -4 ]` | @@ -839,7 +839,10 @@ pbjs.setConfig({ userIds: [{ name: `'parrableId'`, params: { - partner: `'30182847-e426-4ff9-b2b5-9ca1324ea09b'` // change to the Parrable Partner Client ID(s) you received from the Parrable Partners you are using + partners: `[ + '30182847-e426-4ff9-b2b5-9ca1324ea09b', + 'b07cf20d-8b55-4cd7-9e84-d804ed66b644' + ]` // change to the Parrable Partner Client ID(s) you received from the Parrable Partners you are using } }], syncDelay: 1000