Click here to Skip to main content
15,881,625 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing an application integrating facebook sdk in react-native. One of my requirement is to track successful installs from facebook advertisements.For example,

I setup an advertisement in which can users can click on Install Now button on the add and navigate them to the applications's relevant store, from there they install it and the app dashboard should display an app event in event debugging section as an APP_INSTALL

Just consider the above scenario as my requirement. So do we need to actually handle deep links natively from the app side? Since my primary requirement is to have a track of successful installs from the add i created and not to display a seperate screen in my application for the users who follow the above process? According to my knowledge if I am not wrong facebook automatically register organic App Installs, so the above process wouldn't hinder for such automatic app event registry.

Thanks. So again I would like to clear my requirement I dont want to do any kind of internal api call or display a seperate screen for users who have installed the app passively via the add I created but what i want is to have successful log in my facebook dashboard for the event APP_INSTALL. So my query is it actually required to handle a deferred deep link for this kind of a requirement?


What I have tried:

I have integrated the sdk fro both android and IOS.
Posted
Updated 28-Feb-21 20:54pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900