Service
MutateJobService
Dependencies
BulkMutateRequest
▼
OperationStream
A stream of AdWords API mutate operations that must be performed serially. Further, this operation stream must be processed serially with all other operation streams in a bulk mutate job that specify the same scoping entity.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Fields
Field | Type | Description |
---|---|---|
scopingEntityId |
EntityId
|
The id of the entity within whose scope the mutate operations apply. |
operations ContentsNotNull
NotEmpty
Required
|
The mutate operations comprising this stream.
This field must not contain null elements.
This field must contain at least one element.
This field is required and should not be null .
|