-
Notifications
You must be signed in to change notification settings - Fork 49
Integrations field is empty in segment analytics #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @MiguelBelotto00 , We're currently testing the changes you suggested. We've observed that the integrations field in the segment is no longer empty, but it still doesn't include AppsFlyer with Track, Identify, Group, Alias calls even after adding its plugin. However an exception to this is that AppsFlyer is present in the integrations: {} with Screen call. I am pasting a snapshot of integrations: {} for your reference. Could you please confirm if this is the expected behavior you were aiming for?
For your reference, below is the code in our main.dart file:-
|
* Patch for Github Issue #144 * Patch for Github issue #147 * Patch for Github issue #147 * Patch for Github issue #144 * Patch for Github issue #147 * Patch for Github issue #147 * Patch for Github issue #138 * Patch for Github issue #138 * Patch for Github Issue #152 * Patch for Github Issue #152 * Testing patch for Github Issue #157 * Patch for Github Issue #157
* Patches for Github Issues (#159) * Patch for Github Issue #144 * Patch for Github issue #147 * Patch for Github issue #147 * Patch for Github issue #144 * Patch for Github issue #147 * Patch for Github issue #147 * Patch for Github issue #138 * Patch for Github issue #138 * Patch for Github Issue #152 * Patch for Github Issue #152 * Testing patch for Github Issue #157 * Patch for Github Issue #157 * Updating for 1.1.7 release * Removing unnecessary library name --------- Co-authored-by: Neelkanth Kaushik <[email protected]>
Please update to version 1.1.7. |
Hello, sorry for the delay, I've had a lot of work and couldn't focus on this. Regards, have a nice Wednesday! |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, 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 Twilio, the integration section appears as null.
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.1
segment_analytics: ^1.1.4
The text was updated successfully, but these errors were encountered: