Class McfData.ProfileInfoData
Information for the view (profile), for which the Analytics data was requested.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class McfData.ProfileInfoData
Properties
AccountId
Account ID to which this view (profile) belongs.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalWebPropertyId
Internal ID for the web property to which this view (profile) belongs.
Declaration
[JsonProperty("internalWebPropertyId")]
public virtual string InternalWebPropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProfileId
View (Profile) ID.
Declaration
[JsonProperty("profileId")]
public virtual string ProfileId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProfileName
View (Profile) name.
Declaration
[JsonProperty("profileName")]
public virtual string ProfileName { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
Table ID for view (profile).
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |
WebPropertyId
Web Property ID to which this view (profile) belongs.
Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |