Skip to content

Commit 5f09c4d

Browse files
authored
Update TYPE_EVENT_ACTION description (#775)
changed event category -> event action
1 parent 9a0560f commit 5f09c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/database-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Action types are persisted in the `log_action` table and contain the following i
178178
- **Piwik\Tracker\Action::TYPE\_ECOMMERCE\_ITEM\_CATEGORY = 7**: the action is the name of an ecommerce item category that is used on the site.
179179
- **Piwik\Tracker\Action::TYPE_SITE_SEARCH = 8**: the action type is a site search action.
180180
- **Piwik\Tracker\Action::TYPE_EVENT_CATEGORY = 10**: the action is an event category (see [Tracking Events](https://matomo.org/docs/event-tracking/) user guide)
181-
- **Piwik\Tracker\Action::TYPE_EVENT_ACTION = 11**: the action is an event category
181+
- **Piwik\Tracker\Action::TYPE_EVENT_ACTION = 11**: the action is an event action
182182
- **Piwik\Tracker\Action::TYPE_EVENT_NAME = 12**: the action is an event name
183183
- **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))
184184
- **Piwik\Tracker\Action::TYPE_CONTENT_PIECE = 14**: the action is a content piece

0 commit comments

Comments
 (0)