Skip to main content

placement_strategies

Overview

Nameplacement_strategies
TypeResource
Idgoogleads.dfareporting.placement_strategies

Fields

NameDatatypeDescription
idstringID of this placement strategy. This is a read-only, auto-generated field.
namestringName of this placement strategy. This is a required field. It must be less than 256 characters long and unique among placement strategies of the same account.
accountIdstringAccount ID of this placement strategy.This is a read-only field that can be left blank.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#placementStrategy".

Methods

NameAccessible byRequired ParamsDescription
placementStrategies_getSELECTid, profileIdGets one placement strategy by ID.
placementStrategies_listSELECTprofileIdRetrieves a list of placement strategies, possibly filtered. This method supports paging.
placementStrategies_deleteDELETEid, profileIdDeletes an existing placement strategy.
placementStrategies_insertEXECprofileIdInserts a new placement strategy.
placementStrategies_patchEXECid, profileIdUpdates an existing placement strategy. This method supports patch semantics.
placementStrategies_updateEXECprofileIdUpdates an existing placement strategy.