We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfb92a commit dde731cCopy full SHA for dde731c
analytics/analytics_package/analytics/entities.py
@@ -60,7 +60,6 @@
60
"id": "page_view",
61
"alias": "Page View"
62
}
63
-
64
EVENT_INDEX_BULK_DOWNLOAD_SELECTED = {
65
"id": "index_bulk_download_selected",
66
"alias": "Bulk Download Selected",
@@ -116,6 +115,11 @@
116
115
"alias": "Filter Selected",
117
"change_alias": "Filter Selected Change",
118
+EVENT_HCA_EXPLORE_DATA_CLICKED = {
119
+ "id": "explore_data_clicked",
120
+ "alias": "Explore Data Clicked",
121
+ "change_alias": "Explore Data Clicked Change",
122
+}
123
# DIMENSIONS
124
# The path to the page the user is on when the event occurs. Does not include fragments or parameters
125
DIMENSION_PAGE_PATH = {
0 commit comments