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:
Packages:
segment_analytics_plugin_appsflyer: ^1.0.2
segment_analytics: ^1.1.9
This seems to be related to issue #152
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:
Now, if I do:
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