This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 in AOLP_ADS_JS/prebid.js from bug/aol-analytics…
…-requests to master * commit 'abfa80f5005229795b00b79bb343c12756c054bf': Auction id in requests in AOL analytics limited to 19 digits Replaced AJAX calls with pixels in AOL analytics Fixed paramters for AOL anaylitics to use seconds Fixed pubadid parameter in AOL analytics requests Updated list of bidder ids for AOL analytics Fixed hbstatus request parameter in AOL analytics Fixed site requet parameter in AOL analytics Fixed required fields for AOL analytics requests Fixed CORS requests in AOL analytics Changed AOL analytics to use bidder ids instead of string codes Fixed undefined call & variable
- Loading branch information
Showing
2 changed files
with
85 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"aol": 1, | ||
"adform": 2, | ||
"appnexus": 3, | ||
"brealtime": 4, | ||
"index": 5, | ||
"nginad": 6, | ||
"openx": 7, | ||
"pubmatic": 8, | ||
"pulsepoint": 9, | ||
"rubicon": 10, | ||
"sonobi": 11, | ||
"sovrn": 12, | ||
"springserve": 13, | ||
"triplelift": 14, | ||
"yieldbot": 15, | ||
"aardvark": 16, | ||
"brightcom": 17, | ||
"wideorbit": 18, | ||
"admedia": 19, | ||
"pagescience": 20, | ||
"sekindo": 21, | ||
"kruxlink": 22, | ||
"adequant": 23 | ||
} |