Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Basic Report

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 4

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,

  • Scheduler : Where you will configurate the daily execution
  • Query :

      - 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)

  • Export : Here where you will use the Indicators Schema, select all the fields that you will like to get in your daily export.

Thanks,

Badr.

View solution in original post

2 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Level 4

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,

  • Scheduler : Where you will configurate the daily execution
  • Query :

      - 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)

  • Export : Here where you will use the Indicators Schema, select all the fields that you will like to get in your daily export.

Thanks,

Badr.