Retrieve success percentage for each send while using a continuous Delivery. | Adobe Higher Education
Skip to main content
bhaskarc1289447
Level 3
June 16, 2022
Respondido

Retrieve success percentage for each send while using a continuous Delivery.

  • June 16, 2022
  • 1 resposta
  • 702 Visualizações

I have a campaign that Runs every hour and send email communication to users. So 24 email send occurs everyday.

We are using a continuous Delivery to send the emails. 

Now we have been asked to create a report  with the success percentage of each send. So there will be 24 rows in the report with each row having success percentage for each send

The report will be generated 12 pm daily will cover the data from the previous day.

 

I kindly request to help me with a possible approach using a continuous delivery

@Denis_Bozonnet

@Manoj_Kumar_ 

Este tópico foi fechado para respostas.
Melhor resposta por DavidKangni

Hi @bhaskarc1289447 ,

 

You can run a query on broadLogs table and group by event date. You'll need to use hour formula to get sending hours.

 

Thanks,

David

1 Resposta

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorResposta
Community Advisor
June 21, 2022

Hi @bhaskarc1289447 ,

 

You can run a query on broadLogs table and group by event date. You'll need to use hour formula to get sending hours.

 

Thanks,

David

David Kangni