Google Ads Ad Manager V1 Client - Class BatchAllowAdReviewCenterAdsRequest (0.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 AdReviewCenterAds 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

Returns
Type Description
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

Parameter
Name Description
var string
Returns
Type Description
$this

getNames

Required. The resource names of the AdReviewCenterAds to allow.

Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNames

Required. The resource names of the AdReviewCenterAds to allow.

Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}

Parameter
Name Description
var string[]
Returns
Type Description
$this

static::build

Parameter
Name Description
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.

Returns
Type Description
BatchAllowAdReviewCenterAdsRequest