Skip to content

Commit

Permalink
Added missing event metadata field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Jul 17, 2024
1 parent e8bfb5a commit ab6cc74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.1

* added missing event metadata field

## 2.3.0

* added regional statistics
Expand Down
1 change: 1 addition & 0 deletions pkg/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ type EventStats struct {
Name string `json:"name"`
Visitors int `json:"visitors"`
Views int `json:"views"`
Count int `json:"count"`
CR float64 `json:"cr"`
AverageDurationSeconds int `json:"average_duration_seconds"`
MetaKeys []string `json:"meta_keys"`
Expand Down

0 comments on commit ab6cc74

Please sign in to comment.