google_api_analytics_reporting v0.2.0 GoogleApi.AnalyticsReporting.V4.Model.Segment View Source
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.
Attributes
- dynamicSegment (DynamicSegment): A dynamic segment definition in the request. Defaults to:
null
. - segmentId (String.t): The segment ID of a built-in or custom segment, for example `gaid::-3`. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.Segment{
dynamicSegment: GoogleApi.AnalyticsReporting.V4.Model.DynamicSegment.t(),
segmentId: any()
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.Segment{ dynamicSegment: GoogleApi.AnalyticsReporting.V4.Model.DynamicSegment.t(), segmentId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.