Show / Hide Table of Contents

Class Segment

The segment definition, if the report needs to be segmented. A Segment is a subset of the Analytics data. For example, of the entire set of users, one Segment might be users from a particular country or city.

Inheritance
object
Segment
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 Segment : IDirectResponseSchema

Properties

DynamicSegment

A dynamic segment definition in the request.

Declaration
[JsonProperty("dynamicSegment")]
public virtual DynamicSegment DynamicSegment { get; set; }
Property Value
Type Description
DynamicSegment

ETag

The ETag of the item.

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

SegmentId

The segment ID of a built-in or custom segment, for example gaid::-3.

Declaration
[JsonProperty("segmentId")]
public virtual string SegmentId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX