Does anybody do that?
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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:
@Michael_Soprano Have a look at this documentation.
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?
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?
表示
返信
いいね!の合計
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: