Skip to content

Commit

Permalink
The Ozone Project callout endpoint (#26039)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-silvermine authored and lannka committed Jan 23, 2020
1 parent 989eb0c commit d6ecf7c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions extensions/amp-a4a/0.1/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ const RTC_VENDORS = jsonConfiguration({
////////////////////////////////////////////////////////////////////

// Add vendors here
ozone: {
url:
'https://elb.the-ozone-project.com/openrtb2/amp?tag_id=PLACEMENT_ID&gdpr_consent=CONSENT_STRING&ad_unit_code=AD_UNIT_CODE&site_id=SITE_ID&publisher_id=PUBLISHER_ID&custom_data=TGT&pubcid=PUBCID&adcid=ADCID&w=ATTR(width)&h=ATTR(height)&ow=ATTR(data-override-width)&oh=ATTR(data-override-height)&ms=ATTR(data-multi-size)&slot=ATTR(data-slot)&curl=CANONICAL_URL&timeout=TIMEOUT&purl=HREF',
macros: [
'PLACEMENT_ID',
'SITE_ID',
'PUBLISHER_ID',
'AD_UNIT_CODE',
'PUBCID',
],
errorReportingUrl:
'https://elb.the-ozone-project.com/amp_error?err=ERROR_TYPE&url=HREF',
disableKeyAppend: true,
},
medianet: {
url:
'https://amprtc.media.net/rtb/getrtc?cid=CID&w=ATTR(width)&h=ATTR(height)&ow=ATTR(data-override-width)&oh=ATTR(data-override-height)&ms=ATTR(data-multi-size)&slot=ATTR(data-slot)&tgt=TGT&curl=CANONICAL_URL&to=TIMEOUT&purl=HREF',
Expand Down
1 change: 1 addition & 0 deletions extensions/amp-a4a/rtc-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ The `errorReportingUrl` property is optional. The only available macros are ERRO
- IndexExchange
- Lotame
- Media.net
- The Ozone Project
- PubMatic OpenWrap
- Purch
- Rubicon
Expand Down
1 change: 1 addition & 0 deletions extensions/amp-a4a/rtc-publisher-implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To use RTC, you must meet the following requirements:
- IndexExchange
- Lotame
- Media.net
- The Ozone Project
- PubMatic OpenWrap
- Purch
- Rubicon
Expand Down

0 comments on commit d6ecf7c

Please sign in to comment.