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

Mention that identify() accepts a list of strings #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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