iterable-android-sdk
iterable-android-sdk copied to clipboard
Anonymous session tracking event modify
Description
- Release Notes
Modified functionality for tracking Anonymous Session Tracking data.
Events are now tracked with the criteriaId if any criteria match, instead of updating the user after creating a known user successfully.
- Test Steps
Trigger any event without logging into the SDK.
If the criteria match with your event, it will create a user with UUID.
Using that UUID, search for the user on the Iterable dashboard.
In the history, you can find the event labeled as 'itbl_anon_sessions'.
Codecov Report
Attention: 260 lines in your changes are missing coverage. Please review.
Comparison is base (
3dd3939) 62.59% compared to head (637c218) 60.26%.
Additional details and impacted files
@@ Coverage Diff @@
## master #661 +/- ##
==========================================
- Coverage 62.59% 60.26% -2.33%
==========================================
Files 70 73 +3
Lines 4157 4588 +431
Branches 479 545 +66
==========================================
+ Hits 2602 2765 +163
- Misses 1290 1539 +249
- Partials 265 284 +19
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.