Skip to content

Commit

Permalink
Remove prebidappnexus RTC Vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode committed Jan 31, 2023
1 parent 06d7a2b commit e291745
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion extensions/amp-a4a/rtc-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ The `errorReportingUrl` property is optional. The only available macros are ERRO

- Admax
- Adpushup
- AppNexus
- AppNexus PSP
- APS
- Automatad
Expand Down
1 change: 0 additions & 1 deletion extensions/amp-a4a/rtc-publisher-implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ To use RTC, you must meet the following requirements:

- Admax
- Adpushup
- AppNexus
- AppNexus PSP
- APS
- Automatad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const realWinConfig = {
describes.realWin('amp-ad-network-smartadserver-impl', realWinConfig, (env) => {
const rtcConfig = {
vendors: {
prebidappnexus: {
prebidappnexuspsp: {
PLACEMENT_ID: 13133382,
ACCOUNT_ID: 101010,
},
Expand Down Expand Up @@ -374,7 +374,7 @@ describes.realWin('amp-ad-network-smartadserver-impl', realWinConfig, (env) => {
'hb_size': '300x250',
},
},
callout: 'prebidappnexus',
callout: 'prebidappnexuspsp',
rtcTime: 184,
},
{
Expand Down Expand Up @@ -567,7 +567,7 @@ describes.realWin('amp-ad-network-smartadserver-impl', realWinConfig, (env) => {
},
},
rtcTime: 134,
callout: 'prebidappnexus',
callout: 'prebidappnexuspsp',
},
{
response: {},
Expand Down Expand Up @@ -600,7 +600,7 @@ describes.realWin('amp-ad-network-smartadserver-impl', realWinConfig, (env) => {
{
'response': {},
'rtcTime': 92,
'callout': 'prebidappnexus',
'callout': 'prebidappnexuspsp',
},
{
'response': {},
Expand Down
5 changes: 0 additions & 5 deletions src/service/real-time-config/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ const RTC_VENDORS = jsonConfiguration({
'https://elb.the-ozone-project.com/amp_error?err=ERROR_TYPE&url=HREF',
disableKeyAppend: true,
},
prebidappnexus: {
url: 'https://prebid.adnxs.com/pbs/v1/openrtb2/amp?tag_id=PLACEMENT_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&adcid=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)&pvid=PAGEVIEWID',
macros: ['PLACEMENT_ID', 'CONSENT_STRING', 'ACCOUNT_ID'],
disableKeyAppend: true,
},
prebidappnexuspsp: {
url: 'https://ib.adnxs.com/prebid/amp?tag_id=PLACEMENT_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&adcid=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)&pvid=PAGEVIEWID',
macros: ['PLACEMENT_ID', 'CONSENT_STRING', 'ACCOUNT_ID'],
Expand Down

0 comments on commit e291745

Please sign in to comment.