Class: Google::Ads::AdManager::V1::CustomTargetingKey

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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

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

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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