install-referrer Questions

2

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?

3

I am building eCommerce platform.This includes website,android app and iOS app. I already implemented for Android by using Google Play Install Referrer API.For Android,when users install from a r...
Eluviation asked 24/9, 2018 at 7:32

3

Solved

There are lots of examples how to test "default" way of detecting install referrer, but there is not example how to test com.android.installreferrer:installreferrer library. Examples like adb s...
Hangover asked 30/8, 2019 at 21:15

2

I have developed an application where user can refer other users and can earn incentives. I am getting the expected UTM_SOURCE and UTM_MEDIUM values in 85% of cases but in rest of the cases i am ge...
Stalactite asked 27/11, 2018 at 10:56

6

I'm looking to migrate from listening to the Play Store's INSTALL_REFERRER intent, to using the new Google Play Install Referrer Library. I am struggling to find a way to test this new library wit...

1

Solved

I am developing an app in android studio and tracking referrer using referral link but my app not working in live condition My app work fine when I send referrer using below command adb shell am br...
Hepatica asked 17/12, 2020 at 11:8

4

Solved

I'm using instll_referrrer tracking the user installation. Recently, I found a lot of user send the refer utm_source=(not%20set)&utm_medium=(not%20set) to my server. I searched this on Google,...
Janetjaneta asked 14/8, 2016 at 7:38

4

Solved

Google announced their Google Play Referrer API at 20 November 2017 as new way to track app installs. My question is: Is there any way to test the function before my app is released in Google play?...

0

I updated the implementation 'com.android.installreferrer:installreferrer:X' from 1.1.2 to 2.0 then started getting this error: Process: com.tomatedigital.lottogram, PID: 13424 java.lang.NoClass...
Workwoman asked 5/7, 2020 at 19:14

1

I have received email from google: We recently announced that we’ll be deprecating the install_referrer intent broadcast mechanism. Because one or more of your apps uses this intent to track ref...

2

Solved

Updating the Install Referrer Library from v1.0 to v1.1 added the following permissions: WRITE_EXTERNAL_STORAGE READ_EXTERNAL_STORAGE READ_PHONE_STATE Those permissions are not present in the Ins...
Mantinea asked 10/12, 2019 at 9:7

1

Is there a way in Flutter to get the install referrer from google play? https://developer.android.com/google/play/installreferrer/library.html if possible both Android and iOS. My Goal is to iden...

2

Solved

I have a problem with INSTALL_REFERRER broadcast in my app. I'm trying to create some information about campaign etc, but on most devices my url "https://play.google.com/store/apps/details?id=co...
Canned asked 26/11, 2018 at 12:27

1

Solved

I am using my custom broadcast receiver as follows to track UTM parameters. <receiver android:name=".services.CustomInstallListener" android:exported="true"> <intent-filter> <a...

5

I need to track install referrals for my android app. It's working fine in most of the devices. But in Redmi device, the broadcast is not getting triggered. I tested it with Redmi Note 4 I have te...

0

I'm trying to use Google Play Install Referrer API to create a transparent way for the users to share my app and get benefits... but i'm having a nightmare trying to test this api My app has a but...
Construction asked 12/12, 2018 at 17:37

0

We are using Google Play Install Referrer library for Install Attribution. The working referrer value we get from this is : network=g&campaignid=863200068&loc_physical_ms=9061947&ads...
Wina asked 29/11, 2018 at 12:33

4

I'm trying to track my campaigns on google analytics, I've followed the tutorial but it is not working :( This is my manifest: <service android:name="com.google.android.gms.analytics.CampaignT...
Sisto asked 24/4, 2016 at 15:25

1

Solved

Recently i have updated google play services dependency version to 15.0.0 it automatically added the below permission. i don't no wheather i need this Google Play Referrer API permission or not &...

4

I'm using SFSafariViewController to grab user's cookie in my app. Here's is my code: SFSafariViewController *safari = [[SFSafariViewController alloc]initWithURL:[NSURL URLWithString:referrerUrl] e...

1

Below is my scenario: If the app is installed, launch the app pass a referrer data and handle it inside the app. If the app is not installed , direct to google play install the app handle the re...
Welltimed asked 29/9, 2016 at 22:30

3

I have a simple task: I want to track the referral id of an app install and pass it to backend. What I did: I created a link with an extra parameter referrer and appended it to the invite link. Wh...

1

I'm currently implementing Google's App Invites and I'm wondering what the best way to test fresh installs. I can broadcast an INSTALL_REFERRER event with the appropriate deep link like so: ad...

3

Solved

I originally asked this question, about passing parameters through a market link into my app on install. Everyone seems to be saying to create a BroadcastListener with the intent-filter action of...
1

© 2022 - 2024 — McMap. All rights reserved.