diff --git a/generated/google/apis/analyticsdata_v1alpha.rb b/generated/google/apis/analyticsdata_v1alpha.rb index e2f40433e..05970e531 100644 --- a/generated/google/apis/analyticsdata_v1alpha.rb +++ b/generated/google/apis/analyticsdata_v1alpha.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/analytics/trusted-testing/analytics-data/ module AnalyticsdataV1alpha VERSION = 'V1alpha' - REVISION = '20201016' + REVISION = '20201023' # View and manage your Google Analytics data AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics' diff --git a/generated/google/apis/analyticsdata_v1alpha/classes.rb b/generated/google/apis/analyticsdata_v1alpha/classes.rb index c69238646..8eec634e2 100644 --- a/generated/google/apis/analyticsdata_v1alpha/classes.rb +++ b/generated/google/apis/analyticsdata_v1alpha/classes.rb @@ -353,9 +353,10 @@ module Google end end - # 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. + # Dimensions 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 8 dimensions. class Dimension include Google::Apis::Core::Hashable @@ -366,7 +367,13 @@ module Google # @return [Google::Apis::AnalyticsdataV1alpha::DimensionExpression] attr_accessor :dimension_expression - # The name of the dimension. + # The name of the dimension. See the [API Dimensions](https://developers.google. + # com/analytics/trusted-testing/analytics-data/api-schema#dimensions) for the + # list of dimension names. If `dimensionExpression` is specified, `name` can be + # any string that you would like. For example if a `dimensionExpression` + # concatenates `country` and `city`, you could call that dimension ` + # countryAndCity`. Dimensions are referenced by `name` in `dimensionFilter`, ` + # orderBys`, `dimensionExpression`, and `pivots`. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -527,7 +534,9 @@ module Google class Entity include Google::Apis::Core::Hashable - # A Google Analytics GA4 property id. + # A Google Analytics GA4 property id. To learn more, see [where to find your + # Property ID](https://developers.google.com/analytics/trusted-testing/analytics- + # data/property-id). # Corresponds to the JSON property `propertyId` # @return [String] attr_accessor :property_id @@ -708,26 +717,31 @@ module Google end end - # The quantitative measurements of a report. For example, the metric eventCount + # The quantitative measurements of a report. For example, the metric `eventCount` # is the total number of events. Requests are allowed up to 10 metrics. class Metric include Google::Apis::Core::Hashable # A mathematical expression for derived metrics. For example, the metric Event - # count per user is eventCount/totalUsers. + # count per user is `eventCount/totalUsers`. # Corresponds to the JSON property `expression` # @return [String] attr_accessor :expression - # Indicates if a metric is invisible. If a metric is invisible, the metric is - # not in the response, but can be used in filters, order_bys or being referred - # to in a metric expression. + # Indicates if a metric is invisible in the report response. If a metric is + # invisible, the metric will not produce a column in the response, but can be + # used in `metricFilter`, `orderBys`, or a metric `expression`. # Corresponds to the JSON property `invisible` # @return [Boolean] attr_accessor :invisible alias_method :invisible?, :invisible - # The name of the metric. + # The name of the metric. See the [API Metrics](https://developers.google.com/ + # analytics/trusted-testing/analytics-data/api-schema#metrics) for the list of + # metric names. If `expression` is specified, `name` can be any string that you + # would like. For example if `expression` is `screenPageViews/sessions`, you + # could call that metric's name = `viewsPerSession`. Metrics are referenced by ` + # name` in `metricFilter`, `orderBys`, and metric `expression`. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name diff --git a/generated/google/apis/analyticsdata_v1alpha/service.rb b/generated/google/apis/analyticsdata_v1alpha/service.rb index bcf8861fd..2ce8540c9 100644 --- a/generated/google/apis/analyticsdata_v1alpha/service.rb +++ b/generated/google/apis/analyticsdata_v1alpha/service.rb @@ -58,7 +58,9 @@ module Google # @param [String] 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. Example: properties/1234/metadata + # Analytics GA4 Property identifier. To learn more, see [where to find your + # Property ID](https://developers.google.com/analytics/trusted-testing/analytics- + # data/property-id). Example: properties/1234/metadata # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user diff --git a/generated/google/apis/analyticsdata_v1alpha/synth.metadata b/generated/google/apis/analyticsdata_v1alpha/synth.metadata index eb07fc0a6..4325a4869 100644 --- a/generated/google/apis/analyticsdata_v1alpha/synth.metadata +++ b/generated/google/apis/analyticsdata_v1alpha/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4" + "sha": "f7fd8441cea0c111e25170a6e4ea5676fdd23164" } } ]