I'm looking to create a daily report with a overview of email delivery metrics (i.e sents, opens, clicks). Is there an option to create an automation to export this data?
Solved! Go to Solution.
Hi,
Like Kapil said, there is a schema inside Delivery with the name Indicators(Indicators).
To achieve your Daily Export Workflow you will need 3 things,
- your targeting dimension needs to be "Deliveries",
- after, add a condition to get the deliveries of the same day, there is a schema under Deliveries called Scheduling, try to find the field ContactDate (scheduling/@contactDate),set the operator to After and value to GetDate() (getdate take the current date starting from midnight)
Thanks,
Badr.
Hi ,
You can build one technical workflow based on your requirement and fetch values from indicator schema under delivery. Once workflow logic done export that in csv file which you can save to any SFTP/FTP location.
Thanks,
Kapil
Hi,
Like Kapil said, there is a schema inside Delivery with the name Indicators(Indicators).
To achieve your Daily Export Workflow you will need 3 things,
- your targeting dimension needs to be "Deliveries",
- after, add a condition to get the deliveries of the same day, there is a schema under Deliveries called Scheduling, try to find the field ContactDate (scheduling/@contactDate),set the operator to After and value to GetDate() (getdate take the current date starting from midnight)
Thanks,
Badr.
Views
Likes
Replies