Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marketingclouded/dc73eec195282ef3ff2f06616648060a to your computer and use it in GitHub Desktop.
Save marketingclouded/dc73eec195282ef3ff2f06616648060a to your computer and use it in GitHub Desktop.
Tracking Email Performance in SFMC: Overwrites Email_Perf_Sched_Last_28Days
SELECT *
FROM Email_Performance_Sched
WHERE SentTime > DATEADD(d,DATEDIFF(day,30,GetDate()),0) AND SentTime < DATEADD(d,DATEDIFF(day,2,GetDate()),0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment