get_tracking_settings
Check which tracking features are enabled, which are available, and how many bytes each adds to your analytics script. View locked features and dependencies to decide what can be adjusted.
Instructions
What the installed script actually does: which tracking features are on, which exist, and what each costs in bytes. Response: {"site_id":123,"version":N,"bundle":"...","enabled":["hash","outbound"],"features":[{"id":"outbound","label":"...","enabled":true,"locked":false,"default":false,"requires":[...],"size_br":123}]}. Locked features cannot be changed; requires lists features that must be on for this one to work. Needs the same access as changing them (see update_tracking_settings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | site_id from list_sites. |