Retrieve a Conversion Value Rule
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
Path Parameters
Conversion value rule ID.
Response
Rule
Business that owns this shared, editable rule.
"biz_xxxxxxxxxxxxxx"
Set a fixed amount or change the original value by a signed percentage.
fixed, percentage "fixed"
When the rule was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Amount sent for a fixed rule. Null for a percentage rule.
Conversion value rule ID, prefixed adcvr_.
"adcvr_xxxxxxxxxxxxxx"
Free-form string keys and values for the caller.
Signed percent change: 20 increases by 20%, negative 20 decreases by 20%. The sent value cannot go below zero. Null for a fixed rule.
Whether this rule is active or paused.
active, paused "active"
When the rule was edited, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"

