-
Notifications
You must be signed in to change notification settings - Fork 2k
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
can not count the number of application installations for Android #877
Comments
@helsen witch method you use to get these information? |
@felquis access step by step: PS: This panel stop to show my Android Events on the last week :( |
Yes I think for Android this line needs to be changed: Google guide here http://blog.conjure.co.uk/2015/01/facebook-app-event-logging-tutorial-for-android-studio/ (apart from adding activateApp to onPause I think is incorrect) |
@aogilvie just FYI, after downgrade plugin 0.8.0 in my android (phonegap build), I fixed my problem. Now facebook ads track instalations on android. |
Where would the appId need to be added? I'm able to send all events manually, I just can't get it to work automatically. |
@helsen any particular reason why you tracked the |
@matiasleidemer no, just because 0.8.0 track some installs (for me 0.9 can't track any installs). But after 15 days of facebook ads with 0.8, I can say that 0.8 don't track all facebook installs. :( |
I manually added a:
at the startup of my app and it seems to be working okay. Never got the automatic session stuff working. |
I was having similar problems (Inconsistent firing of automated "App Installs" and "App Launches" events), however my symptoms differed slightly from those provided by @helsen in that I found the behavior identical in 0.8.0 and 0.11.0. In both cases, I found that manually sending an event caused the "App Installs" and "App Launches" to go ahead and log. My guess is that this is related to AppEventsLogger flushing, but I only have limited experience with the Facebook SDK, so I may well be wrong. |
I was having the same problem. Debugging my application, I saw that that the onResume (which calls activateApp) was not being called. I changed the plugin source code to be onload=true. So it get initialized at startup. Fixes this for me, but I don't know if it's the best solution. I made a pull request for this: #1161 |
I made the basic configuration of the plugin for counting application installations .
For iOS it's perfectly, when user install app, Insight show me new installations correctly like: (Date: 12/21/14 02:13:22 | Client: iOS | App version: 1.0.3 | Event: App Installs).
For Android, log don't show Client, Insight show me installations event like: (Date: 12/21/14 02:13:22 | Client: unknown | App version: 1.0.3 | Event: App Installs).
As a result, Facebook App Install Campaign cannot track App Installs for Android.
Phonegap version 3.6.3
Phonegap-facebook-plugin : 0.9.0
APK generated with phonegap build.
The text was updated successfully, but these errors were encountered: