Creates an offline user data job.
List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError NotAllowlistedError OfflineUserDataJobError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v17/customers/{customerId}/offlineUserDataJobs:create
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Required. The ID of the customer for which to create an offline user data job. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"job": {
object ( |
Fields | |
---|---|
job |
Required. The offline user data job to be created. |
validateOnly |
If true, the request is validated but not executed. Only errors are returned, not results. |
enableMatchRateRangePreview |
If true, match rate range for the offline user data job is calculated and made available in the resource. |
Response body
Response message for OfflineUserDataJobService.CreateOfflineUserDataJob
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "resourceName": string } |
Fields | |
---|---|
resourceName |
The resource name of the OfflineUserDataJob. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.