Show / Hide Table of Contents

Class PageviewData

Represents details collected when the visitor views a page.

Inheritance
object
PageviewData
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX