Class: Google::Analytics::Admin::V1alpha::SubpropertyEventFilter

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

Overview

A resource message representing a GA4 Subproperty event filter.

Instance Attribute Summary collapse

Instance Attribute Details

#apply_to_property::String

Returns Immutable. Resource name of the Subproperty that uses this filter.

Returns:

  • (::String)

    Immutable. Resource name of the Subproperty that uses this filter.



150
151
152
153
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 150

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

#filter_clauses::Array<::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterClause>

Returns Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

Returns:



150
151
152
153
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 150

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

#name::String (readonly)

Returns Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678.

Returns:

  • (::String)

    Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678



150
151
152
153
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 150

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