Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier

The identifiers of a Third Party App Analytics Link.

Inheritance
object
GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier : IDirectResponseSchema

Properties

AppAnalyticsProviderId

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.

Declaration
[JsonProperty("appAnalyticsProviderId")]
public virtual long? AppAnalyticsProviderId { get; set; }
Property Value
Type Description
long?

AppId

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.

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

AppVendor

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.

Declaration
[JsonProperty("appVendor")]
public virtual string AppVendor { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX