mirror of https://github.com/gophish/gophish
added support for document tracker
parent
74884508d3
commit
aae4aca236
|
@ -61,6 +61,7 @@ type CampaignStats struct {
|
||||||
OpenedEmail int64 `json:"opened"`
|
OpenedEmail int64 `json:"opened"`
|
||||||
ClickedLink int64 `json:"clicked"`
|
ClickedLink int64 `json:"clicked"`
|
||||||
SubmittedData int64 `json:"submitted_data"`
|
SubmittedData int64 `json:"submitted_data"`
|
||||||
|
EnabledContent int64 'json:"enabled_content"`
|
||||||
Error int64 `json:"error"`
|
Error int64 `json:"error"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue