Ad Conversion Value Rules
Create a conversion value rule
Create one rule covering every selected target and event combination. Active rules cannot overlap for the same platform and event. Customer prices and Whop revenue stay unchanged.
post/ad_conversion_value_rules
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"adjustment_type": "fixed",
"events": [
{
"event_name": "lead"
}
],
"fixed_value": {
"amount": "60.00",
"currency": "usd"
},
"status": "active",
"targets": [
{
"platform": "meta",
"scope": "business"
}
]
}Response
Created
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"
}Changes
Changed in 1 of the 74 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 74 revisions, 1 has no diff computed.