iterable-android-sdk icon indicating copy to clipboard operation
iterable-android-sdk copied to clipboard

Anonymous session tracking event modify

Open devcsomnicg opened this issue 2 years ago • 1 comments
trafficstars

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'.

devcsomnicg avatar Nov 16 '23 09:11 devcsomnicg

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%.

Files Patch % Lines
...com/iterable/iterableapi/AnonymousUserManager.java 43.75% 97 Missing and 2 partials :warning:
...le/iterableapi/util/CriteriaCompletionChecker.java 52.04% 66 Missing and 16 partials :warning:
...va/com/iterable/iterableapi/IterableApiClient.java 0.00% 50 Missing :warning:
...in/java/com/iterable/iterableapi/ddl/Criteria.java 0.00% 21 Missing :warning:
...ain/java/com/iterable/iterableapi/IterableApi.java 38.46% 8 Missing :warning:
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.

codecov[bot] avatar Nov 16 '23 10:11 codecov[bot]