Class: Google::Analytics::Admin::V1alpha::SetAutomatedGa4ConfigurationOptOutRequest

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 setting the opt out status for the automated GA4 setup process.

Instance Attribute Summary collapse

Instance Attribute Details

#opt_out::Boolean

Returns The status to set.

Returns:

  • (::Boolean)

    The status to set.



1994
1995
1996
1997
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1994

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

#property::String

Returns Required. The UA property to set 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 set 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



1994
1995
1996
1997
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1994

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