Skip to content

Commit

Permalink
Update TYPE_EVENT_ACTION description (#775)
Browse files Browse the repository at this point in the history
changed event category -> event action
  • Loading branch information
Starker3 authored Feb 2, 2024
1 parent 9a0560f commit 5f09c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5.x/database-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Action types are persisted in the `log_action` table and contain the following i
- **Piwik\Tracker\Action::TYPE\_ECOMMERCE\_ITEM\_CATEGORY = 7**: the action is the name of an ecommerce item category that is used on the site.
- **Piwik\Tracker\Action::TYPE_SITE_SEARCH = 8**: the action type is a site search action.
- **Piwik\Tracker\Action::TYPE_EVENT_CATEGORY = 10**: the action is an event category (see [Tracking Events](https://matomo.org/docs/event-tracking/) user guide)
- **Piwik\Tracker\Action::TYPE_EVENT_ACTION = 11**: the action is an event category
- **Piwik\Tracker\Action::TYPE_EVENT_ACTION = 11**: the action is an event action
- **Piwik\Tracker\Action::TYPE_EVENT_NAME = 12**: the action is an event name
- **Piwik\Tracker\Action::TYPE_CONTENT_NAME = 13**: the action is a content name (see [Content Tracking](https://matomo.org/docs/content-tracking/) user guide and [developer guide](https://developer.matomo.org/guides/content-tracking))
- **Piwik\Tracker\Action::TYPE_CONTENT_PIECE = 14**: the action is a content piece
Expand Down

0 comments on commit 5f09c4d

Please sign in to comment.