Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android install referrer : pcampaignid=APPU_2

Tags:

I'm using com.android.installreferrer:installreferrer:1.0 lib to track installation referrer, work fine,

but I'm getting a lot of pcampaignid=APPU_2_.........

What does this mean?

like image 939
Yessine Mahdouani Avatar asked May 03 '18 15:05

Yessine Mahdouani


People also ask

What is Google install referrer?

The Google Install Referrer is an Android-specific measurement technology that attributes clicks on Google Play Store app pages to the correlating app download. Google's Install Referrer framework sends an install referrer (or unique code string) to the Google Play store when an ad click has occurred.

Is Play install referrer API permission safe?

You can use the Google Play Store's Install Referrer API to securely retrieve referral content from Google Play, such as: The referrer URL of the installed package. The timestamp, in seconds, of when a referrer click happened (both client- and server-side).


1 Answers

Seems that it's related to a campaign, Just decompose key as p campaign id. However, After looking deeper into docs, I didn't find any official documentation that mentions this. It seems garbage value because it doesn't make any sense and not related to the referral. The library is officially developed by Google, We can only aspect a perfect answer from them. Well, there are so many communities in varieties of language over the internet, where this question has been asked but not with a single response at all. It is highly possible that it's a campaign id of google's itself with is linked to the library code/this page where the library docs hosted. However, these are all assumptions missing the evidence.

Also, I suggest going through Collecting the Mobile Device IDs list, Where the remarketing is done through the device id. here in case, google must be using analytics to identify device id and referrals. So the chances are higher for pcampaignid=APPU_2_......... as a google's internal campaign id.

Note: If you search about this, You'll find the same question asked in all the different languages everywhere. This is the only satisfactory description so far.

like image 98
Kiran Maniya Avatar answered Sep 20 '22 13:09

Kiran Maniya