Skip to content

Releases: adjust/web_sdk

Version 5.1.1

14 Dec 00:15
a79285f
Compare
Choose a tag to compare

Added

  • Added warning log level to make non-critical issues look less frightening.

Fixed

  • Fixed state synchronization issues between multiple tabs.
  • Fixed issue with switching the SDK offline and online which could cause requests loss.

Pull Request #13

Version 5.1.0

05 Aug 22:25
4390d12
Compare
Choose a tag to compare

Added

  • Added external device ID support.

Fixed

  • Fixed SDK initialization in IE11.

Pull Request #11

Version 5.0.0

14 May 12:02
2974300
Compare
Choose a tag to compare

Added

  • New major SDK update.
  • Added SDK exposure under all module definitions, so it works under CommonJS and AMD environments and is also available through global Adjust when loaded through cdn.
  • Added attribution callback support.
  • Added retry mechanism for failed attribution requests.
  • Added HTTP request queueing with retry mechanism.
  • Added usage of indexedDB with localStorage as a fallback.
  • Added global callback and partner parameters, along with removal of previously set ones.
  • Added offline mode.
  • Added possibility to set the log level on init and optionally specify log container.
  • Added SDK stop and restart possibility.
  • Added GDPR forget me ability.
  • Added ability to define default tracker through configuration.
  • Added sending of sdk_click package when referrer is available.
  • Added traffic redirection possibility.
  • Added event deduplication.
  • Added disable third party sharing option.

Changed

  • Switched to using exposed single instance instead of initiating it manually with the new (Adjust.initSdk(YOUR_CONFIG)).
  • Automated session tracking, method trackSession is no longer available.

Pull Request #8

Version 4.1.0

02 Aug 09:14
30257c2
Compare
Choose a tag to compare
  • Added possibility to track revenue with events.
  • Added possibility to track callback parameters with events.
  • Added possibility to track partner parameters with events.
  • Added example web app for SDK testing.
  • Refactored and cleaned up SDK a bit.

PR: #2