Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

How to get email delivery data from API

Avatar

Level 1

Hello Everyone,

 

I am working on pulling some useful data from acs campaign api. Our team is really interested in get the delivery data such as the sent number, open number and bounce rate per each email. I can see the metrics with each email in the marketing activity section in acs campaign. Is it possible for us to pull the data from api ?

 

Thanks,

Rebecca

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Unfortunately the API currently does not expose anything on the delivery information.

 

Only way to make this available:

  • Create a custom resource with the needed fields
  • Create a technical workflow which synchronizes the information from the deliveries to the custom resource
  • The custom resource will then be available via API

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Unfortunately the API currently does not expose anything on the delivery information.

 

Only way to make this available:

  • Create a custom resource with the needed fields
  • Create a technical workflow which synchronizes the information from the deliveries to the custom resource
  • The custom resource will then be available via API