Show / Hide Table of Contents

Class RealtimeData.ProfileInfoData

Information for the view (profile), for which the real time data was requested.

Inheritance
System.Object
RealtimeData.ProfileInfoData
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.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ProfileInfoData

Properties

AccountId

Account ID to which this view (profile) belongs.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
System.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
System.String

ProfileId

View (Profile) ID.

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

ProfileName

View (Profile) name.

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

TableId

Table ID for view (profile).

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

WebPropertyId

Web Property ID to which this view (profile) belongs.

Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top