Yes of course. Flurry is very powerful in this regard. You need to spend some time understanding how it works and adding the calls to your app so you get the full picture, not just installs.
Anyone understand how we can track installs for AdMob?
I have read their documentation and it says you have to use tracking URL and third-party tracking solution (like Flurry) but when I create an ad it doesn’t allow me to change the URL!?
In their promote dashboard there is an conversion column. Is the adMob ad SDK enough for tracking?
This is very important when you have a paid campaign to see your ROI.
Yes of course. Flurry is very powerful in this regard. You need to spend some time understanding how it works and adding the calls to your app so you get the full picture, not just installs.
Anyone understand how we can track installs for AdMob?
I have read their documentation and it says you have to use tracking URL and third-party tracking solution (like Flurry) but when I create an ad it doesn’t allow me to change the URL!?
In their promote dashboard there is an conversion column. Is the adMob ad SDK enough for tracking?
This is very important when you have a paid campaign to see your ROI.
Its not so easy. You way want to use an Ad/Publish solution that has an SDK you can integrate. It works this way:
If you are advertising in other peoples apps and only pay them on a CPI basis:
Someone clicks your ad in someones App and Ad/Publisher is noted about that
They are taken to your App store page with download button to your app
They download your app
They run your app which then sends a call to Ad/Publishers server
Ad/Publisher compares the IDFA (Advertising ID) in your app with the one that the App under 1. sent.
Some $ changes hands.
As you see, the Advertising ID (IDFA in IOS) needs to come from the same device and needs to be the same for this to work. For CPC you dont need to track this.
Update: If you need IDFA you can get it from system.getInfo, but only by reverting to Corona SDK version 2146. There should be a plugin for IDFA soon though, so it may be worth waiting for.
Its not so easy. You way want to use an Ad/Publish solution that has an SDK you can integrate. It works this way:
If you are advertising in other peoples apps and only pay them on a CPI basis:
Someone clicks your ad in someones App and Ad/Publisher is noted about that
They are taken to your App store page with download button to your app
They download your app
They run your app which then sends a call to Ad/Publishers server
Ad/Publisher compares the IDFA (Advertising ID) in your app with the one that the App under 1. sent.
Some $ changes hands.
As you see, the Advertising ID (IDFA in IOS) needs to come from the same device and needs to be the same for this to work. For CPC you dont need to track this.
Update: If you need IDFA you can get it from system.getInfo, but only by reverting to Corona SDK version 2146. There should be a plugin for IDFA soon though, so it may be worth waiting for.