Expand my Community achievements bar.

Adobe Journey Optimizer Community Lens 6th edition is out.

How do I refer to the Mirror Page including an anchor in HTML?

Avatar

Level 1

To refer to a specific location on the mirror page with an anchor in an email's HTML, I attempted to use the following codes:

 

<a href="<%@ include fragment='MirrorPageUrl' %>#vraag2a 

<a href="<%@ include view='MirrorPageUrl' %>#vraag2a 

<a href="<%@ include view='MirrorPage' %>#vraag2a 

 

However, this did not work due to the '<%@ include view='MirrorPage' %> portion. It does work with a normal URL. Does anyone have a solution to fix this issue in HTML?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Employee

The <%@ instructions / syntax is specific to Adobe Campaign. Reference - https://experienceleague.adobe.com/en/docs/campaign-classic/using/sending-messages/tracking-messages... 

 

You will have to replace with the equivalent tag that gets generated in AJO email designer.

 <a class="arc-link" data-nl-type="mirrorPage" data-tracking-type="MIRROR_PAGE" href="" id="acr-link-18376110" style="text-decoration: underline;">Web view</a>

dugganab_0-1714742178122.png