added support for document tracker

pull/535/head
ekleintop 2017-02-10 11:08:55 -05:00 committed by GitHub
parent 74884508d3
commit aae4aca236
1 changed files with 7 additions and 6 deletions

View File

@ -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"`
} }