Skip to content

Releases: adjust/windows_sdk

Version 4.17.0

04 Dec 15:40
6daa7e6
Compare
Choose a tag to compare

Added

  • Added GetSdkVersion() method to Adjust interface to obtain current SDK version string.

Migration Guide.


Pull Request #42

Version 4.16.0

12 Nov 14:10
688e7d7
Compare
Choose a tag to compare

Added

  • Added sending of UUID string with each attribution request.

Migration Guide.


Pull Request #41

Version 4.15.0

04 Sep 14:02
0d10ba2
Compare
Choose a tag to compare

Added

  • Added CallbackId property on AdjustEvent object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
  • Added CallbackId property to AdjustEventSuccess class.
  • Added CallbackId property to AdjustEventFailure class.

Changed

  • SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.

Migration Guide.


Pull Request #39

Version 4.14.0

07 Jun 14:40
2c4a445
Compare
Choose a tag to compare

Added

  • Added deep link caching in case AppWillOpenUrl method is called before SDK is initialised.

Migration Guide.


Pull Request #38

Version 4.13.0

27 Apr 16:21
c722277
Compare
Choose a tag to compare

Added

  • Added Adjust.GdprForgetMe() method to enable possibility for user to be forgotten in accordance with GDPR law.

Migration Guide.


Pull Request #37

Version 4.12.0

13 Dec 15:58
0d9f041
Compare
Choose a tag to compare

Added

  • Added new click label parameter in attribution.
  • Added reading of responses to sdk_click packages.
  • Added SetDeviceKnown method in AdjustConfig class.
  • Added EventTrackingSucceeded property on AdjustConfig object for setting a callback to be triggered if event is successfully tracked.
  • Added EventTrackingFailed property on AdjustConfig object for setting a callback to be triggered if event tracking failed.
  • Added SesssionTrackingSucceeded property on AdjustConfig object for setting a callback to be triggered if session is successfully tracked.
  • Added SesssionTrackingFailed property on AdjustConfig object for setting a callback to be triggered if session tracking failed.
  • Added deferred deep link callback DeeplinkResponse with decision whether deep link should be launched or not.
  • Added background tracking feature.
  • Added support for suppress log level.
  • Added possibility to delay first session.
  • Added support for session parameters to be sent in every session/event.
  • Added possibility to inject custom user agent to each request.
  • Added sending of push token with dedicated package called sdk_info.
  • Added adid field to the attribution callback response.
  • Added method Adjust.GetAdid() to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.
  • Added methd Adjust.GetAttribution() to be able to get current attribution value at any time after obtaining it, not only when attribution callback has been triggered.
  • Added check if sdk_click package response contains attribution information.
  • Added sending of attributable parameters with every sdk_click package.
  • Added reading of network type.
  • Added reading of connectivity type.
  • Added log messages for saved actions to be done when the SDK starts.
  • Added usage of app secret in authorization header.

Changed

  • Removed Windows Phone 8.0 support.
  • Sending sdk_click immediately with a dedicated handler.
  • Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
  • Replaced assert level logs with warn level.
  • Removed dependency to PCL Storage.
  • Not sending sdk_click packages when SDK is disabled.
  • Setting enable/disable or offline/online is now queued.
  • Guaranteeing that first package is sent even with event buffering turned ON.
  • Not creating first session package if SDK is disabled before first launch.
  • Adjust.SetupLogging method is osbsolete. Use AdjustConfig constructor to set up logging instead.

Migration Guide.


Pull Request #32

Version 4.0.3

01 Sep 08:38
Compare
Choose a tag to compare
  • Added access to Windows Advertising Identifier with GetWindowsAdId method.
  • Cleanups and stability improvements.

Pull Request #26

Windows 10

06 Oct 10:25
Compare
Choose a tag to compare

New Windows 10 target
Added information from EasClientDeviceInformation library
Windows Phone 8.0 app tries to read Advertising id
Migration Guide


Pull Request #24 #25

Set sdk prefix

10 Sep 15:43
Compare
Choose a tag to compare

Set sdk prefix to allow frameworks like unity to use the adjust windows sdk

(https://github.com/adjust/windows_sdk/blob/master/doc/migrate.md)


Pull Request #22

Adjust v4

10 Sep 15:41
Compare
Choose a tag to compare

Replaced Response Data delegate with Attribution changed delegate
Config objects to launch SDK and track events
Send currency with revenue
Add Partner parameters
Offline mode
Criteo plugin allows to track Criteo type of events
See the Migration Guide before migrating.


Pull Request #20