Class: Google::Ads::AdManager::V1::ProgrammaticBuyer
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ProgrammaticBuyer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb
Overview
Represents a programmatic buyer.
Instance Attribute Summary collapse
-
#agency ⇒ ::Boolean
readonly
Output only.
-
#buyer_account_id ⇒ ::Integer
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#parent_account_id ⇒ ::Integer
readonly
Output only.
-
#partner_client_id ⇒ ::String
readonly
Output only.
-
#preferred_deals_enabled ⇒ ::Boolean
readonly
Output only.
-
#programmatic_guaranteed_enabled ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#agency ⇒ ::Boolean (readonly)
Returns Output only. Whether the buyer is an advertising agency.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#buyer_account_id ⇒ ::Integer (readonly)
Returns Output only. The buyer account ID of the buyer.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the buyer.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the ProgrammaticBuyer
.
Format:
networks/{network_code}/programmaticBuyers/{buyer_account_id}
.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_account_id ⇒ ::Integer (readonly)
Returns Output only. The ID of the programmatic buyer's sponsor. If the buyer has no sponsor, this field will be -1.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partner_client_id ⇒ ::String (readonly)
Returns Output only. ID of the Display & Video 360 client buyer partner ID (if Display & Video 360) or Authorized Buyers client buyer account ID.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preferred_deals_enabled ⇒ ::Boolean (readonly)
Returns Output only. Whether the buyer is enabled for preferred deals.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#programmatic_guaranteed_enabled ⇒ ::Boolean (readonly)
Returns Output only. Whether the buyer is enabled for programmatic guaranteed deals.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb', line 54 class ProgrammaticBuyer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |