Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchAllowAdReviewCenterAdsRequest.
Request object for BatchAllowAdReviewCenterAds
method.
Generated from protobuf message google.ads.admanager.v1.BatchAllowAdReviewCenterAdsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
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
↳ names
array
Required. The resource names of the AdReviewCenterAd
s to allow. Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}
getParent
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
string
setParent
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
var
string
$this
getNames
Required. The resource names of the AdReviewCenterAd
s to allow.
Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}
setNames
Required. The resource names of the AdReviewCenterAd
s to allow.
Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}
var
string[]
$this
static::build
parent
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
Please see AdReviewCenterAdServiceClient::webPropertyName()
for help formatting this field.

