Class: Google::Analytics::Admin::V1alpha::AcknowledgeUserDataCollectionRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AcknowledgeUserDataCollectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for AcknowledgeUserDataCollection RPC.
Instance Attribute Summary collapse
-
#acknowledgement ⇒ ::String
Required.
-
#property ⇒ ::String
Required.
Instance Attribute Details
#acknowledgement ⇒ ::String
Returns Required. An acknowledgement that the caller of this method understands the terms of user data collection.
This field must contain the exact value: "I acknowledge that I have the necessary privacy disclosures and rights from my end users for the collection and processing of their data, including the association of such data with the visitation information Google Analytics collects from my site and/or app property.".
555 556 557 558 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 555 class AcknowledgeUserDataCollectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property ⇒ ::String
Returns Required. The property for which to acknowledge user data collection.
555 556 557 558 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 555 class AcknowledgeUserDataCollectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |