Class: Google::Ads::AdManager::V1::CustomTargetingValue
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CustomTargetingValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb
Overview
The CustomTargetingValue
resource.
Instance Attribute Summary collapse
-
#ad_tag_name ⇒ ::String
Immutable.
-
#display_name ⇒ ::String
Optional.
-
#match_type ⇒ ::Google::Ads::AdManager::V1::CustomTargetingValueMatchTypeEnum::CustomTargetingValueMatchType
Required.
-
#name ⇒ ::String
Identifier.
-
#status ⇒ ::Google::Ads::AdManager::V1::CustomTargetingValueStatusEnum::CustomTargetingValueStatus
readonly
Output only.
Instance Attribute Details
#ad_tag_name ⇒ ::String
Returns Immutable. Name of the CustomTargetingValue
. Values can contain up to 40
characters each. You can use alphanumeric characters and symbols other than
the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ]. Values are
not data-specific; all values are treated as strings. For example, instead
of using "age>=18 AND <=34", try "18-34".
47 48 49 50 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb', line 47 class CustomTargetingValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Optional. Descriptive name for the CustomTargetingValue
.
47 48 49 50 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb', line 47 class CustomTargetingValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#match_type ⇒ ::Google::Ads::AdManager::V1::CustomTargetingValueMatchTypeEnum::CustomTargetingValueMatchType
Returns Required. Immutable. The way in which the CustomTargetingValue.name strings will be matched.
47 48 49 50 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb', line 47 class CustomTargetingValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the CustomTargetingValue
.
Format:
networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}/customTargetingValues/{custom_targeting_value_id}
.
47 48 49 50 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb', line 47 class CustomTargetingValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Ads::AdManager::V1::CustomTargetingValueStatusEnum::CustomTargetingValueStatus (readonly)
Returns Output only. Status of the CustomTargetingValue
.
47 48 49 50 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb', line 47 class CustomTargetingValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |