AdWords API
Feedback on this document

type SimpleMutateJob (v201306)

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


Namespace
https://adwords.google.com/api/adwords/cm/v201306
Fields
Field Type Description
Job (inherited)
failureReason
ReadOnly
ApiErrorReason Failure reason if this job has failed. This field is read only and should not be set. If this field is sent to the API, it will be ignored.
stats
ReadOnly
  1. JobStats
    1. BulkMutateJobStats
The statistics concerning the processing of this job. This field is read only and should not be set. If this field is sent to the API, it will be ignored.
billingSummary
ReadOnly
BillingSummary The billing summary specifying the cost of this job. This field is read only and should not be set. If this field is sent to the API, it will be ignored.
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
  1. JobEvent[]
    1. BulkMutateJobEvent
History of this job.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.