Click tracking (which tracks the number of clicks that has been made on the email) has been enabled in the Sendgrid mail settings because of which is affecting the links attached to the email template. Due to this the deeplinks/tags are not working as expected in the email editor.
Click tracking can be turned off for individual links by including the clicktracking=off
attribute inside the anchor of an HTML link before the href
. For example, <a clicktracking=off href="http://example.com">link text</a>
would not be tracked.
However, this can be done only for the HTML source and not for the email editor.