Parameters
Hide parameters
Hide 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.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.This field maps to the destination API
external_attribution_credit field.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.Copy
Ask AI
{
"$result_object_key": {
"partial_errors": [
{
"code": null,
"details": null,
"error_code": null,
"field_path": null,
"index": null,
"message": null
}
]
}
}
Copy
Ask AI
{
"$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.
Hide fields
Hide fields
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors
Example
Copy
Ask AI
[
{
"code": null,
"details": null,
"error_code": null,
"field_path": null,
"index": null,
"message": null
}
]
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors.map(x, x.code)
Example
Copy
Ask AI
[
null
]
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors.map(x, x.details)
Example
Copy
Ask AI
[
null
]
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors.map(x, x.error_code)
Example
Copy
Ask AI
[
null
]
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors.map(x, x.field_path)
Example
Copy
Ask AI
[
null
]
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors.map(x, x.index)
Example
Copy
Ask AI
[
null
]
Description coming soon
CEL
Copy
Ask AI
$result_object_key.partial_errors.map(x, x.message)
Example
Copy
Ask AI
[
null
]
