Show / Hide Table of Contents

Class ITunesConnectAnalytics

Parameters for iTunes Connect App Analytics.

Inheritance
System.Object
ITunesConnectAnalytics
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class ITunesConnectAnalytics : IDirectResponseSchema

Properties

At

Affiliate token used to create affiliate-coded links.

Declaration
[JsonProperty("at")]
public virtual string At { get; set; }
Property Value
Type Description
System.String

Ct

Campaign text that developers can optionally add to any link in order to track sales from a specific marketing campaign.

Declaration
[JsonProperty("ct")]
public virtual string Ct { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Mt

iTune media types, including music, podcasts, audiobooks and so on.

Declaration
[JsonProperty("mt")]
public virtual string Mt { get; set; }
Property Value
Type Description
System.String

Pt

Provider token that enables analytics for Dynamic Links from within iTunes Connect.

Declaration
[JsonProperty("pt")]
public virtual string Pt { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top