SDK
v1.1
v1.1
  • Getting Started
    • Welcome
    • Start Here
    • Postback Payout (S2S)
    • Advanced options
      • Sending Media Source Data
      • Sending User Segments / User Info
  • Unity
    • Installation
    • Initialization
    • Obtaining Advertising ID's
    • Payout via SDK
  • Android
    • Prerequisite
    • Installation
    • Initialization
    • Obtaining Adverstising ID's
  • Flutter
    • Prerequisite
    • Installation
    • Initialization
    • Obtaining Advertising ID's
  • REACT NATIVE
    • Prerequisites
    • Installation
    • Initialization
    • Obtaining Advertising ID's
  • Web / Iframe
    • Initialization
Powered by GitBook
On this page
  1. Unity

Obtaining Advertising ID's

PreviousInitializationNextPayout via SDK

Apps that target the Google Play Store must use the Google Advertising ID (gps_adid) to identify devices. You need to add the play-services-ads-identifier AAR to your project to access the gps_adid.

Google External Dependency Manager

If you are using the , add the following to your Dependencies.xml file:

<androidPackages>
    <androidPackage spec="com.google.android.gms:play-services-ads-identifier:18.0.1" />
</androidPackages>

To install the ARR manually, and add it to the Assets/Plugins/Android directory.

Google External Dependency Manager plugin
download it from Maven