CallConversionResult

  • CallConversionUpload identification includes caller ID, call start date and time, conversion action resource name, and conversion date and time.

  • The caller_id is a string in E.164 format with a leading '+'.

  • Both call_start_date_time and conversion_date_time are strings formatted as "yyyy-mm-dd hh:mm:ss+/-hh:mm".

  • The conversion_action is a string representing the resource name of the associated conversion action.

Identifying information for a successfully processed CallConversionUpload.

Fields

caller_id

string

The caller id from which this call was placed. Caller id is expected to be in E.164 format with preceding '+' sign.

call_start_date_time

string

The date time at which the call occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".

conversion_action

string

Resource name of the conversion action associated with this conversion.

conversion_date_time

string

The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".