Service
CampaignService
Dependencies
ListOperations
▼
ListOperations.ListOperator
Specifies the intended behavior for a list element.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Enumeration | Description |
---|---|
PUT
|
Adds to a list, or overrides an existing element if it exists. |
REMOVE
|
Removes this element from the list. |
UPDATE
|
Updates this element with the existing behavior of null fields inside the list element being a no-op. If the element doesn't exist it is added. |
UNKNOWN
|