placement_strategies
Overview
Name | placement_strategies |
Type | Resource |
Id | googleads.dfareporting.placement_strategies |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of this placement strategy. This is a read-only, auto-generated field. |
name | string | Name 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. |
accountId | string | Account ID of this placement strategy.This is a read-only field that can be left blank. |
kind | string | Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementStrategy". |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
placementStrategies_get | SELECT | id, profileId | Gets one placement strategy by ID. |
placementStrategies_list | SELECT | profileId | Retrieves a list of placement strategies, possibly filtered. This method supports paging. |
placementStrategies_delete | DELETE | id, profileId | Deletes an existing placement strategy. |
placementStrategies_insert | EXEC | profileId | Inserts a new placement strategy. |
placementStrategies_patch | EXEC | id, profileId | Updates an existing placement strategy. This method supports patch semantics. |
placementStrategies_update | EXEC | profileId | Updates an existing placement strategy. |