Skip to content

Commit dde731c

Browse files
author
Jonah Paten
authored
chore: analytics for explore data clicked (#4396)
chore: added event for explore_data_clicked (#4387)
1 parent 6bfb92a commit dde731c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

analytics/analytics_package/analytics/entities.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"id": "page_view",
6161
"alias": "Page View"
6262
}
63-
6463
EVENT_INDEX_BULK_DOWNLOAD_SELECTED = {
6564
"id": "index_bulk_download_selected",
6665
"alias": "Bulk Download Selected",
@@ -116,6 +115,11 @@
116115
"alias": "Filter Selected",
117116
"change_alias": "Filter Selected Change",
118117
}
118+
EVENT_HCA_EXPLORE_DATA_CLICKED = {
119+
"id": "explore_data_clicked",
120+
"alias": "Explore Data Clicked",
121+
"change_alias": "Explore Data Clicked Change",
122+
}
119123
# DIMENSIONS
120124
# The path to the page the user is on when the event occurs. Does not include fragments or parameters
121125
DIMENSION_PAGE_PATH = {

0 commit comments

Comments
 (0)