Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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.