Hi there!
I am working a lot with AMP emails in Klaviyo. When I send an AMP template through Klaviyo, the unsubscribe link in the AMP code doesn’t seem to get replaced like it does in a HTML version. The email displays with AMP enabled but the {% unsubscribe %} is not replaced. Here is a screenshot and a snippet of the AMP code.
<span class="vljjxnulex">You're receiving this email because you subscribed at triabeauty.com. We promise to use your information only according to our <a href="https://www.triabeauty.com/pages/privacy-policy" class="iaihtmkngu">privacy policy</a>. {% unsubscribe %}</span>
Is there a reason that this tag is not being replaced in the AMP version when it is replaced in the HTML? Does anyone know a good work around for this issue? I think it is fairly important to still provide an unsubscribe link even in the AMP version. I would like the unsubscribe link to be the same as the HTML version for tracking purposes.