CONVERSION RULE QUICK REFERENCE
The following table provides a bird's eye view of the available endpoints. Refer to the specific topics for more detail.
| Description | Method | Path (prefix: /backstage/api/1.0) |
|---|---|---|
| Fetch a list of all conversion rules for the specified account. | GET | /account_id/universal_pixel/conversion_rule |
| Fetch a specific conversion rule for the specified account. | GET | /account_id/universal_pixel/conversion_rule/rule_id |
| Create a new conversion rule for the specified account | POST | /account_id/universal_pixel/conversion_rule |
| Update an existing conversion rule (also used to archive a conversion rule) | POST, PUT | /account_id/universal_pixel/conversion_rule/rule_id |
| Fetch a list of all conversion rules - with additional data - for the specified account. | GET | /account_id/universal_pixel/conversion_rule/data |
Conversions Rules do not support a delete operation. You can archive a Conversion Rule by updating it.
Updated 21 days ago
Did this page help you?
