Page Summary
-
The request message for
ConversionUploadService.UploadCallConversionsrequires acustomer_id, an array ofconversions, apartial_failureflag which should always be true, and an optionalvalidate_onlyflag. -
The
customer_idis a required string representing the ID of the customer uploading the conversions. -
The
conversionsfield is a required array ofCallConversionobjects containing the actual conversion data being uploaded. -
The
partial_failurefield is a required boolean that should be set to true to ensure successful operations are carried out while invalid ones return errors. -
The
validate_onlyfield is an optional boolean that, when true, validates the request without executing it, returning only errors.
Request message for ConversionUploadService.UploadCallConversions.
| Fields | |
|---|---|
|
Required. The conversions that are being uploaded. |
|
Required. The ID of the customer performing the upload. |
|
Required. If This should always be set to |
|
If true, the request is validated but not executed. Only errors are returned, not results. |