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 session tracking event modify #661

Closed

Conversation

devcsomnicg
Copy link
Contributor

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

Copy link

codecov bot commented Nov 16, 2023

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 ⚠️
...le/iterableapi/util/CriteriaCompletionChecker.java 52.04% 66 Missing and 16 partials ⚠️
...va/com/iterable/iterableapi/IterableApiClient.java 0.00% 50 Missing ⚠️
...in/java/com/iterable/iterableapi/ddl/Criteria.java 0.00% 21 Missing ⚠️
...ain/java/com/iterable/iterableapi/IterableApi.java 38.46% 8 Missing ⚠️
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     

☔ 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 11, 2023
@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