lib/google/analytics/data/v1alpha/analytics_data/client.rb in google-analytics-data-v1alpha-0.3.0 vs lib/google/analytics/data/v1alpha/analytics_data/client.rb in google-analytics-data-v1alpha-0.3.1
- old
+ new
@@ -560,11 +560,11 @@
end
##
# Returns metadata for dimensions and metrics available in reporting methods.
# Used to explore the dimensions and metrics. In this method, a Google
- # Analytics App + Web Property Identifier is specified in the request, and
+ # Analytics 4 (GA4) Property Identifier is specified in the request, and
# the metadata response includes Custom dimensions and metrics as well as
# Universal metadata.
#
# For example if a custom metric with parameter name `levels_unlocked` is
# registered to a property, the Metadata response will contain
@@ -587,10 +587,10 @@
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
# 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 App + Web Property identifier.
+ # Google Analytics 4 (GA4) Property identifier.
#
# Example: properties/1234/metadata
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Analytics::Data::V1alpha::Metadata]