내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

HELP - Understanding Delivery Indicators

Avatar

Level 3

I'm hoping someone can help me understand how delivery indicators are calculated.  When i look at the estimation of the number of recipients who have opened the emails ([indicators/@estimatedRecipientOpen]) i see a number that is different my individual count when i sum the individual recipients who have opened the email.  I'm not sure if this is due to recipients opened the email on multiple days or on multiple devices but i'm trying to figure out the exact criteria that defines a unique open and also is there a way to export the list of individual recipients who have unique opens so that i can match to my export?  Again, when i export directly from the delivery itself i get results that don't match.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi Wes,

 

See there an explanation of Adobe campaign calculation method.

For your export, you can build something like the screenshot below

  • query the delivery from tracking logs to get all the logs
  • split and keep only url type equal open
  • dedup on the recipient ID 
  • extract the file

davidk23955130_0-1588288465042.png

One more thing, I think if someone clicked on opt out link (flagged as opt-out category in ACC) it's not count in opens nor clicks in the reports

 

Thanks

David

 



David Kangni

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi Wes,

 

See there an explanation of Adobe campaign calculation method.

For your export, you can build something like the screenshot below

  • query the delivery from tracking logs to get all the logs
  • split and keep only url type equal open
  • dedup on the recipient ID 
  • extract the file

davidk23955130_0-1588288465042.png

One more thing, I think if someone clicked on opt out link (flagged as opt-out category in ACC) it's not count in opens nor clicks in the reports

 

Thanks

David

 



David Kangni

Avatar

Level 1

i am sick of gooing round and round