Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.28 KB

MailChimp Mailer Info

Track MailChimp statistics for a specific email account. View open dates, click dates, or bounced dates from all your campaigns. Ability to view the exact email sent. Option store to MySQL database.

Screenshot

screenshot

Instructions

For a batch command append desired email address to the url (?email=example@ex.com), like so site.com/cron/mailchimp-mailer-info.php?email=example@ex.com.

Installation

Enter configuration options in the top of mailchimp-mailer-info.php file. If you want to save to a database run the install.sql script and enable the relevant configuration variable. You can also enter the email to query from the index.html file as opposed to entering it in the url get parameter.

Options

Options are set under the configuration options in the mailchimp-mailer-info.php file.

display activity open multiple (default 1) If disabled it will create new Opens column displaying number of opens rather than display each on its own with its open date. It will also display only the first open date.

enable db save (default 0) Please change the database name and table name in the install.sql file and then import it before enabling