Class: Google::Analytics::Admin::V1alpha::FetchAutomatedGa4ConfigurationOptOutRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::FetchAutomatedGa4ConfigurationOptOutRequest
- 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
-
#property ⇒ ::String
Required.
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.
2106 2107 2108 2109 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2106 class FetchAutomatedGa4ConfigurationOptOutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |