Skip to content

Commit

Permalink
add note about aliasSyncEnabled on outbrain adapter (#2725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rok Sušnik authored Mar 2, 2021
1 parent f4e5567 commit 25f9a03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-docs/bidders/outbrain.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ The Outbrain Adapter requires setup before beginning. Please contact us at prebi
The Outbrain adapter does not work without setting the correct bidder and usersync URLs.
You will receive the URLs when contacting us.

Also note that the Outbrain adapter is an aliased adapter and for usersync to work you also need to enable it as shown below
on the `usersync` config object.
```
pbjs.setConfig({
outbrain: {
bidderUrl: 'https://bidder-url.com',
usersyncUrl: 'https://usersync-url.com'
},
userSync: {
aliasSyncEnabled: true
}
});
```
Expand Down

0 comments on commit 25f9a03

Please sign in to comment.