-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cadent Aperture MX Bid Adapter: alias cadent_aperture_mx to emx_digit…
…al (#2912)
- Loading branch information
1 parent
1e53a03
commit 4b7dba0
Showing
5 changed files
with
39 additions
and
1 deletion.
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
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,17 @@ | ||
endpoint: "https://hb.emxdgt.com" | ||
maintainer: | ||
email: "contactaperturemx@cadent.tv" | ||
gvlVendorID: 183 | ||
capabilities: | ||
site: | ||
mediaTypes: | ||
- banner | ||
- video | ||
app: | ||
mediaTypes: | ||
- banner | ||
- video | ||
userSync: | ||
iframe: | ||
url: "https://cs.emxdgt.com/um?ssp=pbs&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirect={{.RedirectURL}}" | ||
userMacro: "$UID" |
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,18 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "Cadent Aperture MX Adapter Params", | ||
"description": "A schema which validates params accepted by the Cadent Aperture MX adapter", | ||
"type": "object", | ||
"properties": { | ||
"tagid" : { | ||
"type": "string", | ||
"description": "The id of an inventory target" | ||
}, | ||
"bidfloor": { | ||
"type": "string", | ||
"description": "The minimum price acceptable for a bid" | ||
} | ||
}, | ||
|
||
"required": ["tagid"] | ||
} |