You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/5.x/database-schema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ Action types are persisted in the `log_action` table and contain the following i
178
178
-**Piwik\Tracker\Action::TYPE\_ECOMMERCE\_ITEM\_CATEGORY = 7**: the action is the name of an ecommerce item category that is used on the site.
179
179
-**Piwik\Tracker\Action::TYPE_SITE_SEARCH = 8**: the action type is a site search action.
180
180
-**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
182
182
-**Piwik\Tracker\Action::TYPE_EVENT_NAME = 12**: the action is an event name
183
183
-**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))
184
184
-**Piwik\Tracker\Action::TYPE_CONTENT_PIECE = 14**: the action is a content piece
0 commit comments