Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 v0.10.0 Jan 9, 2016 Changes in this version + type APIError struct + Detail string + Instance string + Status int + Title string + Type string + func (e APIError) Error() string + type Bounces struct + HardBounces int + SoftBounces int + SyntaxErrors int + type ChimpAPI struct + Debug bool + Transport http.RoundTripper + func NewChimpAPI(apiKey string) *ChimpAPI + func (a *ChimpAPI) GetReport(campaignID string) (Report, error) + func (a *ChimpAPI) GetReports(params ReportsParams) (ReportsResponse, error) + type Clicks struct + ClickRate float64 + ClicksTotal int + LastClick string + UniqueClicks int + UniqueSubscriberClicks int + type FacebookLikes struct + FacebookLikes int + RecipientLikes int + UniqueLikes int + type Forwards struct + ForwardsCount int + ForwardsOpens int + type IndustryStats struct + AbuseRate float64 + BounceRate float64 + ClickRate float64 + OpenRate float64 + Type string + UnopenRate float64 + UnsubRate float64 + type ListStats struct + ClickRate float64 + OpenRate float64 + SubRate float64 + UnsubRate float64 + type MailChimp struct + ApiKey string + CampaignId string + DaysOld int + func (m *MailChimp) Description() string + func (m *MailChimp) Gather(acc inputs.Accumulator) error + func (m *MailChimp) SampleConfig() string + type Opens struct + LastOpen string + OpenRate float64 + OpensTotal int + UniqueOpens int + type Report struct + AbuseReports int + Bounces Bounces + CampaignTitle string + Clicks Clicks + EmailsSent int + FacebookLikes FacebookLikes + Forwards Forwards + ID string + IndustryStats IndustryStats + ListStats ListStats + Opens Opens + SendTime string + TimeSeries []TimeSerie + Type string + Unsubscribed int + type ReportsParams struct + BeforeSendTime string + Count string + Offset string + SinceSendTime string + func (p *ReportsParams) String() string + type ReportsResponse struct + Reports []Report + TotalItems int + type TimeSerie struct + EmailsSent int + RecipientsClick int + TimeStamp string + UniqueOpens int