diff --git a/generated/google/apis/analyticsdata_v1alpha.rb b/generated/google/apis/analyticsdata_v1alpha.rb index a9402c2ebd0..0d0f97ae3c8 100644 --- a/generated/google/apis/analyticsdata_v1alpha.rb +++ b/generated/google/apis/analyticsdata_v1alpha.rb @@ -22,10 +22,10 @@ module Apis # # Accesses report data in Google Analytics. # - # @see https://developers.google.com/analytics/trusted-testing/analytics-data/ + # @see https://developers.google.com/analytics/devguides/reporting/data/v1/ module AnalyticsdataV1alpha VERSION = 'V1alpha' - REVISION = '20201116' + REVISION = '20201118' # 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 3dd6332072d..a712f4b8d96 100644 --- a/generated/google/apis/analyticsdata_v1alpha/classes.rb +++ b/generated/google/apis/analyticsdata_v1alpha/classes.rb @@ -366,9 +366,9 @@ class Dimension attr_accessor :dimension_expression # 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` + # com/analytics/devguides/reporting/data/v1/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`. @@ -540,8 +540,8 @@ class Entity include Google::Apis::Core::Hashable # 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). + # Property ID](https://developers.google.com/analytics/devguides/reporting/data/ + # v1/property-id). # Corresponds to the JSON property `propertyId` # @return [String] attr_accessor :property_id @@ -745,7 +745,7 @@ class Metric alias_method :invisible?, :invisible # 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 + # analytics/devguides/reporting/data/v1/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 ` diff --git a/generated/google/apis/analyticsdata_v1alpha/service.rb b/generated/google/apis/analyticsdata_v1alpha/service.rb index 2e7a944d4cd..c35f5168ed0 100644 --- a/generated/google/apis/analyticsdata_v1alpha/service.rb +++ b/generated/google/apis/analyticsdata_v1alpha/service.rb @@ -30,7 +30,7 @@ module AnalyticsdataV1alpha # Analyticsdata = Google::Apis::AnalyticsdataV1alpha # Alias the module # service = Analyticsdata::AnalyticsDataService.new # - # @see https://developers.google.com/analytics/trusted-testing/analytics-data/ + # @see https://developers.google.com/analytics/devguides/reporting/data/v1/ class AnalyticsDataService < Google::Apis::Core::BaseService # @return [String] # API key. Your API key identifies your project and provides you with API access, @@ -59,8 +59,8 @@ def initialize # 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](https://developers.google.com/analytics/trusted-testing/analytics- - # data/property-id). Example: properties/1234/metadata Set the Property ID to 0 + # Property ID](https://developers.google.com/analytics/devguides/reporting/data/ + # v1/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. # @param [String] fields @@ -96,8 +96,8 @@ def get_property_metadata(name, fields: nil, quota_user: nil, options: nil, &blo # @param [String] 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](https://developers.google.com/analytics/trusted-testing/analytics- - # data/property-id). Example: properties/1234 + # Property ID](https://developers.google.com/analytics/devguides/reporting/data/ + # v1/property-id). Example: properties/1234 # @param [Google::Apis::AnalyticsdataV1alpha::RunRealtimeReportRequest] run_realtime_report_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. diff --git a/generated/google/apis/analyticsdata_v1alpha/synth.metadata b/generated/google/apis/analyticsdata_v1alpha/synth.metadata index 2e66398617a..50d204fdbe2 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": "93d0d7eb836f16297553a4568aefca39bd6bfd25" + "sha": "b264d974a86e5acbc70cd73915eaf73daac61a63" } } ]