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

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

How to remove Mirrior Page link on Mirrior Page

Avatar

Level 1

i have composed an email with Web version (Mirrior page URL).

when we click on the web link in the deployed email the landing page also contains web version link.
can this be removed from web page/version?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

hey,

 

you can use this 

<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center>
  <font style="font-family: Verdana, Arial; font-size: 10px">
  If you're having trouble reading this message,
  <a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">click here</a>
  </font>
</p><% } %>

thanks,

David



David Kangni

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

hey,

 

you can use this 

<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center>
  <font style="font-family: Verdana, Arial; font-size: 10px">
  If you're having trouble reading this message,
  <a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">click here</a>
  </font>
</p><% } %>

thanks,

David



David Kangni

Avatar

Administrator

Hi @tarunbansal,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.

Thanks!



Sukrity Wadhwa

Avatar

Employee

Hi @DavidKangni 

 

Do you have any way to achieve the same in Journey Optimizer?

 

Thanks/Suman