Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit f84795d

Browse files
committed
change ide_redirect event
1 parent 050a3bf commit f84795d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api_server/modules/web/templates/ide_redirect.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
window.segmentAnonymousId = decodeURIComponent(anonId);
2727
}
2828
}
29-
analytics.track("codestream/ide_redirect page_viewed", {
29+
analytics.track("codestream/ide_redirect displayed", {
3030
//properties: {
31-
"event_type": "page_view",
31+
"event_type": "modal_display",
3232
"platform": "codestream",
3333
"path": "N/A (codestream)",
3434
"section": "N/A (codestream)",

0 commit comments

Comments
 (0)