Skip to content

Commit 20b74dd

Browse files
committed
Merge branch 'master' into abSmartlyDocs
2 parents c278920 + 304c9b6 commit 20b74dd

File tree

2 files changed

+5
-12
lines changed
  • src/connections
    • destinations/catalog/klaviyo
    • sources/catalog/libraries/mobile/react-native

2 files changed

+5
-12
lines changed

src/connections/destinations/catalog/klaviyo/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ To configure Klaviyo as an Event Source to get data into your warehouse or other
2121
3. Navigate to your [Account > Settings > API Keys](https://www.klaviyo.com/account#api-keys-tab){:target="_blank"} in the Klaviyo's UI and copy your "API Key" into the Segment Settings UI.
2222
4. **Note:** Klaviyo requires the Private API Key to use the List API. You can find this by going to Klaviyo's UI and clicking [Account > Settings > API Keys > Create API Key](https://www.klaviyo.com/account#api-keys-tab){:target="_blank"} to generate a Private API Key and copy it into the Segment Settings UI.
2323

24-
25-
## Page
26-
27-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
28-
29-
```
30-
analytics.page();
31-
```
32-
33-
> info ""
34-
> `page` calls are supported client-side on analytics.js.
35-
3624
## Identify
3725

3826
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ All of Segment's libraries are open-source, and you can [view Analytics for Reac
1414
1515
In cloud-mode, Analytics-React-Native functions as a normal Segment library. In device-mode it wraps the Segment [Analytics-iOS](/docs/connections/sources/catalog/libraries/mobile/ios/) and [Analytics-Android](/docs/connections/sources/catalog/libraries/mobile/android/) libraries, and loads the appropriate mobile library depending on the user's platform. Because of this, Analytics-React-Native includes the two mobile libraries as dependencies.
1616

17+
> warning ""
18+
> When you bundle a destination’s device-mode SDK, the React Native library serves as a wrapper for the iOS or Android source libraries. To access the underlying destination code, it is necessary to write bridging code between the React Native wrapper, and the destination’s SDK.
19+
>
20+
> For example, if to configure deep linking or retrieve the Appsflyer ID in Appsflyer, or configure in-app messages or push notifications in Braze, you must write code to specifically access these methods from the destination SDK.
21+
1722
### Analytics-React-Native and Unique Identifiers
1823

1924
One of the most important parts of any analytics platform is the ability to consistently and accurately identify users. To do this, the platform must assign and persist some form of identification on the device, so you can analyze user actions effectively. This is especially important for funnel conversion analysis and retention analysis.

0 commit comments

Comments
 (0)