Skip to content

Commit 1b2ee5e

Browse files
Remove extraneous info from RN AppsFlyer docs
1 parent 2124d6a commit 1b2ee5e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/appsflyer-react-native.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Analytics React Native AppsFlyer Plugin
33
strat: react-native
44
---
55

6-
AppsFlyer is the world’s leading mobile attribution & marketing analytics platform, helping app marketers around the world make better decisions. The AppsFlyer destination code is open-source. You can browse the code on GitHub for iOS and Android.
7-
8-
Segment’s AppsFlyer destination plugin code is open source and available on GitHub. You can view it [here.](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-appsflyer)
6+
AppsFlyer is the world’s leading mobile attribution & marketing analytics platform, helping app marketers around the world make better decisions. Segment’s AppsFlyer destination plugin code is open source and available on GitHub. You can view it [here.](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-appsflyer)
97

108
## Getting Started
119

@@ -71,7 +69,7 @@ The Analytics React Native SDK [requires additonal setup](https://github.com/seg
7169
7270
## Identify
7371
74-
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 iOS call would look like:
72+
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:
7573
7674
```ts
7775
const { identify } = useAnalytics();
@@ -88,7 +86,7 @@ When you call `.identify()`, Segment uses AppsFlyer's `setCustomerUserID` to sen
8886

8987
## Track
9088

91-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example iOS call would look like:
89+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
9290

9391
```ts
9492
const { track } = useAnalytics();

0 commit comments

Comments
 (0)