-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PBS Go: 2024 Doc updates including endpoint and ortb support version (#…
…3724) Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
382f793
commit 83bce5a
Showing
2 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
endpoint: "http://api.hb.ad.cpe.dotomi.com/cvx/server/hb/ortb/25" | ||
endpoint: "http://api.hb.ad.cpe.dotomi.com/cvx/server/hb/ortb" | ||
openrtb: | ||
version: 2.6 | ||
maintainer: | ||
email: "[email protected]" | ||
email: "[email protected]" | ||
gvlVendorID: 24 | ||
capabilities: | ||
app: | ||
|
@@ -15,4 +17,4 @@ userSync: | |
redirect: | ||
url: "https://prebid-match.dotomi.com/match/bounce/current?version=1&networkId=72582&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&rurl={{.RedirectURL}}" | ||
userMacro: "" | ||
# epsilon appends the user id to end of the redirect url and does not utilize a macro | ||
# epsilon appends the user id to end of the redirect url and does not utilize a macro |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
aliasOf: conversant | ||
userSync: | ||
redirect: | ||
url: "https://prebid-match.dotomi.com/match/bounce/current?version=1&networkId=72582&rurl={{.RedirectURL}}" | ||
url: "https://prebid-match.dotomi.com/match/bounce/current?version=1&networkId=72582&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&rurl={{.RedirectURL}}" | ||
userMacro: "" | ||
# epsilon/conversant appends the user id to end of the redirect url and does not utilize a macro |