Skip to content

Releases: prebid/line-item-manager

v0.2.12 Example script for activating targeting values

09 Oct 21:43
676acc7
Compare
Choose a tag to compare

0.2.12 (2023-10-09)

  • Example script: Activate targeting values by network code, key Id and names (#149)

v0.2.11 GAM Currencies and Python 3.11 support

03 Oct 01:27
70a2b59
Compare
Choose a tag to compare

0.2.11 (2023-09-29)

  • Expanded currency list to include GAM currencies
  • CLI support for custom settings and schema files for advanced users (#138)
  • Upgraded PyYAML and googleads packages (#144)
  • Python 3.11 support (#140)

v0.2.10 GAM API support for v202308; minor bug fixes

30 Aug 20:17
0d4c99b
Compare
Choose a tag to compare

0.2.10 (2023-08-30)

  • BUG FIX: Error for unsupported GAM API version is not handled properly (#116)
  • BUG FIX: bidder-data.csv has spaces, causing line-item-manager to not find line items (#128)
  • Update Google Ad Manager to v202308 (#129)

v0.2.9 Video size override; bug fix in tests; upgrade GAM v202208

23 Aug 19:53
7051078
Compare
Choose a tag to compare

0.2.9 (2022-08-23)

  • Update Google Ad Manager to v202208 (#96)
  • BUG FIX: tests expect 'oneVideo' to be a Prebid listed bidder (#109)
  • Support size override for video (#111)

v0.2.8 Added CA certificate file to read bidder data; GAM API v202108

25 May 01:14
0ba5a51
Compare
Choose a tag to compare

0.2.8 (2022-05-24)

  • BUG FIX: Specify CA certificates file when reading bidders data file (#104)
  • Update Google Ad Manager to v202108 (#95)

v0.2.7 Default creative duration to match max duration

17 May 17:13
2bf4d24
Compare
Choose a tag to compare

0.2.7 (2022-05-17)

  • default creative duration to match max duration (that is currently 30000 milliseconds)
  • support config duration in creative block

v0.2.6 Setup Requires Python >=3.7

08 Feb 23:49
3799c68
Compare
Choose a tag to compare

0.2.6 (2022-02-08)

  • Require Python >=3.7 (3.6 EOL DEC 23 2021)

v0.2.5 GAM API update to v202105 (and other changes)

08 Feb 22:09
3ec7bbd
Compare
Choose a tag to compare

0.2.5 (2022-02-08)

  • Update Google Ad Manager to v202105 (#93)
  • Remove Python 3.6 and add 3.10 support (#91)
  • Support for more line item types (sponsorship line item creation) (#86)
  • BUG FIX: Certain currency values are invalid (#73)

v0.2.4

02 Dec 00:48
a49766b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3: Bug fix for time zones and support for custom line-item template

26 May 14:27
4a1f18a
Compare
Choose a tag to compare

0.2.3 (2021-05-26)

  • BUG FIX: datetime.timezone objects did not include zone name (#68)
  • Support use of a custom line-item template (#65)
  • Update bumpversion (depracated) and pytest-runner (out-of-date) (#62)