Skip to content

Commit 5014742

Browse files
jpatenhunterckx
authored andcommitted
chore: added event explore_data_clicked (#4387)
1 parent dde731c commit 5014742

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

analytics/analytics_package/analytics/entities.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
"alias": "Explore Data Clicked",
121121
"change_alias": "Explore Data Clicked Change",
122122
}
123+
# Track the number of times the user submitd a support request
124+
EVENT_SUPPORT_REQUEST_CREATED = {
125+
"id": "support_request_created",
126+
"alias": "Support Request Created",
127+
"change_alias": "Support Request Created Change",
128+
}
123129
# DIMENSIONS
124130
# The path to the page the user is on when the event occurs. Does not include fragments or parameters
125131
DIMENSION_PAGE_PATH = {

0 commit comments

Comments
 (0)