UploadClickConversionsRequest
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The request message for ConversionUploadService.UploadClickConversions requires a customer ID, a list of conversions, and a boolean for partial_failure.
The partial_failure field should always be set to true to ensure successful operations are carried out even if some are invalid.
The validate_only field allows validation of the request without execution, returning only errors.
A non-negative optional job_id can be provided or will be generated by the API if not specified.
Required. The conversions that are being uploaded.
customer_id
string
Required. The ID of the customer performing the upload.
job_id
int32
Optional. Optional input to set job ID. Must be a non-negative number that is less than 2^31 if provided. If this field is not provided, the API will generate a job ID in the range [2^31, (2^63)-1]. The API will return the value for this request in the job_id field of the UploadClickConversionsResponse.
partial_failure
bool
Required. If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. This should always be set to true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-17 UTC."],[],[]]