You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [6.6.0-beta1]
7
7
8
+
- This release includes initial support for Anonymous user activation, a feature that allows marketers to convert valuable visitors into customers. With this feature, the SDK can:
9
+
- Fetch anonymous profile creation criteria from your Iterable project, and then automatically create Iterable user profiles for anonymous users who meet these criteria.
10
+
- Save information about a user's previous interactions with your application to their anonymous profile, after it's created.
11
+
- Display personalized messages for anonymous users (in-app, push, and embedded messages).
12
+
- Merge anonymous profiles into an existing, known user profiles (when needed).
13
+
- Anonymous user activation is currently in private beta. If you'd like to learn more about it or discuss using it, talk to your Iterable customer success manager (who can also provide detailed documentation).
14
+
8
15
## [6.5.7]
9
16
### Fixed
10
17
- Fixed deeplink re-routing issue where delegate would only return `false` value. Thanks to @scottasoutherland :)
0 commit comments