Skip to main content
Version: SDK 5.0.x

Interface AdvertiserIdInfo

interface AdvertiserIdInfo {  
    advertiserId: null | string;
    isLimitedAdTracking: boolean;
}

Properties

advertiserId

advertiserId: null | string

If the user limited ad tracking and the OS enforces it, this field is null.

isLimitedAdTracking

isLimitedAdTracking: boolean

If the user limited ad tracking, this field is true. On older Android versions this field might be true while the advertiser id is still available.