Skip to content

Commit

Permalink
Add note about anonymous profiles to readme (#127)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Evan Masseau <>
  • Loading branch information
evan-masseau authored Feb 6, 2024
1 parent 2c795fc commit 0c305d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ Klaviyo.setEmail("[email protected]")
.setProfileAttribute(ProfileKey.FIRST_NAME, "Robin")
```
### Anonymous Tracking
Klaviyo will track unidentified users with an autogenerated ID whenever a push token is set or an event is created.
That way, you can collect push tokens and track events prior to collecting profile identifiers such as email or
phone number. When an identifier is provided, Klaviyo will merge the anonymous user with an identified user.
## Event Tracking
The SDK also provides tools for tracking analytics events via the
[Create Client Event API](https://developers.klaviyo.com/en/reference/create_client_event).
Expand Down

0 comments on commit 0c305d1

Please sign in to comment.