Skip to content

Commit

Permalink
Add improvedigital to RTC callout vendors (ampproject#38487)
Browse files Browse the repository at this point in the history
* Add improvedigital to RTC callout vendors

* inserted Improve Digital in vendor list at alphabetically sorted position
  • Loading branch information
mnishihan authored Nov 6, 2022
1 parent 3aa290b commit f6dce0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-a4a/rtc-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ The `errorReportingUrl` property is optional. The only available macros are ERRO
- Future Plc
- Galaxie Media
- Highfivve
- [Improve Digital](https://www.improvedigital.com)
- IndexExchange
- Kargo
- NewsPassID
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 @@ -32,6 +32,7 @@ To use RTC, you must meet the following requirements:
- [Freestar](https://freestar.com)
- Future Plc
- [Highfivve](https://highfivve.com)
- [Improve Digital](https://www.improvedigital.com)
- IndexExchange
- Kargo
- Newspassid
Expand Down
5 changes: 5 additions & 0 deletions src/service/real-time-config/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ const RTC_VENDORS = jsonConfiguration({
macros: ['TAG_ID', 'CONSENT_STRING', 'ACCOUNT_ID'],
disableKeyAppend: true,
},
improvedigital: {
url: 'https://pbs.360yield.com/openrtb2/amp?tag_id=TAG_ID&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)&targeting=TGT&curl=CANONICAL_URL&timeout=TIMEOUT&adc=ADCID&purl=HREF&consent_string=CONSENT_STRING&account=ACCOUNT_ID&gdpr_applies=CONSENT_METADATA(gdprApplies)&addtl_consent=CONSENT_METADATA(additionalConsent)&consent_type=CONSENT_METADATA(consentStringType)',
macros: ['TAG_ID', 'CONSENT_STRING', 'ACCOUNT_ID'],
disableKeyAppend: true,
},
tail: {
url: 'https://ACCOUNT_ID.seg.t.tailtarget.com/amp',
macros: ['ACCOUNT_ID'],
Expand Down

0 comments on commit f6dce0a

Please sign in to comment.