update_custom_pixel
Modify an existing custom pixel's configuration, including title, subscribed events, JavaScript source, and settings, by specifying its pixel ID.
Instructions
Update an existing custom pixel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom Pixel ID | |
| title | No | Pixel title | |
| events | No | Events to subscribe to | |
| source | No | JavaScript source code | |
| settings | No | JSON settings |