Class PageviewData
Represents details collected when the visitor views a page.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class PageviewData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PagePath
The URL of the page that the visitor viewed.
Declaration
[JsonProperty("pagePath")]
public virtual string PagePath { get; set; }
Property Value
Type | Description |
---|---|
string |
PageTitle
The title of the page that the visitor viewed.
Declaration
[JsonProperty("pageTitle")]
public virtual string PageTitle { get; set; }
Property Value
Type | Description |
---|---|
string |