Skip to content

Can't add AppsFlyer integration #37

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

Closed
QoLTech opened this issue Nov 7, 2023 · 2 comments
Closed

Can't add AppsFlyer integration #37

QoLTech opened this issue Nov 7, 2023 · 2 comments

Comments

@QoLTech
Copy link

QoLTech commented Nov 7, 2023

I am having trouble adding an AppsFlyer integration. This is documented in the https://pub.dev/packages/flutter_segment package that we are migrating from. What is the equivalent to this solution using this package? https://pub.dev/packages/flutter_segment#setting-the-options-globally

I have tried doing analytics.state.integrations.addIntegration("AppsFlyer", {"appsFlyerId": "id"}), but it doesn't show up in the integrations field when I'm watching the stream of events coming in.

I have tried adding the AppsFlyer plugin by doing analytics.addPlugin(AppsFlyerDestination()) and I still don't see anything in the integrations field when I'm watching the stream of events coming in.

Can you provide any insight into how to accomplish this?

@edsonjab
Copy link
Contributor

edsonjab commented Nov 8, 2023

Hi @QoLTech thank you for your report, we start looking into this.

@QoLTech
Copy link
Author

QoLTech commented Nov 9, 2023

Adding the AppsFlyerDestination was all I needed to do as well as resolve the issue in #36. The Segment events are displayed on the Segment site immediately, but AppsFlyer has some delay before showing the events. I understand now that this plugin is calling the AppsFlyer SDK directly instead of adding data to the Segment event to connect over to AppsFlyer.

@QoLTech QoLTech closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants