You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ New Features
AdaptyProfile.appliedAttributionSources. A new field listing the identifiers of attribution sources applied to the profile and available for segmentation. Use the new AttributionSource type to compare against known sources — e.g. 'apple_search_ads' for Apple Search Ads.
constprofile=awaitadapty.getProfile();if(profile.appliedAttributionSources?.includes('apple_search_ads')){// the profile was attributed to Apple Search Ads}
Improvements
(iOS) Kids Mode: Apple Search Ads attribution. The SDK now sends the Apple Search Ads (AdServices) attribution token in Kids Category builds. The ASA token from AAAttribution is anonymized and first-party (not IDFA / AdSupport), so it is permitted under COPPA.
Fixes
(iOS) Placement variation weights. Fixed an off-by-one in placement variation weight distribution that could slightly skew A/B traffic allocation at exact weight boundaries.