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.
Implements
Inherited Members
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 |