Class ITunesConnectAnalytics
Parameters for iTunes Connect App Analytics.
Implements
Inherited Members
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 |