Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
Version 4.29.1
Added
- [beta] Added data residency support for US region. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.AdjustDataResidencyUS
parameter.
Fixed
- Removed 5 decimal places formatting for ad revenue value.
Native versions:
Pull Request #220
Version 4.29.0
Added
- Added
conversionValueUpdatedDelegate
callback toAdjustConfig
which can be used to get information when Adjust SDK updates conversion value for the user. - [beta] Added data residency support for Turkey region. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.AdjustDataResidencyTR
parameter. - Added
trackAdRevenue(AdjustAdRevenue)
method toAdjust
interface to allow tracking of ad revenue by passingAdjustAdRevenue
object as parameter. - Added support for
AppLovin MAX
ad revenue tracking.
Changed
- Removed unused ad revenue constants.
Native versions:
Pull Request #218
Version 4.28.0
Version 4.27.0
Added
- Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.AdjustDataResidencyEU
parameter. - Added preinstall tracking with usage of system installer receiver on Android platform.
- Added support for MSA SDK v1.0.25 to OAID plugin.
Fixed
- Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback on iOS platform.
Native versions:
Pull Request #213
Version 4.26.1
Fixed
- Fixed ambiguous API invocation error in certain Unity IDE setups.
Native versions:
Pull Request #206
Version 4.26.0
Added
- Added support for Apple Search Ads attribution with usage of
AdServices.framework
. - Added
setAllowAdServicesInfoReading
method toAdjustConfig
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework
. - Added wrapper method
updateConversionValue
method toAdjust
to allow updating SKAdNetwork conversion value via SDK API. - Added
getAppTrackingAuthorizationStatus
getter toAdjust
instance to be able to get current iOS app tracking status. - Added improved measurement consent management and third party sharing mechanism.
- Added public constants to be used as sources for ad revenue tracking with
trackAdRevenue
method.
Fixed
- Fixed hardcoded scene name under the hood of
requestTrackingAuthorizationWithCompletionHandler
method which caused that game object was always expected to be named "Adjust".
Native versions:
Pull Request #206
Version 4.24.1
Version 4.24.0
Added
- Added possibility to get cost data information in attribution callback.
- Added
setNeedsCost
method toAdjustConfig
to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method). - Added
setPreinstallTrackingEnabled
method toAdjustConfig
to allow enabling of preintall tracking (this feature is OFF by default). - Added support for MSA SDK v1.0.23 in OAID plugin.
Note: Version 4.24.1 contains updated logic for proper handling of cost data, so please update to v4.24.1 or higher.
Native versions:
Pull Request #198
Version 4.23.2
Added
- Added note to
Assets/Adjust
menu toggling actions that project needs to be saved in order for actions to take effect.
Changed
- Switched to usage of relative paths when working with
AdjustSettings.asset
file.
Native versions:
Pull Request #197
Version 4.23.1
Fixed
- Fixed duplicate
ADJUrlStrategy
symbol error.
Changed
- Switched to usage of
AssetDatabase
instead ofEditorPrefs
to store relevant information fromAdjustEditor
.
Native versions:
Pull Request #195