Class: Google::Ads::AdManager::V1::BatchAllowAdReviewCenterAdsRequest

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

Overview

Request object for BatchAllowAdReviewCenterAds method.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. The resource names of the AdReviewCenterAds to allow. Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}.

Returns:

  • (::Array<::String>)

    Required. The resource names of the AdReviewCenterAds to allow. Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}



114
115
116
117
# File 'proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb', line 114

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

#parent::String

Returns Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}

Since a network can only have a single web property of each ExchangeSyndicationProduct, you can use the ExchangeSyndicationProduct as an alias for the web property code:

networks/{network_code}/webProperties/display

networks/{network_code}/webProperties/videoAndAudio

networks/{network_code}/webProperties/mobileApp

networks/{network_code}/webProperties/games.

Returns:

  • (::String)

    Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}

    Since a network can only have a single web property of each ExchangeSyndicationProduct, you can use the ExchangeSyndicationProduct as an alias for the web property code:

    networks/{network_code}/webProperties/display

    networks/{network_code}/webProperties/videoAndAudio

    networks/{network_code}/webProperties/mobileApp

    networks/{network_code}/webProperties/games



114
115
116
117
# File 'proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb', line 114

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