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

Anonymous Track Update User

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

Description

  • Release Notes

We have successfully implemented functionality for tracking Anonymous user update events.

We've modified the document for Anonymous user update tracking.

  • Test Steps

Trigger update user event without logging into the SDK. If the criteria are not matched, It will store the event data in local storage or modified data if already exists. If matched, 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.

devcsomnicg avatar Nov 13 '23 11:11 devcsomnicg

Codecov Report

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

Comparison is base (3dd3939) 62.59% compared to head (c7ac9ae) 60.82%.

Files Patch % Lines
...com/iterable/iterableapi/AnonymousUserManager.java 44.92% 109 Missing and 5 partials :warning:
...va/com/iterable/iterableapi/IterableApiClient.java 0.00% 50 Missing :warning:
...e/iterableapi/util/LogicalExpressionEvaluator.java 70.27% 16 Missing and 6 partials :warning:
...in/java/com/iterable/iterableapi/ddl/Criteria.java 0.00% 21 Missing :warning:
...ain/java/com/iterable/androidsdk/MainActivity.java 0.00% 10 Missing :warning:
...ain/java/com/iterable/iterableapi/IterableApi.java 42.85% 8 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #657      +/-   ##
==========================================
- Coverage   62.59%   60.82%   -1.78%     
==========================================
  Files          70       73       +3     
  Lines        4157     4528     +371     
  Branches      479      531      +52     
==========================================
+ Hits         2602     2754     +152     
- Misses       1290     1500     +210     
- Partials      265      274       +9     

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

codecov[bot] avatar Nov 15 '23 18:11 codecov[bot]