Tracking pre-installed apps

Preinstalls are app installs on devices that occur without a direct user interaction. AppMetrica offers a number of methods for tracking pre-installed apps.

AppMetrica supports attributions for several pre-install types:

  • Apps pre-installed by the device manufacturer or retailer.
  • Apps pre-installed with PAI.

Apps pre-installed by the device manufacturer or retailer

Pre-installing is a popular method of app distribution. AppMetrica allows you to track activation of pre-installed apps by using tracker data. This data is transmitted using tracking_ID. More details on how to create a tracker and get tracking_ID.

For example, you've partnered with a vendor who distributes your app by pre-installing it on devices. All activations of the pre-installed app should be attributed to this partner. In order for this to happen, the first time the app is opened, it should send the AppMetrica SDK information that this is a special build of the app for pre-installation, along with information about the partner.

The AppMetrica SDK has special setter methods for storing ("hard coding") partner information for attribution and sending postbacks. If you have multiple partners who pre-install the app, create a separate app build for each partner. The build should have settings with various information about the partner that this build is for.

Pre-installing apps with PAI (Google Play Auto Install)

Note

This method only works for apps published on Google Play.

The apps are automatically downloaded and installed from the app store when a device is first activated. AppMetrica allows you to track activation of pre-installed apps by using tracker data. This data is transmitted using utm_campaign. More details on creating a tracker for this method.

When the user first launches the app, the embedded AppMetrica SDK sends a request to the Google Play Install Referrer API. In response, AppMetrica receives the same install_referrer with utm_campaign which links the install to a specific campaign and media source.

See also

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

Contact support