0.6.0 • Published 3 months ago

@segment/analytics-react-native-plugin-appsflyer v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@segment/analytics-react-native-plugin-appsflyer

DestinationPlugin for Appsflyer. Wraps react-native-appsflyer.

You can provide additional options when constructing the plugin. These will be passed to appsFlyer.initSdk().

// app.js

import { createClient } from '@segment/analytics-react-native';

import { AppsflyerPlugin } from '@segment/analytics-react-native-plugin-appsflyer';

const segmentClient = createClient({
  writeKey: 'SEGMENT_KEY'
});

const plugin = new AppsflyerPlugin({
  devKey: 'K2***********99',
  isDebug: false,
  appId: '41*****44',
  onInstallConversionDataListener: true, //Optional
  onDeepLinkListener: true, //Optional
  timeToWaitForATTUserAuthorization: 10 //for iOS 14.5
})

segmentClient.add({ plugin });
0.6.0

3 months ago

0.6.0-beta.1

5 months ago

0.5.3

9 months ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.2.1

2 years ago

0.2.0-beta

2 years ago

0.1.1-pilot

3 years ago

0.1.0-pilot.1

3 years ago

0.1.0-pilot

3 years ago