Class: Google::Ads::AdManager::V1::Placement

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

Instance Attribute Details

#description::String

Returns Optional. A description of the Placement. This value is optional and its maximum length is 65,535 characters.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

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

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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

Returns:

  • (::Array<::String>)

    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.

Returns:



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