Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
RunOfflineUserDataJobRequest
Fields |
resource_name
|
string
Required. The resource name of the OfflineUserDataJob to run.
|
validate_only
|
bool
If true, the request is validated but not executed. Only errors are returned, not results.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Initiates the processing of an offline user data job to upload and apply user data for targeting."],["Requires the resource name of the OfflineUserDataJob to be specified."],["Offers a validation-only mode to check for errors before actual execution."]]],["The core content describes the request message for running an OfflineUserDataJob. It requires the `resource_name` (a string) of the OfflineUserDataJob to be executed. It also includes a `validate_only` field (a boolean). When `true`, the request is only validated for errors, and no actual execution occurs. Results are only returned if the validation fails.\n"]]