Method: customers.offlineUserDataJobs.create

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/v14/customers/{customerId}/offlineUserDataJobs:create

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

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 (OfflineUserDataJob)
  },
  "validateOnly": boolean,
  "enableMatchRateRangePreview": boolean
}
Fields
job

object (OfflineUserDataJob)

Required. The offline user data job to be created.

validateOnly

boolean

If true, the request is validated but not executed. Only errors are returned, not results.

enableMatchRateRangePreview

boolean

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

string

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.