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

Commit 96bd33d

Browse files
committed
update event names for v1.10.0
1 parent e6155c9 commit 96bd33d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/metrics/metricsTracker.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
// so the web console displays it as "[Custom] event_name".
1616
const (
1717
amplitudeAPIURL string = "https://api2.amplitude.com/2/httpapi"
18-
startupEventName string = "ce:startup"
19-
updateEventName string = "ce:update"
20-
deleteEventName string = "ce:delete"
18+
startupEventName string = "ce:bot_startup"
19+
updateEventName string = "ce:update_offers"
20+
deleteEventName string = "ce:delete_offers"
2121
)
2222

2323
// MetricsTracker wraps the properties for Amplitude events,

0 commit comments

Comments
 (0)