help me how to define an mirror page url function with ajo api triggered marketing email templates, using below reference
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center><font style="font-family: Verdana, Arial; font-size: 10px">If you are unable to view this message correctly, <a href="<%@ include view='MirrorPageUrl' %>" _label="Mirror Page" _type="mirrorPage">click here</a></font></p><% } %>
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
use built-in personalization block designed for this purpose. Instead of custom scripting, you simply use the special tag in your email HTML content.
https://experienceleague.adobe.com/en/docs/campaign-web/v8/content/email-design/design-content/mirro...
Example usage:
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %>
<p align="center" style="font-family: Verdana, Arial; font-size: 10px">
If you are unable to view this message correctly,
<a href="<%@ include view='MirrorPageUrl' %>" _label="Mirror Page" _type="mirrorPage">
click here
</a>
</p>
<% } %>
If you are using AJO’s email designer, follow these steps:
@Nutsa9858 You can setup using the OOTB link type (Mirror page) to generate a mirror page in marketing email templates. This also applies to the API triggered marketing campaigns. Have a look at this documentation,
use built-in personalization block designed for this purpose. Instead of custom scripting, you simply use the special tag in your email HTML content.
https://experienceleague.adobe.com/en/docs/campaign-web/v8/content/email-design/design-content/mirro...
Example usage:
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %>
<p align="center" style="font-family: Verdana, Arial; font-size: 10px">
If you are unable to view this message correctly,
<a href="<%@ include view='MirrorPageUrl' %>" _label="Mirror Page" _type="mirrorPage">
click here
</a>
</p>
<% } %>
If you are using AJO’s email designer, follow these steps:
Hi @Nutsa9858,
Were you able to resolve this query with the help of the provided solutions, or do you still need further assistance? Please let us know. If any of the answers were helpful in moving you closer to a resolution, even partially, we encourage you to mark the one that helped the most as the 'Correct Reply.'
Thank you!
Views
Replies
Total Likes