Types for Google Analytics Data v1beta API¶
- class google.analytics.data_v1beta.types.BatchRunPivotReportsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe batch request containing multiple pivot report requests.
- property¶
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property.
Example: properties/1234
- Type
- requests¶
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
- Type
Sequence[google.analytics.data_v1beta.types.RunPivotReportRequest]
- class google.analytics.data_v1beta.types.BatchRunPivotReportsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe batch response containing multiple pivot reports.
- pivot_reports¶
Individual responses. Each response has a separate pivot report request.
- Type
Sequence[google.analytics.data_v1beta.types.RunPivotReportResponse]
- class google.analytics.data_v1beta.types.BatchRunReportsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe batch request containing multiple report requests.
- property¶
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.
Example: properties/1234
- Type
- requests¶
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
- Type
Sequence[google.analytics.data_v1beta.types.RunReportRequest]
- class google.analytics.data_v1beta.types.BatchRunReportsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe batch response containing multiple reports.
- reports¶
Individual responses. Each response has a separate report request.
- Type
Sequence[google.analytics.data_v1beta.types.RunReportResponse]
- class google.analytics.data_v1beta.types.CheckCompatibilityRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe request for compatibility information for a report’s dimensions and metrics. Check compatibility provides a preview of the compatibility of a report; fields shared with the
runReportrequest should be the same values as in yourrunReportrequest.- property¶
A Google Analytics GA4 property identifier whose events are tracked. To learn more, see where to find your Property ID.
propertyshould be the same value as in yourrunReportrequest.Example: properties/1234
Set the Property ID to 0 for compatibility checking on dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.
- Type
- dimensions¶
The dimensions in this report.
dimensionsshould be the same value as in yourrunReportrequest.- Type
- metrics¶
The metrics in this report.
metricsshould be the same value as in yourrunReportrequest.- Type
- dimension_filter¶
The filter clause of dimensions.
dimensionFiltershould be the same value as in yourrunReportrequest.
- metric_filter¶
The filter clause of metrics.
metricFiltershould be the same value as in yourrunReportrequest
- compatibility_filter¶
Filters the dimensions and metrics in the response to just this compatibility. Commonly used as
”compatibilityFilter”: “COMPATIBLE”to only return compatible dimensions & metrics.
- class google.analytics.data_v1beta.types.CheckCompatibilityResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe compatibility response with the compatibility of each dimension & metric.
- dimension_compatibilities¶
The compatibility of each dimension.
- Type
Sequence[google.analytics.data_v1beta.types.DimensionCompatibility]
- metric_compatibilities¶
The compatibility of each metric.
- Type
Sequence[google.analytics.data_v1beta.types.MetricCompatibility]
- class google.analytics.data_v1beta.types.Cohort(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDefines a cohort selection criteria. A cohort is a group of users who share a common characteristic. For example, users with the same
firstSessionDatebelong to the same cohort.- name¶
Assigns a name to this cohort. The dimension
cohortis valued to this name in a report response. If set, cannot begin withcohort_orRESERVED_. If not set, cohorts are named by their zero based indexcohort_0,cohort_1, etc.- Type
- date_range¶
The cohort selects users whose first touch date is between start date and end date defined in the
dateRange. ThisdateRangedoes not specify the full date range of event data that is present in a cohort report. In a cohort report, thisdateRangeis extended by the granularity and offset present in thecohortsRange; event data for the extended reporting date range is present in a cohort report.In a cohort request, this
dateRangeis required and thedateRangesin theRunReportRequestorRunPivotReportRequestmust be unspecified.This
dateRangeshould generally be aligned with the cohort’s granularity. IfCohortsRangeuses daily granularity, thisdateRangecan be a single day. IfCohortsRangeuses weekly granularity, thisdateRangecan be aligned to a week boundary, starting at Sunday and ending Saturday. IfCohortsRangeuses monthly granularity, thisdateRangecan be aligned to a month, starting at the first and ending on the last day of the month.
- class google.analytics.data_v1beta.types.CohortReportSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageOptional settings of a cohort report.
- class google.analytics.data_v1beta.types.CohortSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe specification of cohorts for a cohort report.
Cohort reports create a time series of user retention for the cohort. For example, you could select the cohort of users that were acquired in the first week of September and follow that cohort for the next six weeks. Selecting the users acquired in the first week of September cohort is specified in the
cohortobject. Following that cohort for the next six weeks is specified in thecohortsRangeobject.For examples, see Cohort Report Examples.
The report response could show a weekly time series where say your app has retained 60% of this cohort after three weeks and 25% of this cohort after six weeks. These two percentages can be calculated by the metric
cohortActiveUsers/cohortTotalUsersand will be separate rows in the report.- cohorts¶
Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
- Type
- cohorts_range¶
Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over.
- cohort_report_settings¶
Optional settings for a cohort report.
- class google.analytics.data_v1beta.types.CohortsRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageConfigures the extended reporting date range for a cohort report. Specifies an offset duration to follow the cohorts over.
- granularity¶
Required. The granularity used to interpret the
startOffsetandendOffsetfor the extended reporting date range for a cohort report.
- start_offset¶
startOffsetspecifies the start date of the extended reporting date range for a cohort report.startOffsetis commonly set to 0 so that reports contain data from the acquisition of the cohort forward.If
granularityisDAILY, thestartDateof the extended reporting date range isstartDateof the cohort plusstartOffsetdays.If
granularityisWEEKLY, thestartDateof the extended reporting date range isstartDateof the cohort plusstartOffset * 7days.If
granularityisMONTHLY, thestartDateof the extended reporting date range isstartDateof the cohort plusstartOffset * 30days.- Type
- end_offset¶
Required.
endOffsetspecifies the end date of the extended reporting date range for a cohort report.endOffsetcan be any positive integer but is commonly set to 5 to 10 so that reports contain data on the cohort for the next several granularity time periods.If
granularityisDAILY, theendDateof the extended reporting date range isendDateof the cohort plusendOffsetdays.If
granularityisWEEKLY, theendDateof the extended reporting date range isendDateof the cohort plusendOffset * 7days.If
granularityisMONTHLY, theendDateof the extended reporting date range isendDateof the cohort plusendOffset * 30days.- Type
- class google.analytics.data_v1beta.types.Compatibility(value)[source]¶
Bases:
proto.enums.EnumThe compatibility types for a single dimension or metric.
- COMPATIBILITY_UNSPECIFIED = 0¶
- COMPATIBLE = 1¶
- INCOMPATIBLE = 2¶
- class google.analytics.data_v1beta.types.DateRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA contiguous set of days: startDate, startDate + 1, …, endDate. Requests are allowed up to 4 date ranges.
- start_date¶
The inclusive start date for the query in the format
YYYY-MM-DD. Cannot be afterend_date. The formatNdaysAgo,yesterday, ortodayis also accepted, and in that case, the date is inferred based on the property’s reporting time zone.- Type
- end_date¶
The inclusive end date for the query in the format
YYYY-MM-DD. Cannot be beforestart_date. The formatNdaysAgo,yesterday, ortodayis also accepted, and in that case, the date is inferred based on the property’s reporting time zone.- Type
- class google.analytics.data_v1beta.types.Dimension(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, city could be “Paris” or “New York”. Requests are allowed up to 9 dimensions.
- name¶
The name of the dimension. See the API Dimensions for the list of dimension names.
If
dimensionExpressionis specified,namecan be any string that you would like within the allowed character set. For example if adimensionExpressionconcatenatescountryandcity, you could call that dimensioncountryAndCity. Dimension names that you choose must match the regular expression^[a-zA-Z0-9_]$.Dimensions are referenced by
nameindimensionFilter,orderBys,dimensionExpression, andpivots.- Type
- dimension_expression¶
One dimension can be the result of an expression of multiple dimensions. For example, dimension “country, city”: concatenate(country, “, “, city).
- class google.analytics.data_v1beta.types.DimensionCompatibility(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe compatibility for a single dimension.
- dimension_metadata¶
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
This field is a member of oneof
_dimension_metadata.
- class google.analytics.data_v1beta.types.DimensionExpression(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUsed to express a dimension which is the result of a formula of multiple dimensions. Example usages:
lower_case(dimension)
concatenate(dimension1, symbol, dimension2).
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- lower_case¶
Used to convert a dimension value to lower case.
This field is a member of oneof
one_expression.
- upper_case¶
Used to convert a dimension value to upper case.
This field is a member of oneof
one_expression.
- concatenate¶
Used to combine dimension values to a single dimension. For example, dimension “country, city”: concatenate(country, “, “, city).
This field is a member of oneof
one_expression.
- class CaseExpression(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUsed to convert a dimension value to a single case.
- class ConcatenateExpression(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUsed to combine dimension values to a single dimension.
- dimension_names¶
Names of dimensions. The names must refer back to names in the dimensions field of the request.
- Type
Sequence[str]
- delimiter¶
The delimiter placed between dimension names.
Delimiters are often single characters such as “|” or “,” but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = “US,FR”, dimension 2 value = “JP”, and delimiter = “,”, then the response will contain “US,FR,JP”.
- Type
- class google.analytics.data_v1beta.types.DimensionHeader(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDescribes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.
- class google.analytics.data_v1beta.types.DimensionMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageExplains a dimension.
- ui_name¶
This dimension’s name within the Google Analytics user interface. For example,
Event name.- Type
- class google.analytics.data_v1beta.types.DimensionValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe value of a dimension.
- class google.analytics.data_v1beta.types.Filter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageAn expression to filter dimension or metric values.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- field_name¶
The dimension name or metric name. Must be a name defined in dimensions or metrics.
- Type
- class BetweenFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageTo express that the result needs to be between two numbers (inclusive).
- from_value¶
Begins with this number.
- to_value¶
Ends with this number.
- class InListFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe result needs to be in a list of string values.
- class NumericFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageFilters for numeric or date values.
- operation¶
The operation type for this filter.
- value¶
A numeric value or a date value.
- class StringFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe filter for string
- match_type¶
The match type for this filter.
- class google.analytics.data_v1beta.types.FilterExpression(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageTo express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- and_group¶
The FilterExpressions in and_group have an AND relationship.
This field is a member of oneof
expr.
- or_group¶
The FilterExpressions in or_group have an OR relationship.
This field is a member of oneof
expr.
- not_expression¶
The FilterExpression is NOT of not_expression.
This field is a member of oneof
expr.
- class google.analytics.data_v1beta.types.FilterExpressionList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA list of filter expressions.
- expressions¶
A list of filter expressions.
- Type
Sequence[google.analytics.data_v1beta.types.FilterExpression]
- class google.analytics.data_v1beta.types.GetMetadataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest for a property’s dimension and metric metadata.
- name¶
Required. The resource name of the metadata to retrieve. This name field is specified in the URL path and not URL parameters. Property is a numeric Google Analytics GA4 Property identifier. To learn more, see where to find your Property ID.
Example: properties/1234/metadata
Set the Property ID to 0 for dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.
- Type
- class google.analytics.data_v1beta.types.Metadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe dimensions and metrics currently accepted in reporting methods.
- dimensions¶
The dimension descriptions.
- Type
Sequence[google.analytics.data_v1beta.types.DimensionMetadata]
- metrics¶
The metric descriptions.
- Type
- class google.analytics.data_v1beta.types.Metric(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe quantitative measurements of a report. For example, the metric
eventCountis the total number of events. Requests are allowed up to 10 metrics.- name¶
The name of the metric. See the API Metrics for the list of metric names.
If
expressionis specified,namecan be any string that you would like within the allowed character set. For example ifexpressionisscreenPageViews/sessions, you could call that metric’s name =viewsPerSession. Metric names that you choose must match the regular expression^[a-zA-Z0-9_]$.Metrics are referenced by
nameinmetricFilter,orderBys, and metricexpression.- Type
- expression¶
A mathematical expression for derived metrics. For example, the metric Event count per user is
eventCount/totalUsers.- Type
- class google.analytics.data_v1beta.types.MetricAggregation(value)[source]¶
Bases:
proto.enums.EnumRepresents aggregation of metrics.
- COUNT = 4¶
- MAXIMUM = 6¶
- METRIC_AGGREGATION_UNSPECIFIED = 0¶
- MINIMUM = 5¶
- TOTAL = 1¶
- class google.analytics.data_v1beta.types.MetricCompatibility(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe compatibility for a single metric.
- metric_metadata¶
The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.
This field is a member of oneof
_metric_metadata.
- class google.analytics.data_v1beta.types.MetricHeader(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDescribes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers.
- type_¶
The metric’s data type.
- class google.analytics.data_v1beta.types.MetricMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageExplains a metric.
- ui_name¶
This metric’s name within the Google Analytics user interface. For example,
Event count.- Type
- deprecated_api_names¶
Still usable but deprecated names for this metric. If populated, this metric is available by either
apiNameor one ofdeprecatedApiNamesfor a period of time. After the deprecation period, the metric will be available only byapiName.- Type
Sequence[str]
- type_¶
The type of this metric.
- expression¶
The mathematical expression for this derived metric. Can be used in Metric’s
expressionfield for equivalent reports. Most metrics are not expressions, and for non-expressions, this field is empty.- Type
- blocked_reasons¶
If reasons are specified, your access is blocked to this metric for this property. API requests from you to this property for this metric will succeed; however, the report will contain only zeros for this metric. API requests with metric filters on blocked metrics will fail. If reasons are empty, you have access to this metric.
To learn more, see Access and data-restriction management.
- category¶
The display name of the category that this metrics belongs to. Similar dimensions and metrics are categorized together.
- Type
- class google.analytics.data_v1beta.types.MetricType(value)[source]¶
Bases:
proto.enums.EnumA metric’s value type.
- METRIC_TYPE_UNSPECIFIED = 0¶
- TYPE_CURRENCY = 9¶
- TYPE_FEET = 10¶
- TYPE_FLOAT = 2¶
- TYPE_HOURS = 7¶
- TYPE_INTEGER = 1¶
- TYPE_KILOMETERS = 13¶
- TYPE_METERS = 12¶
- TYPE_MILES = 11¶
- TYPE_MILLISECONDS = 5¶
- TYPE_MINUTES = 6¶
- TYPE_SECONDS = 4¶
- TYPE_STANDARD = 8¶
- class google.analytics.data_v1beta.types.MetricValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe value of a metric.
- class google.analytics.data_v1beta.types.MinuteRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA contiguous set of minutes: startMinutesAgo, startMinutesAgo + 1, …, endMinutesAgo. Requests are allowed up to 2 minute ranges.
- start_minutes_ago¶
The inclusive start minute for the query as a number of minutes before now. For example,
"startMinutesAgo": 29specifies the report should include event data from 29 minutes ago and after. Cannot be afterendMinutesAgo.If unspecified,
startMinutesAgois defaulted to 29. Standard Analytics properties can request up to the last 30 minutes of event data (startMinutesAgo <= 29), and Google Analytics 360 properties can request up to the last 60 minutes of event data (startMinutesAgo <= 59).This field is a member of oneof
_start_minutes_ago.- Type
- end_minutes_ago¶
The inclusive end minute for the query as a number of minutes before now. Cannot be before
startMinutesAgo. For example,"endMinutesAgo": 15specifies the report should include event data from prior to 15 minutes ago.If unspecified,
endMinutesAgois defaulted to 0. Standard Analytics properties can request any minute in the last 30 minutes of event data (endMinutesAgo <= 29), and Google Analytics 360 properties can request any minute in the last 60 minutes of event data (endMinutesAgo <= 59).This field is a member of oneof
_end_minutes_ago.- Type
- class google.analytics.data_v1beta.types.NumericValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageTo represent a number.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- class google.analytics.data_v1beta.types.OrderBy(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe sort options.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- pivot¶
Sorts results by a metric’s values within a pivot column group.
This field is a member of oneof
one_order_by.
- class DimensionOrderBy(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSorts by dimension values.
- order_type¶
Controls the rule for dimension value ordering.
- class MetricOrderBy(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSorts by metric values.
- class PivotOrderBy(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSorts by a pivot column group.
- metric_name¶
In the response to order by, order rows by this column. Must be a metric name from the request.
- Type
- pivot_selections¶
Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row’s dimension name and value pair.
- class PivotSelection(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA pair of dimension names and values. Rows with this dimension pivot pair are ordered by the metric’s value.
For example if pivots = {{“browser”, “Chrome”}} and metric_name = “Sessions”, then the rows will be sorted based on Sessions in Chrome.
---------|----------|----------------|----------|---------------- | Chrome | Chrome | Safari | Safari ---------|----------|----------------|----------|---------------- Country | Sessions | Pages/Sessions | Sessions | Pages/Sessions ---------|----------|----------------|----------|---------------- US | 2 | 2 | 3 | 1 ---------|----------|----------------|----------|---------------- Canada | 3 | 1 | 4 | 1 ---------|----------|----------------|----------|----------------
- class google.analytics.data_v1beta.types.Pivot(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDescribes the visible dimension columns and rows in the report response.
- field_names¶
Dimension names for visible columns in the report response. Including “dateRange” produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
- Type
Sequence[str]
- order_bys¶
Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
- Type
- limit¶
The number of unique combinations of dimension values to return in this pivot. The
limitparameter is required. Alimitof 10,000 is common for single pivot requests.The product of the
limitfor eachpivotin aRunPivotReportRequestmust not exceed 100,000. For example, a two pivot request withlimit: 1000in each pivot will fail because the product is1,000,000.- Type
- metric_aggregations¶
Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
- Type
Sequence[google.analytics.data_v1beta.types.MetricAggregation]
- class google.analytics.data_v1beta.types.PivotDimensionHeader(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSummarizes dimension values from a row for this pivot.
- dimension_values¶
Values of multiple dimensions in a pivot.
- Type
- class google.analytics.data_v1beta.types.PivotHeader(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDimensions’ values in a single pivot.
- pivot_dimension_headers¶
The size is the same as the cardinality of the corresponding dimension combinations.
- Type
Sequence[google.analytics.data_v1beta.types.PivotDimensionHeader]
- class google.analytics.data_v1beta.types.PropertyQuota(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageCurrent state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.
- tokens_per_day¶
Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
- tokens_per_hour¶
Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
- concurrent_requests¶
Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests.
- server_errors_per_project_per_hour¶
Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour; Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour.
- potentially_thresholded_requests_per_hour¶
Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions.
- class google.analytics.data_v1beta.types.QuotaStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageCurrent state for a particular quota group.
- class google.analytics.data_v1beta.types.ResponseMetaData(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse’s metadata carrying additional information about the report content.
- data_loss_from_other_row¶
If true, indicates some buckets of dimension combinations are rolled into “(other)” row. This can happen for high cardinality reports.
- Type
- schema_restriction_response¶
Describes the schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
This field is a member of oneof
_schema_restriction_response.
- currency_code¶
The currency code used in this report. Intended to be used in formatting currency metrics like
purchaseRevenuefor visualization. If currency_code was specified in the request, this response parameter will echo the request parameter; otherwise, this response parameter is the property’s current currency_code.Currency codes are string encodings of currency types from the ISO 4217 standard (https://en.wikipedia.org/wiki/ISO_4217); for example “USD”, “EUR”, “JPY”. To learn more, see https://support.google.com/analytics/answer/9796179.
This field is a member of oneof
_currency_code.- Type
- time_zone¶
The property’s current timezone. Intended to be used to interpret time-based dimensions like
hourandminute. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example “America/New_York” or “Asia/Tokyo”.This field is a member of oneof
_time_zone.- Type
- empty_reason¶
If empty reason is specified, the report is empty for this reason.
This field is a member of oneof
_empty_reason.- Type
- class SchemaRestrictionResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
- active_metric_restrictions¶
All restrictions actively enforced in creating the report. For example,
purchaseRevenuealways has the restriction typeREVENUE_DATA. However, this active response restriction is only populated if the user’s custom role disallows access toREVENUE_DATA.
- class ActiveMetricRestriction(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA metric actively restricted in creating the report.
- restricted_metric_types¶
The reason for this metric’s restriction.
- Type
Sequence[google.analytics.data_v1beta.types.RestrictedMetricType]
- class google.analytics.data_v1beta.types.RestrictedMetricType(value)[source]¶
Bases:
proto.enums.EnumCategories of data that you may be restricted from viewing on certain GA4 properties.
- COST_DATA = 1¶
- RESTRICTED_METRIC_TYPE_UNSPECIFIED = 0¶
- REVENUE_DATA = 2¶
- class google.analytics.data_v1beta.types.Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageReport data for each row. For example if RunReportRequest contains:
"dimensions": [ { "name": "eventName" }, { "name": "countryId" } ], "metrics": [ { "name": "eventCount" } ]One row with ‘in_app_purchase’ as the eventName, ‘JP’ as the countryId, and 15 as the eventCount, would be:
"dimensionValues": [ { "value": "in_app_purchase" }, { "value": "JP" } ], "metricValues": [ { "value": "15" } ]- dimension_values¶
List of requested dimension values. In a PivotReport, dimension_values are only listed for dimensions included in a pivot.
- Type
- metric_values¶
List of requested visible metric values.
- Type
- class google.analytics.data_v1beta.types.RunPivotReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe request to generate a pivot report.
- property¶
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. Within a batch request, this property should either be unspecified or consistent with the batch-level property.
Example: properties/1234
- Type
- dimensions¶
The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.
- Type
- metrics¶
The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.
- Type
- date_ranges¶
The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name “dateRange” can be included in a Pivot’s field names; if included, the report compares between date ranges. In a cohort request, this
dateRangesmust be unspecified.- Type
- pivots¶
Describes the visual format of the report’s dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.
- Type
Sequence[google.analytics.data_v1beta.types.Pivot]
- dimension_filter¶
The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
- metric_filter¶
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
- currency_code¶
A currency code in ISO4217 format, such as “AED”, “USD”, “JPY”. If the field is empty, the report uses the property’s default currency.
- Type
- cohort_spec¶
Cohort group associated with this request. If there is a cohort group in the request the ‘cohort’ dimension must be present.
- keep_empty_rows¶
If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter.
- Type
- return_property_quota¶
Toggles whether to return the current state of this Analytics Property’s quota. Quota is returned in PropertyQuota.
- Type
- class google.analytics.data_v1beta.types.RunPivotReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe response pivot report table corresponding to a pivot request.
- pivot_headers¶
Summarizes the columns and rows created by a pivot. Each pivot in the request produces one header in the response. If we have a request like this:
"pivots": [{ "fieldNames": ["country", "city"] }, { "fieldNames": "eventName" }]
We will have the following
pivotHeadersin the response:"pivotHeaders" : [{ "dimensionHeaders": [{ "dimensionValues": [ { "value": "United Kingdom" }, { "value": "London" } ] }, { "dimensionValues": [ { "value": "Japan" }, { "value": "Osaka" } ] }] }, { "dimensionHeaders": [{ "dimensionValues": [{ "value": "session_start" }] }, { "dimensionValues": [{ "value": "scroll" }] }] }]
- Type
- dimension_headers¶
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
- Type
Sequence[google.analytics.data_v1beta.types.DimensionHeader]
- metric_headers¶
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
- Type
- rows¶
Rows of dimension value combinations and metric values in the report.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- aggregates¶
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to “RESERVED_”.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- metadata¶
Metadata for the report.
- property_quota¶
This Analytics Property’s quota state including this request.
- class google.analytics.data_v1beta.types.RunRealtimeReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe request to generate a realtime report.
- property¶
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID.
Example: properties/1234
- Type
- dimensions¶
The dimensions requested and displayed.
- Type
- metrics¶
The metrics requested and displayed.
- Type
- dimension_filter¶
The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
- metric_filter¶
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
- limit¶
The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for.
limitmust be positive.The API can also return fewer rows than the requested
limit, if there aren’t as many dimension values as thelimit. For instance, there are fewer than 300 possible values for the dimensioncountry, so when reporting on onlycountry, you can’t get more than 300 rows, even if you setlimitto a higher value.- Type
- metric_aggregations¶
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to “RESERVED_(MetricAggregation)”.
- Type
Sequence[google.analytics.data_v1beta.types.MetricAggregation]
- order_bys¶
Specifies how rows are ordered in the response.
- Type
- return_property_quota¶
Toggles whether to return the current state of this Analytics Property’s Realtime quota. Quota is returned in PropertyQuota.
- Type
- minute_ranges¶
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
- Type
- class google.analytics.data_v1beta.types.RunRealtimeReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe response realtime report table corresponding to a request.
- dimension_headers¶
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
- Type
Sequence[google.analytics.data_v1beta.types.DimensionHeader]
- metric_headers¶
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
- Type
- rows¶
Rows of dimension value combinations and metric values in the report.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- totals¶
If requested, the totaled values of metrics.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- maximums¶
If requested, the maximum values of metrics.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- minimums¶
If requested, the minimum values of metrics.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- row_count¶
The total number of rows in the query result.
rowCountis independent of the number of rows returned in the response and thelimitrequest parameter. For example if a query returns 175 rows and includeslimitof 50 in the API request, the response will containrowCountof 175 but only 50 rows.- Type
- property_quota¶
This Analytics Property’s Realtime quota state including this request.
- class google.analytics.data_v1beta.types.RunReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe request to generate a report.
- property¶
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. Within a batch request, this property should either be unspecified or consistent with the batch-level property.
Example: properties/1234
- Type
- dimensions¶
The dimensions requested and displayed.
- Type
- metrics¶
The metrics requested and displayed.
- Type
- date_ranges¶
Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges. In a cohort request, this
dateRangesmust be unspecified.- Type
- dimension_filter¶
Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see Fundamentals of Dimension Filters for examples. Metrics cannot be used in this filter.
- metric_filter¶
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
- offset¶
The row count of the start row. The first row is counted as row 0.
When paging, the first request does not specify offset; or equivalently, sets offset to 0; the first request returns the first
limitof rows. The second request sets offset to thelimitof the first request; the second request returns the secondlimitof rows.To learn more about this pagination parameter, see Pagination.
- Type
- limit¶
The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for.
limitmust be positive.The API can also return fewer rows than the requested
limit, if there aren’t as many dimension values as thelimit. For instance, there are fewer than 300 possible values for the dimensioncountry, so when reporting on onlycountry, you can’t get more than 300 rows, even if you setlimitto a higher value.To learn more about this pagination parameter, see Pagination.
- Type
- metric_aggregations¶
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to “RESERVED_(MetricAggregation)”.
- Type
Sequence[google.analytics.data_v1beta.types.MetricAggregation]
- order_bys¶
Specifies how rows are ordered in the response.
- Type
- currency_code¶
A currency code in ISO4217 format, such as “AED”, “USD”, “JPY”. If the field is empty, the report uses the property’s default currency.
- Type
- cohort_spec¶
Cohort group associated with this request. If there is a cohort group in the request the ‘cohort’ dimension must be present.
- keep_empty_rows¶
If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter.
- Type
- return_property_quota¶
Toggles whether to return the current state of this Analytics Property’s quota. Quota is returned in PropertyQuota.
- Type
- class google.analytics.data_v1beta.types.RunReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe response report table corresponding to a request.
- dimension_headers¶
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
- Type
Sequence[google.analytics.data_v1beta.types.DimensionHeader]
- metric_headers¶
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
- Type
- rows¶
Rows of dimension value combinations and metric values in the report.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- totals¶
If requested, the totaled values of metrics.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- maximums¶
If requested, the maximum values of metrics.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- minimums¶
If requested, the minimum values of metrics.
- Type
Sequence[google.analytics.data_v1beta.types.Row]
- row_count¶
The total number of rows in the query result.
rowCountis independent of the number of rows returned in the response, thelimitrequest parameter, and theoffsetrequest parameter. For example if a query returns 175 rows and includeslimitof 50 in the API request, the response will containrowCountof 175 but only 50 rows.To learn more about this pagination parameter, see Pagination.
- Type
- metadata¶
Metadata for the report.
- property_quota¶
This Analytics Property’s quota state including this request.