Show / Hide Table of Contents

Class ITunesConnectAnalytics

Parameters for iTunes Connect App Analytics.

Inheritance
object
ITunesConnectAnalytics
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.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
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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX