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>
Optional.
Instance Attribute Details
#audience_segment_id ⇒ ::Integer
Returns ID of an AudienceSegment that this mapping belongs to.
Note: The following fields are mutually exclusive: audience_segment_id
, content_bundle_id
, custom_targeting_value_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 52 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.
Note: The following fields are mutually exclusive: content_bundle_id
, audience_segment_id
, custom_targeting_value_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 52 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.
Note: The following fields are mutually exclusive: custom_targeting_value_id
, audience_segment_id
, content_bundle_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 52 class EntitySignalsMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_signals_mapping_id ⇒ ::Integer (readonly)
Returns Output only. EntitySignalsMapping
ID.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 52 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}
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 52 class EntitySignalsMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#taxonomy_category_ids ⇒ ::Array<::Integer>
Returns Optional. The IDs of the categories that are associated with the referencing entity.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb', line 52 class EntitySignalsMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |