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

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

Querying Recipient-level Email Subject Lines

Avatar

Level 3

Hello,

 

In a delivery where the subject line is configured as dynamic content (e.g. <%=targetData.firstName%>), is it possible to query in recipient delivery logs for the specific subject line which was created for that recipient?

 

Querying for the field [delivery/mailParameters/subject] just returns the dynamic content code.

 

Thanks,

Skyler

주제

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @SkylerQu2 ,

 

It's not possible. If you have the data, you can recompute the subject line

 

Thanks,

David



David Kangni

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @SkylerQu2 ,

 

It's not possible. If you have the data, you can recompute the subject line

 

Thanks,

David



David Kangni

Avatar

Level 3

Hi David,

 

Thanks for your answer. Is the targetData passed to the delivery stored anywhere? E.g. in this case, the subject line was conditional based on a targetData.Test_Segment field. We do not have this configured to be stored in broadLogRcp - is there anywhere that this data is stored, or is it lost after the delivery is personalized?

 

Thanks,

Skyler

Avatar

Community Advisor

Hi Skyler,

 

Not in the UI but if you have access to the database, you can run some queries on the temp tables before they get delete by the Database cleanup workflow. 

These temp tables are save under wkDlv_XXXX.

 

Thanks,

David



David Kangni