Ad Conversion Value Rules
Update a conversion value rule
Edit a rule without changing its status. Supplied targets or events replace that selection in full. Omitted fields stay unchanged. All changes succeed or fail together.
patch/ad_conversion_value_rules/{id}
Request body
Example request
{
"adjustment_type": "fixed",
"events": [
{
"event_name": "lead"
}
],
"fixed_value": {
"amount": "60.00",
"currency": "usd"
},
"targets": [
{
"platform": "meta",
"scope": "business"
}
]
}Response
Updated
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"adjustment_type": "fixed",
"created_at": "2026-01-01T12:00:00.000Z",
"events": [
{
"event_name": "lead"
}
],
"fixed_value": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"id": "adcvr_xxxxxxxxxxxxxx",
"metadata": {},
"status": "active",
"targets": [
{
"platform": "meta",
"resource_title": "Shine Time Auto Detailing",
"scope": "business"
}
],
"updated_at": "2026-01-01T12:00:00.000Z"
}