Class: Google::Analytics::Admin::V1alpha::DataRedactionSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

Settings for client-side data redaction. Singleton resource under a Web Stream.

Instance Attribute Summary collapse

Instance Attribute Details

#email_redaction_enabled::Boolean

Returns If enabled, any event parameter or user property values that look like an email will be redacted.

Returns:

  • (::Boolean)

    If enabled, any event parameter or user property values that look like an email will be redacted.



1463
1464
1465
1466
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1463

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

#name::String (readonly)

Returns Output only. Name of this Data Redaction Settings resource. Format: properties/{property_id}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings".

Returns:

  • (::String)

    Output only. Name of this Data Redaction Settings resource. Format: properties/{property_id}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"



1463
1464
1465
1466
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1463

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

#query_parameter_keys::Array<::String>

Returns The query parameter keys to apply redaction logic to if present in the URL. Query parameter matching is case-insensitive.

Must contain at least one element if query_parameter_replacement_enabled is true. Keys cannot contain commas.

Returns:

  • (::Array<::String>)

    The query parameter keys to apply redaction logic to if present in the URL. Query parameter matching is case-insensitive.

    Must contain at least one element if query_parameter_replacement_enabled is true. Keys cannot contain commas.



1463
1464
1465
1466
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1463

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

#query_parameter_redaction_enabled::Boolean

Returns Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters.

If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.

Returns:

  • (::Boolean)

    Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters.

    If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.



1463
1464
1465
1466
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1463

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