Skip to content

Releases: newrelic/tracker-prebid-js

0.4.0

01 Jul 08:47
adc6a4e

Choose a tag to compare

Update

  • Use tracker-core instead of video-core.
  • Send custom events instead of page actions.

Warning

BREAKING CHANGE
This release introduces two breaking changes:

  • Renames the UMD library, from nrvideo to nrprebid. You just need to update the reference in your code. Check the examples in the README.
  • Sends a custom event called PrebidEvent instead of using PageAction. This could require updating your New Relic dashboards.

0.3.0

02 Jun 12:09
58f5dbe

Choose a tag to compare

Fix

  • Build system.
  • Code samples.

Update

  • Dev dependencies.
  • Prebid and GPT libraries.
  • Documentation.

Add

  • Attributes: auction id, bidder code, size, cpm, ad id, source, referer.
  • Events: bid adjustment, ad render succeeded.