From 31607ecd00ea63d94a2954bd1895cb83aacb3977 Mon Sep 17 00:00:00 2001 From: MO-Thibault <103271673+MO-Thibault@users.noreply.github.com> Date: Thu, 2 Mar 2023 09:04:20 -0500 Subject: [PATCH 1/2] Mention that identify() accepts a list of strings --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c1832e3..a387dea 100644 --- a/README.md +++ b/README.md @@ -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 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: From 9b8c29dad57477222cb96772f4ccae460cc906e9 Mon Sep 17 00:00:00 2001 From: MO Thibault <103271673+MO-Thibault@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:44:17 -0400 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matthieu Beauché --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a387dea..b000efa 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ 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 also accepts a list of type prefixed identifiers. For example: +Note that the `identify()` function also accepts a list of type prefixed identifiers. For example: `identify(["e:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890","c:d29c551097b9dd0b82423827f65161232efaf7fc"])` ### Profile API