adjust-icon

Vivo referrer

The Vivo referrer plugin enables the Adjust SDK to read Vivo app store install referrer values on a device. The SDK then sends this information to the Adjust servers as part of the install payload.

The Vivo install referrer is available on all devices with Vivo app store version 5.3.0.0 or above.

Follow the Android get started guide to integrate the Adjust SDK in your app.

Install the Vivo referrer plugin

There are two ways to install the Vivo referrer plugin:

Maven

Add the following dependency to your build.gradle file under your Adjust SDK declaration.

build.gradle
implementation 'com.adjust.sdk:adjust-android:4.38.5'
implementation 'com.adjust.sdk:adjust-android-vivo-referrer:4.38.5'

JAR

The Vivo referrer plugin is available on the GitHub releases page.

Use the plugin

The Vivo referrer plugin is enabled by default. You can toggle reading Vivo install referrer information on and off using the AdjustVivoReferrer class methods.

To disable reading the install referrer, call AdjustVivoReferrer.doNotReadVivoReferrer() before you initialize the SDK.

To reenable reading the install referrer, call AdjustVivoReferrer.readVivoReferrer(applicationContext) before you initialize the SDK.