feat: add display name support in GoalStats and provide user guidance in SiteSettingsPage

This commit is contained in:
Usman Baig
2026-02-04 15:37:18 +01:00
parent 97df5ee99b
commit c780d3a119
3 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export interface PerformanceByPageStat {
export interface GoalCountStat {
event_name: string
count: number
display_name?: string | null
}
export interface TopReferrer {