Skip to content

Commit

Permalink
Generated Docs for "Add note about anonymous profiles to readme (#127)…
Browse files Browse the repository at this point in the history
…" (#128)

* Auto generate documentation PRs (#124)

Automate all the things

Co-authored-by: Evan Masseau <>

* Minor README and Documentation Updates (#121)

* Fixed SDK name in license section
* Fixed appearance of some of the advanced section after seeing it on the dokka html
* Other grammar/spelling fixes

---------

Co-authored-by: Evan Masseau <>

* Add note about anonymous profiles to readme (#127)


---------

Co-authored-by: Evan Masseau <>

* Generated docs for 0c305d1

---------

Co-authored-by: Evan C Masseau <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 2e8bc42 commit 6c9ac36
Show file tree
Hide file tree
Showing 2 changed files with 7 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
2 changes: 2 additions & 0 deletions docs/2.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ <h3 class=""> Reset Profile</h3>
<span class="top-right-position"><span class="copy-icon"></span>
<div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div>
</span></div>
<h3 class=""> Anonymous Tracking</h3>
<p class="paragraph">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.</p>
<h2 class=""> Event Tracking</h2>
<p class="paragraph">The SDK also provides tools for tracking analytics events via the <a href="https://developers.klaviyo.com/en/reference/create_client_event">Create Client Event API</a>. A list of common Klaviyo-defined event metrics is provided in <code class="lang-kotlin">EventMetric</code>, or you can use <code class="lang-kotlin">EventMetric.CUSTOM(&quot;name&quot;)</code> for custom event metric names. Additional event properties can be specified as part of <code class="lang-kotlin">EventModel</code></p>
<div class="sample-container">
Expand Down

0 comments on commit 6c9ac36

Please sign in to comment.