Class: Google::Ads::AdManager::V1::Placement
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Placement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/placement_messages.rb
Overview
The Placement
resource.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#placement_code ⇒ ::String
readonly
Output only.
-
#placement_id ⇒ ::Integer
readonly
Output only.
-
#status ⇒ ::Google::Ads::AdManager::V1::PlacementStatusEnum::PlacementStatus
readonly
Output only.
-
#targeted_ad_units ⇒ ::Array<::String>
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. A description of the Placement. This value is optional and its maximum length is 65,535 characters.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the placement. Its maximum length is 255 characters.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Placement
.
Format: networks/{network_code}/placements/{placement_id}
.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#placement_code ⇒ ::String (readonly)
Returns Output only. A string used to uniquely identify the Placement for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#placement_id ⇒ ::Integer (readonly)
Returns Output only. Placement
ID.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Ads::AdManager::V1::PlacementStatusEnum::PlacementStatus (readonly)
Returns Output only. The status of the Placement. This attribute is read-only.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_ad_units ⇒ ::Array<::String>
Returns Optional. The resource names of AdUnits that constitute the Placement. Format: "networks/{network_code}/adUnits/{ad_unit_id}".
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The instant this Placement was last modified.
55 56 57 58 |
# File 'proto_docs/google/ads/admanager/v1/placement_messages.rb', line 55 class Placement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |