Runs the offline user data job.
When finished, the long running operation will contain the processing result or failure information, if any.
List of thrown errors: AuthenticationError AuthorizationError DatabaseError HeaderError InternalError OfflineUserDataJobError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v16/{resourceName=customers/*/offlineUserDataJobs/*}:run
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
resource |
Required. The resource name of the OfflineUserDataJob to run. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "validateOnly": boolean } |
Fields | |
---|---|
validate |
If true, the request is validated but not executed. Only errors are returned, not results. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.