Skip to content

Releases: adjust/web_sdk

Version 5.3.1

Choose a tag to compare

@YaraMatkova YaraMatkova released this 09 Aug 11:56
32e0436

Added

  • Added sending of deduplication_id parameter in event package.
  • Added Subresource Integrity feature support. You can find calculated integrity value in INTEGRITY file to pass it as integrity attribute of script tag when you use CDN to load Adjust Web SDK. Also a new installation snippet supporting SRI added to README, it adds needed attributes automatically.

Fixed

  • Updated deprecated and vulnerable dependencies.

Version 5.3.0

Choose a tag to compare

@YaraMatkova YaraMatkova released this 25 Mar 22:06
6fa02dc

Added

  • Added getWebUUID method to access SDK generated ID web_uuid.
  • Added getAttribution method to access user's current attribution information.

Fixed

  • Fixed issue with URL strategy retrying to send requests after SDK was disabled.

Version 5.2.1

Choose a tag to compare

@YaraMatkova YaraMatkova released this 16 Sep 20:53

Fixed

  • Fixed top-level Typescript declarations.

Version 5.2.0

Choose a tag to compare

@YaraMatkova YaraMatkova released this 04 Aug 00:48
1725ef0

Added

  • [beta] Smart banners.

Version 5.1.2

Choose a tag to compare

@YaraMatkova YaraMatkova released this 11 Jun 10:18
79b34e4

Added

  • Added Typescript support.
  • Added URL strategy with retries when request are being blocked by firewall.
  • Added custom storage namespace.

Fixed

  • Fixed issue with using IndexedDb in cross-origin iframe in Safari.

Version 5.1.1

Choose a tag to compare

@YaraMatkova YaraMatkova released this 14 Dec 00:15
a79285f

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

Choose a tag to compare

@YaraMatkova YaraMatkova released this 05 Aug 22:25
4390d12

Added

  • Added external device ID support.

Fixed

  • Fixed SDK initialization in IE11.

Pull Request #11

Version 5.0.0

Choose a tag to compare

@milica milica released this 14 May 12:02
2974300

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

Choose a tag to compare

@uerceg uerceg released this 02 Aug 09:14
30257c2
  • 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