Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anonymous Track Update User #657

Closed
wants to merge 16 commits into from

Conversation

devcsomnicg
Copy link
Contributor

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.

@evantk91 evantk91 added the omni-cg PR's from OMNI CG label Nov 14, 2023
Copy link

codecov bot commented Nov 15, 2023

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 ⚠️
...va/com/iterable/iterableapi/IterableApiClient.java 0.00% 50 Missing ⚠️
...e/iterableapi/util/LogicalExpressionEvaluator.java 70.27% 16 Missing and 6 partials ⚠️
...in/java/com/iterable/iterableapi/ddl/Criteria.java 0.00% 21 Missing ⚠️
...ain/java/com/iterable/androidsdk/MainActivity.java 0.00% 10 Missing ⚠️
...ain/java/com/iterable/iterableapi/IterableApi.java 42.85% 8 Missing ⚠️
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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hani-iterable hani-iterable changed the base branch from master to aut-demo January 17, 2024 05:52
@hani-iterable hani-iterable changed the base branch from aut-demo to master January 17, 2024 05:54
@evantk91 evantk91 closed this May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
omni-cg PR's from OMNI CG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants