12 lines
431 B
Text
12 lines
431 B
Text
# Gathers metrics from the /3.0/reports MailChimp API
|
|
[[inputs.mailchimp]]
|
|
## MailChimp API key
|
|
## get from https://admin.mailchimp.com/account/api/
|
|
api_key = "" # required
|
|
|
|
## Reports for campaigns sent more than days_old ago will not be collected.
|
|
## 0 means collect all and is the default value.
|
|
days_old = 0
|
|
|
|
## Campaign ID to get, if empty gets all campaigns, this option overrides days_old
|
|
# campaign_id = ""
|