{
  "$result_object_key":  {
    "trace_id":  "7d1108e0-4403-4306-a0b4-3c78f98313d5"
  }
}
{
  "$result_object_key":  {
    "trace_id":  "The trace UUID of the nextdoor conversion event"
  }
}

Parameters

Action
Parameters
Event Name
string
required

This field maps to the destination API event_name field.

Event Time
timing.v1.Timestamp
required

This field maps to the destination API event_time field.

Event Timezone
string

This field maps to the destination API event_timezone field.

Action Source
string
required

This field maps to the destination API action_source field.

Action Source URL
string

This field maps to the destination API action_source_url field.

Test Event
bool

This field maps to the destination API test_event field.

Partner ID
string

This field maps to the destination API partner_id field.

Customer Email
string

PII This field maps to the destination API customer.email field.

Customer Phone Number
string

PII This field maps to the destination API customer.phone_number field.

Customer First Name
string

PII This field maps to the destination API customer.first_name field.

Customer Last Name
string

PII This field maps to the destination API customer.last_name field.

Customer Date Of Birth
string

PII This field maps to the destination API customer.date_of_birth field.

Customer Street Address
string

PII This field maps to the destination API customer.street_address field.

Customer City
string

PII This field maps to the destination API customer.city field.

Customer State
string

PII This field maps to the destination API customer.state field.

Customer Zip Code
string

PII This field maps to the destination API customer.zip_code field.

Customer Country
string

PII This field maps to the destination API customer.country field.

Customer Pixel ID
string

This field maps to the destination API customer.pixel_id field.

Customer Click ID
string

This field maps to the destination API customer.click_id field.

Customer Client IP Address
string

PII This field maps to the destination API customer.client_ip_address field.

Custom Order Value
string

This field maps to the destination API custom.order_value field.

Custom Order ID
string

ID This field maps to the destination API custom.order_id field.

Custom Delivery Category
string

This field maps to the destination API custom.delivery_category field.

App ID
string

This field maps to the destination API app.app_id field.

App Tracking Enabled
bool

This field maps to the destination API app.app_tracking_enabled field.

App Platform
string

This field maps to the destination API app.platform field.

App Version
string

This field maps to the destination API app.app_version field.

Event ID
string

HI ID PII This field maps to the destination API event_id field.

{
  "$result_object_key":  {
    "trace_id":  "7d1108e0-4403-4306-a0b4-3c78f98313d5"
  }
}
{
  "$result_object_key":  {
    "trace_id":  "The trace UUID of the nextdoor conversion event"
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions.

Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.

Here we demonstrate how to refer to this data using the prefix $result_object_key.

SendConversionEventResponse
Fetch Action Response Object
trace_id
string
required

The trace UUID of the nextdoor conversion event

CEL
$result_object_key.trace_id
Example
"7d1108e0-4403-4306-a0b4-3c78f98313d5"