Class: Google::Ads::AdManager::V1::EntitySignalsMapping
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::EntitySignalsMapping
- 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
-
#audience_segment_id ⇒ ::Integer
ID of an AudienceSegment that this mapping belongs to.
-
#content_bundle_id ⇒ ::Integer
ID of a ContentBundle that this mapping belongs to.
-
#custom_targeting_value_id ⇒ ::Integer
ID of a CustomValue that this mapping belongs to.
-
#entity_signals_mapping_id ⇒ ::Integer
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#taxonomy_category_ids ⇒ ::Array<::Integer>
Required.
Instance Attribute Details
#audience_segment_id ⇒ ::Integer
Returns 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.
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.
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.
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}
.
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.
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 |