Packagecom.distriqt.extension.idfa
Classpublic class AdvertisingIdInfo
InheritanceAdvertisingIdInfo Inheritance Object

An object containing information about the advertising identifier



Public Properties
 PropertyDefined By
  identifier : String
The advertising identifier An alphanumeric string unique to each device, used only for serving advertisements.
AdvertisingIdInfo
  isLimitAdTrackingEnabled : Boolean = false
A Boolean value that indicates whether the user has limited ad tracking.
AdvertisingIdInfo
Public Methods
 MethodDefined By
  
AdvertisingIdInfo
  
[static]
AdvertisingIdInfo
Property Detail
identifierproperty
public var identifier:String

The advertising identifier

An alphanumeric string unique to each device, used only for serving advertisements.

Note: when ad tracking is limited, the value of the advertising identifier may be 00000000-0000-0000-0000-000000000000.

isLimitAdTrackingEnabledproperty 
public var isLimitAdTrackingEnabled:Boolean = false

A Boolean value that indicates whether the user has limited ad tracking.

If this value is true then the identifier should only be used for limited ad tracking reasons, for example: frequency capping, attribution, conversion events, estimating the number of unique users, advertising fraud detection, and debugging.

See:

Constructor Detail
AdvertisingIdInfo()Constructor
public function AdvertisingIdInfo()



Method Detail
fromObject()method
public static function fromObject(data:Object):AdvertisingIdInfo

Parameters

data:Object

Returns
AdvertisingIdInfo