Skip to content

Commit

Permalink
Fix parrable id integration example (#4317)
Browse files Browse the repository at this point in the history
* fix parrableId integration example

* add parentheses
  • Loading branch information
eyas-ranjous authored and bretg committed Oct 16, 2019
1 parent 493bd5e commit 44192a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/userId/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pbjs.setConfig({
}, {
name: 'parrableId',
params: {
// Replace the list contents with the Parrable Partner Client IDs for Parrable-aware bid adapters in use
partners: [ "30182847-e426-4ff9-b2b5-9ca1324ea09b" ]
// Replace partner with comma-separated (if more than one) Parrable Partner Client ID(s) for Parrable-aware bid adapters in use
partner: "30182847-e426-4ff9-b2b5-9ca1324ea09b"
},
storage: {
type: 'cookie',
Expand Down

0 comments on commit 44192a8

Please sign in to comment.