I'm implementing some code to do my own referral tracking on downloads from the Android market.
See Android referral tracking does not work for an idea of what my app is doing.
How can I test if this code is working before deploying to the public?
|
I'm implementing some code to do my own referral tracking on downloads from the Android market. See Android referral tracking does not work for an idea of what my app is doing. How can I test if this code is working before deploying to the public?
| |||
|
feedback
|
|
The easiest way is using Just run in a terminal:
Here's my exact line:
But your As Luigi said, you can also leave out the The output I see (especially the last line is important):
| |||||||||
feedback
|
|
Trial by fire. Create a bunch of test apps to with different referral ids and link them to another app in the market that will catch the referral id. | |||
|
feedback
|
|
No! you have a few way to test it
I work on it for a bit and I made an article about the argument if you want to figure out a bit more : http://www.dev-articles.com/article/Analytics-referral-tracking-for-Android-447001 | |||
|
feedback
|
|
Found a nice open-source tool that lets you scan the referral qrcode that you generate here, and it sends a broadcast intent with all the correct information. | |||
|
feedback
|