I am using Google Play Install Referrer API 1.0 to collect the install referrer information. The API is providing the utmSource and utmMedium data perfectly, but utmCampaign is completely missing.
I have enabled autoTagging in Google
Adwords
and the FireBase
Analytics is showing the utmCampaign data accurately.
Examples of value returned by :
ReferrerDetails response = mReferrerClient.getInstallReferrer();
response.getInstallReferrer();
is as follows :
utm_source=google-play&utm_medium=organic
utm_source=(not%20set)&utm_medium=(not%20set)
I am wondering why utmCampaign data is missing.
Anyone faced similar issue and has any solution? It is critical to find out the Campaign source information for us.