Class: Google::Analytics::Admin::V1alpha::DeleteConnectedSiteTagRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DeleteConnectedSiteTagRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for DeleteConnectedSiteTag RPC.
Instance Attribute Summary collapse
-
#property ⇒ ::String
The Universal Analytics property to delete connected site tags for.
-
#tag_id ⇒ ::String
Tag ID to forward events to.
Instance Attribute Details
#property ⇒ ::String
Returns The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234.
2294 2295 2296 2297 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2294 class DeleteConnectedSiteTagRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag_id ⇒ ::String
Returns Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
2294 2295 2296 2297 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2294 class DeleteConnectedSiteTagRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |