Skip to content

Commit

Permalink
Added Adpushup callout_vendors.js (#30270)
Browse files Browse the repository at this point in the history
* Added Adpushup callout_vendors.js

* Fixed lint error
  • Loading branch information
madan-mayank committed Sep 21, 2020
1 parent 0528ba8 commit 06a14ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/amp-a4a/0.1/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ const RTC_VENDORS = jsonConfiguration({
macros: ['TAG_ID'],
disableKeyAppend: true,
},
adpushup: {
url:
'https://amp.adpushup.com/prebidserver/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)&curl=CANONICAL_URL&gdpr_consent=CONSENT_STRING&adc=ADCID&purl=HREF',
macros: ['TAG_ID', 'CONSENT_STRING'],
disableKeyAppend: true,
},
});

// DO NOT MODIFY: Setup for tests
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 @@ -123,6 +123,7 @@ The `errorReportingUrl` property is optional. The only available macros are ERRO

#### Currently Supported Vendors

- Adpushup
- AppNexus
- AppNexus PSP
- APS
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 @@ -19,6 +19,7 @@ To use RTC, you must meet the following requirements:

### Supported Vendors

- Adpushup
- AppNexus
- AppNexus PSP
- APS
Expand Down

0 comments on commit 06a14ca

Please sign in to comment.