Class: Google::Ads::AdManager::V1::CustomTargetingValue

Inherits:
Object
  • Object
show all
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

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".

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:



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