Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Releases: scm-spain/OpenAds-appnexus-prebid

Move to @adv-ui

10 Mar 14:23
3cfe183
Compare
Choose a tag to compare
  • move to adv ui (#11)

v2.0.3

13 Jan 17:35
3c0cc9d
Compare
Choose a tag to compare
  • update dependencies (#10)

v2.0.2

10 Jan 15:57
34684d2
Compare
Choose a tag to compare
  • Merge pull request #9 from scm-spain/feature/add-versiona

Fix logger problems

14 Feb 07:59
525b46d
Compare
Choose a tag to compare

Solve problems with some unlogged methods

New prebid configuration object

24 Jan 17:21
69d3c65
Compare
Choose a tag to compare

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

17 Jan 08:30
16d2b39
Compare
Choose a tag to compare

Modify Prebid setConfig call

Add Prebid config

15 Jan 14:13
74f4a0e
Compare
Choose a tag to compare

Add new parameters to the Prebid configuration

Initial version

23 Nov 12:11
55196ab
Compare
Choose a tag to compare

This is the initial functional version of the connector.