Hide

type SimpleMutateJob (v201506)

A mutation job, which was submitted using MutateJobService.mutate, and will execute asynchronously sometime after submission.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
Job (inherited)
failureReason
ReadOnly
ApiErrorReason Failure reason if this job has failed. This field is read only and will be ignored when sent to the API.
stats
ReadOnly
JobStats The statistics concerning the processing of this job. This field is read only and will be ignored when sent to the API.
billingSummary
ReadOnly
BillingSummary The billing summary specifying the cost of this job. This field is read only and will be ignored when sent to the API.
Job.Type xsd:string Indicates that this instance is a subtype of Job. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
SimpleMutateJob
id xsd:long The unique id of the job, which can be used to query it's state and results.
status BasicJobStatus status of the job. if COMPLETED, the id can be used to query MutateJobService.getResult.
Enumerations
COMPLETED
The job has completed (successfully or otherwise) and all its complete result is available.
PROCESSING
The job is being actively processed by one or more tasks.
FAILED
The job has encountered severe failures and could not be completed.
PENDING
The job request has been received, and is pending receipt of additional request parts, validation and assignment to tasks for processing.
history JobEvent[] History of this job.

Send feedback about...

AdWords API