Report events as added to the code
mark_events_declaredMark analytics events as declared once tracking calls are written, so the dashboard separates 'not implemented' from 'waiting on release'.
Instructions
Call this once you have actually written the tracking calls. It tells the dashboard the events exist in the app but haven't arrived yet, which distinguishes 'nobody has done this' from 'done, waiting on a release'. Do not call it for events you only planned to add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | The event names you added tracking calls for. |