diff --git a/api/feature.go b/api/feature.go index 2cea17b..e736a4e 100644 --- a/api/feature.go +++ b/api/feature.go @@ -52,6 +52,9 @@ type Feature struct { // Dependencies is a list of feature toggle dependency objects Dependencies *[]Dependency `json:"dependencies"` + + // ImpressionData indicates whether the client SDK should emit an impression event + ImpressionData bool `json:"impressionData"` } type Dependency struct {