Class: Google::Analytics::Admin::V1alpha::FetchAutomatedGa4ConfigurationOptOutRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request for fetching the opt out status for the automated GA4 setup process.

Instance Attribute Summary collapse

Instance Attribute Details

#property::String

Returns Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234.

Returns:

  • (::String)

    Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234



2013
2014
2015
2016
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2013

class FetchAutomatedGa4ConfigurationOptOutRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end