Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I start implement facebook mobile ads sdk. I glad to know: 1. if I put their publishInstallAsync function which report Facebook about installation, how they can determine that the user install the app from facebook and not just via the google play market by text search or another link?

  1. if i remove the code, how they can determine that? i mean, its sounds very simple to "not report" facebook about install and then we will not paying for the installation (just to know, i dont gonna do that)

Thanks ;)

share|improve this question
1  
Facebook tracks when a user has tapped on that "install" button. So they at least have an idea of how many eyes are looking, etc. – Tommy Crush Jan 17 at 19:23
If so, we are not really pay per install, just for the click on install! the cost is not translating into 100% installation, am I right? And if so, why they need the facebook sdk integration? just for analytics services? – Idan Gozlan Jan 17 at 19:44
1  
Take a look on facebook instruction about the difference between pay per install / click: "If you choose installs, we'll help you get more app installs given your budget. You'll be charged every time someone sees your ad. If you choose clicks, you'll be charged every time someone clicks on your ad." – Idan Gozlan Jan 17 at 20:56
I don't believe there is a 'pay per install' option for app install ads? I thought the only options were CPC, CPM and OCPM (CPM optimized to favour the users users most likely to install the app) – Igy Jan 30 at 1:11

closed as off topic by Igy, martin clayton, Frank van Puffelen, Eric, Perception Jan 30 at 1:46

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Facebook offers a short, helpful video to explain how it conducts closed-loop tracking of mobile app installs at the below page:

https://developers.facebook.com/docs/tutorials/mobile-app-ads/

If you listen long enough, you will hear FB describe how they measure an 'installed user' by way of both (i) a unique FB User ID and (ii) a unique frequency. The passing of the unique FB User ID avoid 'noise' or confusion with installs referred via other channels.

I also can confirm that UDID (or whatever it is now called) is NOT passed via the FB Mobile SDK to track users' uniqueness -- this is a question that often arises around this topic.

I can be found at cp at unifiedsocial dot com and am helping several devs work through this.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.