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

Itbl track anon user #655

Closed
wants to merge 20 commits into from

Conversation

devcsomnicg
Copy link
Contributor

@devcsomnicg devcsomnicg commented Nov 8, 2023

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:

Copy link

codecov bot commented Nov 10, 2023

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 ⚠️
...le/iterableapi/util/CriteriaCompletionChecker.java 51.08% 72 Missing and 18 partials ⚠️
...va/com/iterable/iterableapi/IterableApiClient.java 6.75% 69 Missing ⚠️
...in/java/com/iterable/iterableapi/ddl/Criteria.java 0.00% 21 Missing ⚠️
...a/com/iterable/iterableapi/AnonymousUserMerge.java 29.62% 17 Missing and 2 partials ⚠️
...ain/java/com/iterable/iterableapi/IterableApi.java 52.94% 8 Missing ⚠️
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     

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

@Ayyanchira Ayyanchira added the omni-cg PR's from OMNI CG label Dec 12, 2023
@devcsomnicg devcsomnicg changed the base branch from master to anonynous_user_tracking December 15, 2023 14:10
@devcsomnicg devcsomnicg changed the base branch from anonynous_user_tracking to master December 15, 2023 14:11
@hani-iterable hani-iterable changed the base branch from master to itbl-track-anon-user December 18, 2023 12:34
@hani-iterable hani-iterable changed the base branch from itbl-track-anon-user to master December 18, 2023 12:36
@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.

5 participants