NAME

upload_call_conversion

DESCRIPTION

This example imports offline call conversion values for calls related to the ads in your account. To set up a conversion action, run the add_conversion_action.pl example.

SYNOPSIS

upload_call_conversion.pl [options]

-help                               Show the help message.
-customer_id                        The Google Ads customer ID.
-conversion_action_id               The ID of the conversion action to upload to.
-caller_id                          The caller ID from which this call was placed. Caller ID is expected to be
                                    in E.164 format with preceding '+' sign. e.g. "+18005550100".
-call_start_date_time               The date and time at which the call occurred.
                                    The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00".
-conversion_date_time               The date and time of the conversion (should be after the call time).
                                    The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00".
-conversion_value                   The value of the conversion.
-conversion_custom_variable_id      [optional] The ID of the conversion custom variable to associate with the upload.
-conversion_custom_variable_value   [optional] The value of the conversion custom variable to associate with the upload.