UploadCallConversionsRequest
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The request message for ConversionUploadService.UploadCallConversions defines the structure for uploading call conversions.
Key fields include customer_id to identify the customer, conversions[] containing the CallConversion objects to be uploaded, and partial_failure to specify error handling.
The validate_only field allows for validation of the request without actual execution.
Required. The conversions that are being uploaded.
customer_id
string
Required. The ID of the customer performing the upload.
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.
[[["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."],[],[]]