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 dde731c commit 5014742Copy full SHA for 5014742
analytics/analytics_package/analytics/entities.py
@@ -120,6 +120,12 @@
120
"alias": "Explore Data Clicked",
121
"change_alias": "Explore Data Clicked Change",
122
}
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
+}
129
# DIMENSIONS
130
# The path to the page the user is on when the event occurs. Does not include fragments or parameters
131
DIMENSION_PAGE_PATH = {
0 commit comments