ThirdPartyAppAnalyticsLinkIdentifier

  • Third Party App Analytics Link identifiers include the app vendor, app analytics provider ID, and app ID.

  • app_vendor is immutable and identifies the app's vendor, required when creating a new link.

  • app_analytics_provider_id is an immutable int64 representing the provider's ID, required upon creation.

  • app_id is an immutable string uniquely identifying the mobile app, using different formats for iOS and Android.

  • All identifier fields are required and cannot be modified after the third party app analytics link is created.

The identifiers of a Third Party App Analytics Link.

Fields

app_vendor

MobileAppVendor

Immutable. The vendor of the app. This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.

app_analytics_provider_id

int64

Immutable. The ID of the app analytics provider. This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.

app_id

string

Immutable. A string that uniquely identifies a mobile application from which the data was collected to the Google Ads API. For iOS, the ID string is the 9 digit string that appears at the end of an App Store URL (for example, "422689480" for "Gmail" whose App Store link is https://apps.apple.com/us/app/gmail-email-by-google/id422689480). For Android, the ID string is the application's package name (for example, "com.google.android.gm" for "Gmail" given Google Play link https://play.google.com/store/apps/details?id=com.google.android.gm) This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.