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

Commit

Permalink
update event names for v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Oct 21, 2020
1 parent e6155c9 commit 96bd33d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/metrics/metricsTracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
// so the web console displays it as "[Custom] event_name".
const (
amplitudeAPIURL string = "https://api2.amplitude.com/2/httpapi"
startupEventName string = "ce:startup"
updateEventName string = "ce:update"
deleteEventName string = "ce:delete"
startupEventName string = "ce:bot_startup"
updateEventName string = "ce:update_offers"
deleteEventName string = "ce:delete_offers"
)

// MetricsTracker wraps the properties for Amplitude events,
Expand Down

0 comments on commit 96bd33d

Please sign in to comment.