Class: Google::Ads::AdManager::V1::CustomTargetingKey
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CustomTargetingKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb
Overview
The CustomTargetingKey
resource.
Instance Attribute Summary collapse
-
#ad_tag_name ⇒ ::String
Immutable.
-
#custom_targeting_key_id ⇒ ::Integer
readonly
Output only.
-
#display_name ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#reportable_type ⇒ ::Google::Ads::AdManager::V1::CustomTargetingKeyReportableTypeEnum::CustomTargetingKeyReportableType
Required.
-
#status ⇒ ::Google::Ads::AdManager::V1::CustomTargetingKeyStatusEnum::CustomTargetingKeyStatus
readonly
Output only.
-
#type ⇒ ::Google::Ads::AdManager::V1::CustomTargetingKeyTypeEnum::CustomTargetingKeyType
Required.
Instance Attribute Details
#ad_tag_name ⇒ ::String
Returns Immutable. Name of the key. Keys can contain up to 10 characters each. You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_targeting_key_id ⇒ ::Integer (readonly)
Returns Output only. CustomTargetingKey
ID.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Optional. Descriptive name for the CustomTargetingKey
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the CustomTargetingKey
.
Format:
networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reportable_type ⇒ ::Google::Ads::AdManager::V1::CustomTargetingKeyReportableTypeEnum::CustomTargetingKeyReportableType
Returns Required. Reportable state of the CustomTargetingKey
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Ads::AdManager::V1::CustomTargetingKeyStatusEnum::CustomTargetingKeyStatus (readonly)
Returns Output only. Status of the CustomTargetingKey
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Ads::AdManager::V1::CustomTargetingKeyTypeEnum::CustomTargetingKeyType
Returns Required. Indicates whether users will select from predefined values or create new targeting values, while specifying targeting criteria for a line item.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_messages.rb', line 52 class CustomTargetingKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |