garrett-erny
11/18/2019 - 2:46 PM

Troubleshoot - Fonts being tracked as email clicks in Pardot

When emails are received and loaded, the font links used in the email can be tracked as clicks in email reports. To avoid this, you can use an @import reference instead of a to load your fonts.

If you use to import a font for a Pardot email, you may notice that the font gets tracked as a click. This happens because Pardot tracks links that begin with http:// or https://, so links such as http://fonts.google... get rewritten and tracked. Pardot records clicks when these links are loaded as part of the CSS reference.

Community Answer: https://success.salesforce.com/answers?id=9063A000000e7iqQAA

<style>@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');</style>