TUNE Referrer Test Apk

TUNE Referrer Test Apk

Latest version 1.3
04 Sep 2018

Older Versions

Apk Infos

Version1.3
Rating4.2/5, based on 5 votes
Size‎2.4 MB
Requires AndroidAndroid 4.0+ (Ice Cream Sandwich)
Author's NotesVerify you are collecting the Google Play Install Referrer via the TUNE SDK.

About TUNE Referrer Test APK

TUNE Referrer Test APK Download for Android
TUNE Referrer Test APK Download for Android

Description

The TUNE Referrer Test app allows you to confirm you are collecting and passing the Google Play Install Referrer correctly back to the TUNE Marketing Console.

After you integrate the TUNE SDK into your Android app (but before you submit your app to the Google Play Store), make sure that the Google Play Install Referrer is being collected and passed properly to avoid any missed attributions and/or attribution discrepancies. For information about configuring the Install Referrer in your app code, please visit http://help.tune.com/marketing-console/how-google-play-install-referrer-works.

Common Signs of an Issue Collecting the Install Referrer
When the Google Play Install Referrer is not setup properly in your app code, then you may see one or more of the following effects when testing your mobile app:

1. Installs are attributed as Organic instead of being credited to the appropriate advertising partner (whomever is referenced by the Install Referrer/MAT tracking ID)
2. Integrations with Google Analytics may show relevant activity (such as page visits and ad clicks), but installs are not recorded properly
3. Integrations with Google Analytics may show installs, but they are not attributed to the proper source

Possible Causes and Solutions
Some possible causes for why an Install Referrer is not captured or passed properly include:

1. No test profile enabled in TMC. Without a test profile enabled for your device and app, TMC rejects duplicate installs and you may not see events in TMC. For information about configuring a test profile, please visit Creating a Test Profile.

2. Multiple BroadcastReceivers for the same event. If you have more than one BroadcastReceiver listening for the same event or action, then it becomes uncertain which one will handle the intent and which one(s) will not. To support multiple BroadcastReceivers, you can create one receiver that passes the intent to other receivers (which are essentially subclasses of the one receiver) as described at Multiple Android Install Referrers.

For integrations with Google Analytics, the BroadcastReceiver used is not the one required for a specific version of Google Analytics. Make sure you are referencing the appropriate receiver.

For Google Analytics v2:
com.your.package/com.google.analytics.tracking.android.CampaignTrackingReceiver

For Google Analytics v3:
com.your.package/com.google.android.apps.analytics.AnalyticsReceiver

For Google Analytics v4:
com.your.package/com.google.android.gms.analytics.CampaignTrackingReceiver

For complete details, please visit: https://developers.tune.com/sdk/testing-the-google-play-install-referrer/

Latest updates

What's new in version 1.3

Updated Android libraries.

How to install TUNE Referrer Test APK on Android phone or tablet?

Download TUNE Referrer Test APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.tune.tunereferrertest-v1.3-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.3 (3)2.4 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★Used this app to see what needed to be done to collect the Google Play Install Referrer without hassling my development team right away.
1 ★Not accurate at all!!!