문제

I need to update few information regarding the visitor when a visitor is in Message Opened state of Sitecore ECM standard engagement plan.

Therefore I need to create a custom action or something where I can push in my custom code to do the visitor data manipulation.

I tried doing it via creating a script and attaching it to a trigger and finally attaching the trigger to the state. but no luck unfortunately.

Is this task even possible or am I missing something ?

Thanks in Advance

도움이 되었습니까?

해결책

The Message Opened state is forbidden to change. It is a kind of a system ECM state. You can customize only states of the green area (Productive, Unproductive, etc.).

However there is a way to do what you want. The moment of message open is handled with the help of small image added at the bottom of a mail. Image source is an ASPX page. When a recipient downloads mail images, the ASPX page is requested. You can customize the ASPX page requested by the image (add your code there).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top