Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchActivatePlacementsRequest.
Request message for BatchActivatePlacements
method.
Generated from protobuf message google.ads.admanager.v1.BatchActivatePlacementsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: networks/{network_code}
↳ names
array
Required. The names of the Placement
objects to activate. Format: networks/{network_code}/placements/{placement_id}
getParent
Required. Format: networks/{network_code}
string
setParent
Required. Format: networks/{network_code}
var
string
$this
getNames
Required. The names of the Placement
objects to activate.
Format: networks/{network_code}/placements/{placement_id}
setNames
Required. The names of the Placement
objects to activate.
Format: networks/{network_code}/placements/{placement_id}
var
string[]
$this
static::build
parent
string
Required. Format: networks/{network_code}
Please see PlacementServiceClient::networkName()
for help formatting this field.
names
string[]
Required. The names of the Placement
objects to activate.
Format: networks/{network_code}/placements/{placement_id}
Please see PlacementServiceClient::placementName()
for help formatting this field.

