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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Sending Email to Non-Openers.

Avatar

Level 2

I was working on a workflow and have hard time figuring out how to build one. There are 2 parts:- 

1) I have sent the email to the targeted audience.

2) The next will be to send same email to the ones who did not open the first.

 

It is a promotional email not a Transactional or Triggered one.

 

I am really struggling in the 2nd part and would require your support. Also, do i have to create a different workflow or will that be the continuation of the first part. 

 

Any response is welcome 🙂

Thanks

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @Kanwar92 ,

In the second part you can look at Recipient delivery code with the delivery Code of the Initial send to check a sent status and then you can check the tracking logs to check if they exists or not.

 

The Query will look like this:

recipient delivery logs   exists such as
  delivery/deliveryCode  equal to  YOUR_INITIAL_DELIVERY_CODE

  status equal to send
Recipient tracking logs does not exist

 

This will give you the list of users who never opened/clicked.

 

Let me know if that helps.

 

Thanks

 


     Manoj
     Find me on LinkedIn

원본 게시물의 솔루션 보기

5 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @Kanwar92 ,

In the second part you can look at Recipient delivery code with the delivery Code of the Initial send to check a sent status and then you can check the tracking logs to check if they exists or not.

 

The Query will look like this:

recipient delivery logs   exists such as
  delivery/deliveryCode  equal to  YOUR_INITIAL_DELIVERY_CODE

  status equal to send
Recipient tracking logs does not exist

 

This will give you the list of users who never opened/clicked.

 

Let me know if that helps.

 

Thanks

 


     Manoj
     Find me on LinkedIn

Avatar

Level 2

Hi @_Manoj_Kumar_.

Thank you so much for replying.

I did not set up Delivery Code initially but is there a way i can built the query in the current workflow and how do i join. For sending i can use wait time, and put the template again. Is that the correct approach?

 

Thank you again for the help 🙂

Kanwar92_0-1590501731790.png

 

Avatar

Administrator

Hi @_Manoj_Kumar_, Can you please help @Kanwar92 further with his query? Thanks.



Sukrity Wadhwa

Avatar

Community Advisor
Hello @Kanwar92. Instead of checking for Delivery code you can check for Label, delivery ID and other unique values you have in your delivery.

     Manoj
     Find me on LinkedIn

Avatar

Community Advisor
and no need to add this logic to your existing workflow. You can create another workflow in the same campaign and apply this logic

     Manoj
     Find me on LinkedIn