Show / Hide Table of Contents

Class UserActivitySession

This represents a user session performed on a specific device at a certain time over a period of time.

Inheritance
System.Object
UserActivitySession
Implements
IDirectResponseSchema
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.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class UserActivitySession : IDirectResponseSchema

Properties

Activities

Represents a detailed view into each of the activity in this session.

Declaration
[JsonProperty("activities")]
public virtual IList<Activity> Activities { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Activity>

DataSource

The data source of a hit. By default, hits sent from analytics.js are reported as "web" and hits sent from the mobile SDKs are reported as "app". These values can be overridden in the Measurement Protocol.

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

DeviceCategory

The type of device used: "mobile", "tablet" etc.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Platform

Platform on which the activity happened: "android", "ios" etc.

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

SessionDate

Date of this session in ISO-8601 format.

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

SessionId

Unique ID of the session.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX