feat: add display name support in GoalStats and provide user guidance in SiteSettingsPage
This commit is contained in:
@@ -36,6 +36,7 @@ export interface PerformanceByPageStat {
|
||||
export interface GoalCountStat {
|
||||
event_name: string
|
||||
count: number
|
||||
display_name?: string | null
|
||||
}
|
||||
|
||||
export interface TopReferrer {
|
||||
|
||||
Reference in New Issue
Block a user