-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Context
I am looking to use Facebook App Events, only the Application Installed event, to track ads -> installs.
Current state of play
There is only a native and react-native support for this and Flutter we will have to add in to this repo or fork.
From reading these issues on this repo, I assume there is going to be work towards a "Fully Dynamic and Scalable Segment Integration":
- [DISCUSSION][Tech Debt] - Fully Dynamic and Scalable Segment Integration #17
- feature/scalable-integration - Add dynamic and scalable segment integration #18
In the meantime it looks like all integrations are done in this repo, with the idea of eventually separating them out:
PRs with integrations:
- Mixpanel integration #15
- Firebase Integration #48
- feat: add option to activate native integration with appsflyer #19
As for the Application Installed event, it appears there is an issue where it doesn't fire via the dart implementation:
- App installed event tracking problem for iOS #26
I have noticed noApplication Installed
but I do getApplication Opened
Application Backgrounded
events. So I will try to look into that.
Solutions
what is the best way to take this forward?
- Fork this repo and add in my dependancy via the same method as the PRs with integrations above. To avoid adding more PRs to this repo before its changed to "Fully Dynamic and Scalable Segment Integration"
- Fork and merge my addition of Facebook App Events
- Try to mix together this package and facebook_app_events as mentioned here App installed event tracking problem for iOS #26 (comment) Does @ariefwijaya have an example of this?
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed