Class: Google::Analytics::Admin::V1alpha::SetAutomatedGa4ConfigurationOptOutRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::SetAutomatedGa4ConfigurationOptOutRequest
- 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
-
#opt_out ⇒ ::Boolean
The status to set.
-
#property ⇒ ::String
Required.
Instance Attribute Details
#opt_out ⇒ ::Boolean
Returns The status to set.
2087 2088 2089 2090 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2087 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.
2087 2088 2089 2090 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2087 class SetAutomatedGa4ConfigurationOptOutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |