API Reference google_api_analytics_data v0.2.0
Modules
API client metadata for GoogleApi.AnalyticsData.V1alpha.
API calls for all endpoints tagged V1alpha
.
Handle Tesla connections for GoogleApi.AnalyticsData.V1alpha.
The batch request containing multiple pivot report requests.
The batch response containing multiple pivot reports.
The batch request containing multiple report requests.
The batch response containing multiple reports.
To express that the result needs to be between two numbers (inclusive).
Used to convert a dimension value to a single case.
Defines a cohort. A cohort is a group of users who share a common characteristic. For example, all users with the same acquisition date belong to the same cohort.
Settings of a cohort report.
Specification for a cohort report.
Describes date range for a cohort report.
Used to combine dimension values to a single dimension.
A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests are allowed up to 4 date ranges, and the union of the ranges can cover up to 1 year.
Dimensions are attributes of your data. For example, the dimension City indicates the city, for example, "Paris" or "New York", from which an event originates. Requests are allowed up to 8 dimensions.
Used to express a dimension which is the result of a formula of multiple dimensions. Example usages: 1) lower_case(dimension) 2) concatenate(dimension1, symbol, dimension2).
Describes 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.
Explains a dimension.
Sorts by dimension values.
The value of a dimension.
The unique identifier of the property whose events are tracked.
An expression to filter dimension or metric values.
To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
A list of filter expressions.
The result needs to be in a list of string values.
The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.
Describes 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.
Explains a metric.
Sorts by metric values.
The value of a metric.
Filters for numeric or date values.
To represent a number.
The sort options.
Describes the visible dimension columns and rows in the report response.
Summarizes dimension values from a row for this pivot.
Dimensions' values in a single pivot.
Sorts by a pivot column group.
A 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 ---------|----------|----------------|----------|----------------
Current 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.
Current state for a particular quota group.
Response's metadata carrying additional information about the report content.
Report data for each row. For example if RunReportRequest contains: none dimensions { name: "eventName" } dimensions { name: "countryId" } metrics { name: "eventCount" }
One row with 'in_app_purchase' as the eventName, 'us' as the countryId, and 15 as the eventCount, would be: none dimension_values { name: 'in_app_purchase' name: 'us' } metric_values { int64_value: 15 }
The request to generate a pivot report.
The response pivot report table corresponding to a pivot request.
The request to generate a report.
The response report table corresponding to a request.
The filter for string
The dimensions and metrics currently accepted in reporting methods.