Class: Google::Analytics::Admin::V1alpha::AcknowledgeUserDataCollectionRequest

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 message for AcknowledgeUserDataCollection RPC.

Instance Attribute Summary collapse

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.".

Returns:

  • (::String)

    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."



634
635
636
637
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 634

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.

Returns:

  • (::String)

    Required. The property for which to acknowledge user data collection.



634
635
636
637
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 634

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