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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Associating to delivery log after sending delivery

Avatar

Level 4

Hi Community,

 

We have created a transactional message event based, so they are not associated to a profile. The reason of this is because it is a welcome message and the profiles are not yet created. The problem is that we want to link profile and delivery and that happen after the profile is created, and sending the delivery (without profile), because we want to see the delivery in the sending log of the profile, do you know any way of doing it?

 

We have been thinking in a daily workflow that update in the delivery resource, the field that link with the profile resource, but we don't find it.

 

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi @LAR1985 

You can find the resources if you search for the EVT Resource, there you'll be able to query Delivery Logs and tracking Logs.

HOWEVER, last time I've checked, Delivery Logs and Tracking Logs resources are not available for update, hence you can't update them with the Profile ID associated to the email of the event, you would have to request a product enhancement for such update to be possible.

The only thing I can think off is that you would need to build new custom entity to join the RT event delivery log record to their associated profile and you would display the list not in the Sending Logs unfortunately but as a List field in the Profile screen and you would also be able to query these logs in subsequent workflow from a Profile...

 

That's how you could realise the link via a custom entity, this should work

 

Please note that "@id" is not visible in the user interface although it's possible to get it if you use advanced editor all along.

You would also have to create a purge workflow that would delete records in this new entity aligned with the 6 months history that ACS kept..

 

Hope this helps,

 

Thanks


Denis

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi @LAR1985 

You can find the resources if you search for the EVT Resource, there you'll be able to query Delivery Logs and tracking Logs.

HOWEVER, last time I've checked, Delivery Logs and Tracking Logs resources are not available for update, hence you can't update them with the Profile ID associated to the email of the event, you would have to request a product enhancement for such update to be possible.

The only thing I can think off is that you would need to build new custom entity to join the RT event delivery log record to their associated profile and you would display the list not in the Sending Logs unfortunately but as a List field in the Profile screen and you would also be able to query these logs in subsequent workflow from a Profile...

 

That's how you could realise the link via a custom entity, this should work

 

Please note that "@id" is not visible in the user interface although it's possible to get it if you use advanced editor all along.

You would also have to create a purge workflow that would delete records in this new entity aligned with the 6 months history that ACS kept..

 

Hope this helps,

 

Thanks


Denis