Record a dated significant event on a project
log_project_eventRecord something significant that happened on a date — a budget change, a site migration, a campaign launch, an outage, an external algorithm update. These events are overlaid on analytics later so the data can be read correctly. Log one whenever you make or observe a change that will show up in future numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| title | Yes | ||
| client | No | ||
| impact | No | What this is expected to move in the data. | |
| ends_on | No | YYYY-MM-DD for events that span a period. | |
| project | No | Name or @handle of the project. Fuzzy-resolved. | |
| task_id | No | ||
| category | No | ||
| client_id | No | ||
| project_id | No | ||
| description | No | ||
| occurred_on | No | YYYY-MM-DD. Defaults to today. |