Class: Google::Ads::AdManager::V1::EntitySignalsMapping

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb

Overview

The EntitySignalsMapping resource.

Instance Attribute Summary collapse

Instance Attribute Details

#audience_segment_id::Integer

Returns ID of an AudienceSegment that this mapping belongs to.

Returns:

  • (::Integer)

    ID of an AudienceSegment that this mapping belongs to.



46
47
48
49
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 46

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

#content_bundle_id::Integer

Returns ID of a ContentBundle that this mapping belongs to.

Returns:

  • (::Integer)

    ID of a ContentBundle that this mapping belongs to.



46
47
48
49
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 46

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

#custom_targeting_value_id::Integer

Returns ID of a CustomValue that this mapping belongs to.

Returns:

  • (::Integer)

    ID of a CustomValue that this mapping belongs to.



46
47
48
49
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 46

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

#entity_signals_mapping_id::Integer (readonly)

Returns Output only. EntitySignalsMapping ID.

Returns:

  • (::Integer)

    Output only. EntitySignalsMapping ID.



46
47
48
49
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 46

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

#name::String

Returns Identifier. The resource name of the EntitySignalsMapping. Format: networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}.

Returns:

  • (::String)

    Identifier. The resource name of the EntitySignalsMapping. Format: networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}



46
47
48
49
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 46

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

#taxonomy_category_ids::Array<::Integer>

Returns Required. The IDs of the categories that are associated with the referencing entity.

Returns:

  • (::Array<::Integer>)

    Required. The IDs of the categories that are associated with the referencing entity.



46
47
48
49
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 46

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