Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions analytics/analytics_package/analytics/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
"alias": "Explore Data Clicked",
"change_alias": "Explore Data Clicked Change",
}
# Track the number of times the user submitd a support request
EVENT_SUPPORT_REQUEST_CREATED = {
"id": "support_request_created",
"alias": "Support Request Created",
"change_alias": "Support Request Created Change",
}
# DIMENSIONS
# The path to the page the user is on when the event occurs. Does not include fragments or parameters
DIMENSION_PAGE_PATH = {
Expand Down
Loading