Jonas
Jonas

Reputation: 2156

How can I track Android install referrers with Amazon Appstore?

I am currently tracking referrers with Android Market and Google Analytics as described here: http://code.google.com/mobile/analytics/docs/android/#android-market-tracking

Is there a similar solution that can be used for Amazon Appstore?

Upvotes: 26

Views: 1743

Answers (2)

Muzikant
Muzikant

Reputation: 8090

You can use the URL structure defined at the following link: https://developer.amazon.com/sdk/in-app-purchasing/sample-code/deeplink.html Use the ref= tag as described at the bottom of the linked webpage

Upvotes: 0

Michael A.
Michael A.

Reputation: 4193

Does the Amazon Appstore prevent you from using Google Analytics? Well... not that I would be surprised, given how eager they are to pretend that Google Play does not exist.

In any case, Flurry is another popular analytics alternative for Android. I use it for Apps on the Amazon Appstore, so I know they don't have an issue with that. It also works well enough that I've never seen the point of moving over to the Google Analytics suite.

Edit: Your question is not 100% clear (since the link just points to Google Analytics), but is the problem that you want to be able to track referrers in the Amazon appstore app/website?

That is obviously a different cup of tea. But in that case, my advice is really simple: send a mail to the Amazon appstore crew, explain what you want, and ask them if they can provide this service. The Amazon appstore has some weaknesses, but the one big advantage that they have is that they have actual people willing to talk and listen to their developers.

Upvotes: 1

Related Questions