Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ Since the `sendIDFA` value provided to `identify()` via the `aaid` (Apple Advert

The frequency of invocation of `identify` is up to you, however for optimal identity resolution we recommended to call the `identify()` method on your SDK instance every time you authenticate a user, as well as periodically, such as for example once every 15 to 60 minutes while the application is being actively used and an internet connection is available.

Note that the `identify()` function also accepts a list of type prefixed identifiers. For example:
`identify(["e:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890","c:d29c551097b9dd0b82423827f65161232efaf7fc"])`

### Profile API

To associate key value traits with the device, for eventual audience assembly, you can call the profile API as follows:
Expand Down