How can we help?

How do I exclude a link from using deep linking?

Overview

You can control whether a link should deep link to your app or just go directly to your website by attaching data-crdl-fragment="webonly" to the message URL with link tracking enabled. This will attach #webonly to the tracking URL in your message.

webonly is our recommended fragment, but you can use a different word if desired.

Example

<a data-crdl-fragment="webonly" href=”https://www.cordialdemo.com/deep-link.html”>TestLink</a>

 

Comments

0 comments

Please sign in to leave a comment.