Class: Google::Ads::AdManager::V1::AdUnitParent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/ad_unit_messages.rb

Overview

The summary of a parent AdUnit.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_unit_code::String (readonly)

Returns Output only. A string used to uniquely identify the ad unit for the purposes of serving the ad.

Returns:

  • (::String)

    Output only. A string used to uniquely identify the ad unit for the purposes of serving the ad.



168
169
170
171
# File 'proto_docs/google/ads/admanager/v1/ad_unit_messages.rb', line 168

class AdUnitParent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String (readonly)

Returns Output only. The display name of the parent AdUnit.

Returns:

  • (::String)

    Output only. The display name of the parent AdUnit.



168
169
170
171
# File 'proto_docs/google/ads/admanager/v1/ad_unit_messages.rb', line 168

class AdUnitParent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent_ad_unit::String (readonly)

Returns Output only. The parent of the current AdUnit Format: networks/{network_code}/adUnits/{ad_unit_id}.

Returns:

  • (::String)

    Output only. The parent of the current AdUnit Format: networks/{network_code}/adUnits/{ad_unit_id}



168
169
170
171
# File 'proto_docs/google/ads/admanager/v1/ad_unit_messages.rb', line 168

class AdUnitParent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end