Skip to main content

Set ADID

The advertising ID is a unique, user-resettable ID for advertising. It gives users better controls and provides developers with a simple, standard system to continue to monetize their apps. This API allows you to set your advertising ID to header before calling Appmate APIs. You can send this information to appmate for processing.

Request#

Parameter NameType
adidString

Response#

Parameter NameType
resultnull
val adid: String = "XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX"PurchaseClient.instance.setADID(adid)