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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
해결됨

Target recommendations in AJO email template

Avatar

Level 10

Does anybody do that?

주제

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@Michael_Soprano 

Ok, yes, you can use a Custom Action in AJO to call an external API (i.e., Target Recommendations API) during the journey flow. The response from that API can then be mapped to journey attributes and used for personalization in email templates later in the journey, BUT here are the caveats:

  • The journey’s timeline now includes the external API’s response time. For high volumes, this may impact throughput.
  • You need to make sure the email template references the correct path to the recommendations; the path must be created each time. 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Avatar

Employee Advisor

@Michael_Soprano 

Don't think that Target recommendations are directly embeddable in AJO email templates.
Target recommendations are intended for real-time web personalization, not static or batch email. AJO email templates are rendered server-side at send time, not at open time, so dynamic JS calls (like Target offers) mightn't work. I haven't tested it, though.

Any particular use case that you're trying to implement?

Avatar

Level 10

in AJO you have Custom Actions. During journey you can request Target Recommendations API and then put the response into AJO email template.

What do you think?

Avatar

정확한 답변 작성자:
Employee Advisor

@Michael_Soprano 

Ok, yes, you can use a Custom Action in AJO to call an external API (i.e., Target Recommendations API) during the journey flow. The response from that API can then be mapped to journey attributes and used for personalization in email templates later in the journey, BUT here are the caveats:

  • The journey’s timeline now includes the external API’s response time. For high volumes, this may impact throughput.
  • You need to make sure the email template references the correct path to the recommendations; the path must be created each time.