-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connatix Bid Adapter : update PlayerId, CustomerId and Referrer (#10604)
* Update PlayerId, CustomerId and Referrer from Connatix bid response * updated unit tests * new line
- Loading branch information
1 parent
fabbbf1
commit 6a1fc2e
Showing
3 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,24 @@ Maintainer: [email protected] | |
|
||
# Description | ||
Connects to Connatix demand source to fetch bids. | ||
Please use ```connatix``` as the bidder code. | ||
Please use ```connatix``` as the bidder code. | ||
|
||
# Configuration | ||
Connatix requires that ```iframe``` is used for user syncing. | ||
|
||
Example configuration: | ||
``` | ||
pbjs.setConfig({ | ||
userSync: { | ||
filterSettings: { | ||
iframe: { | ||
bidders: '*', // represents all bidders | ||
filter: 'include' | ||
} | ||
} | ||
} | ||
}); | ||
``` | ||
|
||
# Test Parameters | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters