ArcAds
ArcAds copied to clipboard
ArcAds is a DFP wrapper created by Arc XP with publishers in mind.
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
So i cloned the the code and made some modifications in gpt.js and index.js but when i compiled the arcads.js did not work, I also tried to reclone and without...
The ad Unit Properties only use - code - sizes - bids - mediaTypes - labelAny - labelAll but send: https://github.com/washingtonpost/ArcAds/blob/d58dbad9699f13d69880e5be8c2fe757042c08e3/src/services/headerbidding.js#L89-L95 https://github.com/washingtonpost/ArcAds/blob/d58dbad9699f13d69880e5be8c2fe757042c08e3/src/services/headerbidding.js#L100 https://github.com/washingtonpost/ArcAds/blob/d58dbad9699f13d69880e5be8c2fe757042c08e3/src/services/prebid.js#L21
Hi, @nealmalkaniwapo, a vulnerability CVE-2021-33587 is introduced in arcads via: ● [email protected] ➔ [email protected] ➔ [email protected] ➔ [email protected] ➔ [email protected] However, **esdoc** is a legacy package, which has not been...
### Expected Behavior I'm hoping to learn if you've thought about incorporating lazy loading into this library. Perhaps with IntersectionObserver? ### Actual Behavior Currently all of the ads load when...
Hi all, I need to add on prebidjs call some additional params: ``` pbjs.bidderSettings = { onetag:{ bidCpmAdjustment:function(bidCpm, bid){ return bidCpm * 0.9; } }, criteo:{ bidCpmAdjustment:function(bidCpm, bid){ return bidCpm...
## On this branch Added array flat to dimensions in gpt defineSlot, because when it has an depth of 3, in the browser console apperas the warning message _**Invalid GPT...
### Expected Behavior We'd like to give other keys than code and bids to adUnit object with prebid. It is for monitoring purposes. `const adUnit = { code: 'adunit', pubstack:...
### Expected Behavior Single request to ask for every slot in the page ### Actual Behavior One request to GPT for each slot in the page ### Steps to Reproduce...
### Expected Behavior An option for dfp to request non-personalized ads via `setRequestNonPersonalizedAds` gpt option ### Actual Behavior No option available for non-personalized ads ### Additional Comments This is very...