Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

Device.advertisingIdentifier

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static string advertisingIdentifier;

Description

The device advertising ID (IDFA) for ad attribution and analytics.

A UUID that identifies the device for advertising. This is the same as Apple's ASIdentifierManager.advertisingIdentifier. Use of this property may require extra App Store steps for advertising and privacy. If the user has limited ad tracking (use Device.advertisingTrackingEnabled to check), the ID may be zeroed or restricted. You must not use the ID for cross-app tracking when it is zeroed or restricted.

For an async option that also returns tracking status, use Application.RequestAdvertisingIdentifierAsync.