Hi, I would like to monitor how many people install my application after clicking on the advertising of facebbok. I'm using this guide: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads But I did not understand a few things: - In https://developers.facebook.com/apps/APPID..../review-status/ I have to switch ON in 'Do you want to make this app and all its live features available to the general public? ' To be able to switch ON, I must first submit the app, but when I try to submit it asks me to set the permissions. What i have to select to only monitor installations by the ads? - What needs to be implemented on titanium? I just need to change the tiapp.xml in this way?
<property name="ti.facebook.appid">FACEBOOK_APP_ID</property> <modules> <module platform="android">facebook</module> <module platform="iphone">facebook</module> </modules>