Turning off link tracking and image downloading
When you import your content into Campaign Monitor, we automatically download all your images and convert all your links so they can be tracked through the reports. Works well. Everyones happy.
But, what if on the odd chance you didn't want us to do that? What if you've got a dynamically created image that you want to be different for each recipient (perhaps using data you pass in through a custom field).
Well we've just added a couple of simple attributes you can add to your code that let us know to leave certain bits alone. What do they look like? All you need to do is add either the cm_dontimportimage or cm_dontconvertlink attribute to your image or link tags. As a quick example, here's the image tag in action:
Turning off image importing
<img src="http://www.myserver.com/filename.jpg" width="20" height="20" alt="alt text here" cm_dontimportimage>
Turning off link tracking
<a href="http://www.myserver.com" cm_dontconvertlink>this is a link</a>
Although we don't do any conversion when we detect these values, we do remove the cm_dontimportimage and cm_dontconvertlink values when we actually send your campaign.
Posted in: New Features & Updates
Comments for this entry are closed.
Browse the Blog
- Behind the Scenes (31)
- Interviews & Buzz (133)
- New Features & Updates (234)
- Observations & Answers (221)
- Tips & Resources (491)
Explore the Email Gallery
- All designs
- One column (390)
- Two column (229)
- Three column (36)
- Announcement (139)
- Newsletter (464)
- Invitation (39)
@SATOsense Thanks! It does look like you’ve successfully added a link to that draft, but what happens if you try to add more now? ^SM
Follow us on TwitterAbout • Our Book • Contact • API • Anti-spam Policy • Terms of Use • Privacy Policy
Proud founders of the Email Standards Project and supporters of the design community.
4 Comments
Damien
August 11, 2006 10:51am
Excellent - have yet to try it but the cm_dontconvertlink option should solve my problem of linking to one newsletter on your system from another newsletter - I’ve had to put a re-direct page on the server as up to now the system was re-writing its own dynamic URL’s into something not only ugly but which didnt work. I’ll let you know how I get on with this.
Matt Leighton
August 11, 2006 12:18pm
Excellent feature - once again, thank you and well done!
Cole Whitelaw
August 11, 2006 3:30pm
you’ve just clicked something into place in my head. Passing variables into IMG tags to personalise creative was something I hadn’t thought of. Thanks!
Dave Greiner
August 11, 2006 11:26pm
Cole, it’s definitely a cool little trick that can add a further degree of personalization to your emails. We plan on writing a quick how-to on dynamic images here real soon.