Ad Network Conversions

Update a conversion rule

Update a conversion eligibility rule (name, action, active flag, filter, per-rule overrides). Priority is changed via the reorder endpoint, not here.

patch/companies/{company}/oauth-integrations/ad-network/conversion-rules/{rule}

Path parameters

companyinteger required
ruleinteger required

Response

Updated rule

Example response

{
  "data": {
    "id": 12,
    "name": "Skip calls under 30s",
    "priority": 10,
    "isActive": true,
    "action": "skip",
    "destinationConversionActionId": "987654321",
    "conversionValue": "25.00",
    "conversionCurrency": "USD",
    "sendDelayMinutes": 240
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.