Skip to content

Commit

Permalink
πŸš€ Marfeel: Update amp-ad prefetch & preconnect (#33351)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarimrf committed Mar 18, 2021
1 parent effb945 commit a491c3d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ads/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,20 @@ const adConfig = jsonConfiguration({
},

'marfeel': {
prefetch: 'https://www.googletagservices.com/tag/js/gpt.js',
preconnect: 'https://live.mrf.io',
prefetch: 'https://securepubads.g.doubleclick.net/tag/js/gpt.js',
preconnect: [
'https://live.mrf.io',
'https://tpc.googlesyndication.com',
'https://fastlane.rubiconproject.com',
'https://htlb.casalemedia.com',
'https://prg.smartadserver.com',
'https://ib.adnxs.com',
'https://bidder.criteo.com',
'https://marfeel-d.openx.net',
'https://ice.360yield.com',
'https://mbid.marfeelrev.com',
'https://adservice.google.com',
],
consentHandlingOverride: true,
},

Expand Down

0 comments on commit a491c3d

Please sign in to comment.