Skip to content

Instantly share code, notes, and snippets.

@jthandy
Created April 14, 2016 12:13
Show Gist options
  • Save jthandy/363923bd829a9ed058840d1debdffac8 to your computer and use it in GitHub Desktop.
Save jthandy/363923bd829a9ed058840d1debdffac8 to your computer and use it in GitHub Desktop.
select campaign_id, email_id, action_date as opened_date
from {{env.schema}}.mailchimp_email_actions
where action = 'open'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment