Skip to content

Commit 149de83

Browse files
committed
Change subscribe event to signup
1 parent 2d92eea commit 149de83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/api/analytics.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ export const sendFeedbackEvent = () => sendEvent("feedback_submission", {
2020
category: "Contact"
2121
});
2222

23-
export const sendSubscribeEvent = () => sendEvent("mail_subscribe", {
23+
export const sendSubscribeEvent = () => sendEvent("sign_up", {
2424
label: "Subscribe",
25-
category: "Mailing List"
25+
category: "Mailing List",
26+
method: "Email"
2627
});
2728

2829
export const sendUnsubscribeEvent = () => sendEvent("mail_unsubscribe", {

0 commit comments

Comments
 (0)