Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 4.32 KB

File metadata and controls

77 lines (42 loc) · 4.32 KB

2.3.2 (2024-10-02)

Bug Fixes

  • send default and update consent payloads on kit init (#58) (200b918)

2.3.1 (2024-04-16)

Bug Fixes

  • Set mapped consent name from server to lowercase (#57) (e1cbf49)

2.3.0 (2024-02-29)

Bug Fixes

  • Delete GoogleAdWordsEventForwarder.js (#53) (7726369)

Features

  • Add support for Consent State Updates (#52) (fbddd45)

2.2.1 (2023-08-14)

Bug Fixes

  • Bugfix - Add support for stringified objects in custom flags (#48)

CI/CD Changes

  • Fix tests that fail silently (#49)

2.2.0 (2021-11-11)

Features

  • Add support for enhanced conversions (7c3c5d6)

2.1.1 (2021-11-11)

  • fix: Correct send_to in gtag API (#23) (af01adc)
  • fix: Prevent unmapped events from being forwarded (#22) (50e6d27)

Bug Fixes

  • Correct send_to in gtag API (#23) (af01adc)
  • Prevent unmapped events from being forwarded (#22) (50e6d27)

Releases

--

2.1.0 - 2021-10-25

  • Implement Google Site Tag (GTAG) support as an opt-in feature

2.0.5 - 2020-11-11

  • There are no code changes in this commit. NPM published 2.0.4 but with the dist/ file from 2.0.3. This commit will include the correct dist/ file as we bump to 2.0.5

2.0.4 - 2020-11-10

  • Bugfix - Check window for node environments
  • Bugfix - rename event --> adWordEvent

2.0.3 - 2020-02-03

  • Update package.json

2.0.2 - 2019-10-03

  • Bugfix - Remove parseInt(conversionId) which could result in NaN and data not sent to AdWords
  • Turn src file into an ESM module
  • Remove isObject dependency

2.0.1 - 2019-08-12

  • Bugfix - Refactor calculateJSHash