Image links not being tracked?
Hi, we recently sent a campaign and the image links wasn't being tracked. We had imported the html, by the looks of it, only one link had been tracked...?
This discussion has been closed.
Comments
Can I give you access so you can take a look? Do you have an email address I can send this info to?
Kind Regards,
Jonny
I just checked your code, your links code is:
<a target="_blank" href="http://pembertonlh.co.uk/parkdirectory/">
where it should be:
<a href="http://pembertonlh.co.uk/parkdirectory/" target="_blank">
Sendy looks like 'a href' so if your link code is not formatted this way it won't be converted to trackable links.
Shouldn't this be documented somewhere? I find this very disturbing that it requires tags/attributes in a certain order?
Kind Regards,
Jonny