-
Notifications
You must be signed in to change notification settings - Fork 142
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
Facebook App Events Integration #54
Conversation
Thanks for PR! This PR is related to this issue: We can not add all of the integrations at once :( |
Cool, I'll take a look 👀 |
I'll close this PR as we are not going to take this any further |
@ariefwijaya That may be the case, but the company I work for has a third party that deals with marketing/user aquistion kept saying that they needed the SDK installed for some analysis and to track installs: We contacted Segment and got this response from our customer rep:
Most importantly, "Some FB features may only work if their SDK is bundled on the client side, such as app Installs." so we switched to having the SDK installed. Not having the SDK might suffice for some of the events and other things. |
@b099l3 |
@b099l3 @ariefwijaya reading this very interested, we're having the same issue coming from our mkt team. Just to confirm I understood this correctly, you are using both |
@dgilperez
Everything done by the segment means segment will forward the data to destinations. |
Super clear @ariefwijaya, thanks a lot for the write up. Actually, I think it would be useful to add this to the README for others as well! Just a last clarification, if I may 🙏 : on the 4th point, you did add the Facebook client and then used an explicit event from the flutter side or native side to track that lifecycle? or on the contrary it was sufficient to just install the SDK? If it's the first case, I was looking at https://github.com/oddbit/flutter_facebook_app_events and https://github.com/saadfarhan124/flutter_facebook_sdk packages to easy the integration ... |
No problem, @dgilperez |
Thanks a lot again for the responses. We are trying this next. 🙏 |
This PR adds Facebook App Events in a similar manner to Amplitude:
You can now set a boolean to enable:
You will need to add in this code too, to get Facebook to work, IDFA can be obtained via different package: