This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Releases: scm-spain/OpenAds-appnexus-prebid
Releases · scm-spain/OpenAds-appnexus-prebid
Move to @adv-ui
v2.0.3
v2.0.2
Fix logger problems
Solve problems with some unlogged methods
New prebid configuration object
Configuration object is divided in two objects:
- config: related with AppNexus (ast.js)
- prebidConfig: related with PreBid (pbjs.js)
- core : (Optional) Settings to override the default Prebid core configuration.
- bidderSettings: (Optional) Settings to override the default Prebid settings used by the bidders.
Now setConfig method will:
- call pbjs.setConfig with prebidConfig.core from config
- override pbjs.bidderSettings with prebidConfig.bidderSettings from config
Modify Prebid config
Modify Prebid setConfig call
Add Prebid config
Add new parameters to the Prebid configuration
Initial version
This is the initial functional version of the connector.