Skip to content

Integration field is empty #180

@dtlucho

Description

@dtlucho

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions