Documentation Index Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
ID
This field maps to the destination API customer_account_id field.
ID
This field maps to the destination API customer_id field.
This field maps to the destination API conversion_name field.
Conversion Time
timing.v1.Timestamp
required
This field maps to the destination API conversion_time field.
ID
This field maps to the destination API microsoft_click_id field.
This field maps to the destination API conversion_currency_code field.
This field maps to the destination API conversion_value field.
External Attribution Credit
This field maps to the destination API external_attribution_credit field.
External Attribution Model
This field maps to the destination API external_attribution_model field.
PII
This field maps to the destination API email_address field.
PII
This field maps to the destination API phone_number field.
{
"$result_object_key" : {
"partial_errors" : [
{
"code" : null ,
"details" : null ,
"error_code" : null ,
"field_path" : null ,
"index" : null ,
"message" : null
}
]
}
}
Result Object Description
{
"$result_object_key" : {
"partial_errors" : {
"code" : null ,
"details" : null ,
"error_code" : null ,
"field_path" : null ,
"index" : null ,
"message" : null
}
}
}
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.
SendOfflineConversionEventResponse
Fetch Action Response Object
Description coming soon $result_object_key.partial_errors
[
{
"code" : null ,
"details" : null ,
"error_code" : null ,
"field_path" : null ,
"index" : null ,
"message" : null
}
]
partial_errors.map(x, x.code)
Description coming soon $result_object_key.partial_errors.map(x, x.code)
partial_errors.map(x, x.details)
Description coming soon $result_object_key.partial_errors.map(x, x.details)
partial_errors.map(x, x.error_code)
Description coming soon $result_object_key.partial_errors.map(x, x.error_code)
partial_errors.map(x, x.field_path)
Description coming soon $result_object_key.partial_errors.map(x, x.field_path)
partial_errors.map(x, x.index)
Description coming soon $result_object_key.partial_errors.map(x, x.index)
partial_errors.map(x, x.message)
Description coming soon $result_object_key.partial_errors.map(x, x.message)