-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
I've been testing this package and I'm correctly instantiating analytics, as well as adding the AppsFlyer plugin. However, when the event is sent to Segment, the integration section appears as empty.
For example:
AnalyticsSegment().analytics.addPlugin(
AppsFlyerDestination(),
settings: {
'appleAppID': value,
'appsFlyerDevKey': myKey,
'httpFallback': false,
'trackAttributionData': true,
'type': 'mobile',
'versionSettings': { 'foo': [] },
},
);
Now, if I do:
AnalyticsSegment().analytics.track('event', properties: myProperties)
In Segment, I see that the value of the integrations map is empty, even though I added AppsFlyer:
"integrations": {}
Packages:
segment_analytics_plugin_appsflyer: ^1.0.2
segment_analytics: ^1.1.9
This seems to be related to issue #152
Metadata
Metadata
Assignees
Labels
No labels