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

Itbl track anon user

Open devcsomnicg opened this issue 2 years ago • 1 comments

Description

  • Release Notes

We have successfully implemented functionality for tracking Anonymous User events.

Create a known user with UUID if any criteria match and sync all the events over the iterable dashboard.

We've created a document for Anonymous User Event Tracking.

Develop a unit test case to verify the logic for matching criteria.

  • Test Steps

Trigger any event without logging into the SDK. If the criteria match your event, then it will create a user with your UUID. Using that UUID, you can search users over the iterable dashboard. Here you can see the event list in history.

Covered Jira Tickets:

devcsomnicg avatar Nov 08 '23 14:11 devcsomnicg

Codecov Report

Attention: 301 lines in your changes are missing coverage. Please review.

Comparison is base (3dd3939) 62.59% compared to head (1ace604) 59.93%.

Files Patch % Lines
...com/iterable/iterableapi/AnonymousUserManager.java 44.37% 91 Missing and 3 partials :warning:
...le/iterableapi/util/CriteriaCompletionChecker.java 51.08% 72 Missing and 18 partials :warning:
...va/com/iterable/iterableapi/IterableApiClient.java 6.75% 69 Missing :warning:
...in/java/com/iterable/iterableapi/ddl/Criteria.java 0.00% 21 Missing :warning:
...a/com/iterable/iterableapi/AnonymousUserMerge.java 29.62% 17 Missing and 2 partials :warning:
...ain/java/com/iterable/iterableapi/IterableApi.java 52.94% 8 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #655      +/-   ##
==========================================
- Coverage   62.59%   59.93%   -2.66%     
==========================================
  Files          70       74       +4     
  Lines        4157     4648     +491     
  Branches      479      556      +77     
==========================================
+ Hits         2602     2786     +184     
- Misses       1290     1572     +282     
- Partials      265      290      +25     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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