- Type definitions for ThirdPartySharing.
- Added asynchronous function
waitForWebUUID
, returning a Promise which resolves whenweb_uuid
becomes available. - Added asynchronous function
waitForAttribution
, returning a Promise which resolves when attribution data received from Adjust Backend.
- UrlStrategy reworked.
- Third Party Sharing reworked.
- Outdated Smart Banners removed.
- Added a return of Promise from
trackEvent
method.
- Fixed SDK state synchronization issue between multiple tabs.
- Added
setReferrer
method to set referrer and trigger/sdk_click
request manually.
- Fixed issue which caused site not to load when cookies are blocked in browser.
- Added support of Data Residency.
- Added Smart Banner
onCreated
andonDismissed
optional callbacks. To set callbacks pass them toinitSmartBanner
method. - Added
showSmartBanner
andhideSmartBanner
methods to control Smart Banner visibility after initialisation.
- Fixed issue when Url Strategy ignored SDK config.
- Added sending of
deduplication_id
parameter inevent
package. - Added SRI feature support.
- Updated deprecated and vulnerable dependencies.
- Added
getWebUUID
method to access SDK generated IDweb_uuid
. - Added
getAttribution
method to access user's current attribution information.
- Fixed issue with URL strategy retrying to send requests after SDK was disabled.
- Fixed top-level Typescript declarations.
- [beta] Smart banners.
- Added Typescript support.
- Added URL strategy with retries when request are being blocked by firewall.
- Added custom storage namespace.
- Fixed issue with using IndexedDb in cross-origin iframe in Safari.
- Added
warning
log level to make non-critical issues look less frightening.
- Fixed state synchronization issues between multiple tabs.
- Fixed issue with switching the SDK offline and online which could cause requests loss.
- Added external device ID support.
- Fixed SDK initialization in IE11.
- 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.
- 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.