I'm handling com.android.vending.INSTALL_REFERRER
and getting everything just fine including custom referrers, but in my logs in addition to the referrers that I set myself, there are a number of entries like this:
utm_source=androidmarket&utm_medium=device&utm_campaign=downloads
utm_source=androidmarket&utm_medium=device&utm_campaign=search&utm_term=something
That's fine and clearly these are coming directly from the Android Market app, but I was wondering if there's a list somewhere which describes all of these different values (particularly the different values for utm_campaign) for the Android Market.
I'm not asking what utm_campaign
is but rather what are all the values that the Android Market can generate for utm_campaign
and what do each of them mean. (E.g. The search one is pretty obvious: someone searched for the term in utm_term
using the Market app, and this app came up and was downloaded).