Expand my Community achievements bar.

Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

 

View solution in original post

1 Reply

Avatar

Correct answer by
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