Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
As Josh suggests, you should make mailto: links as generic as possible to maximize the chance of it actually functioning for a given lead. I would add both mktNoTrack and mktNoTok to such links. mktNoTrack means you no longer rely on a browser bouncing from a web page (Marketo's click tracking pag...
@Dory Viscogliosi it will show up in the Editora and in Preview as well... though completely understandable that we wouldn't notice this "fixup"!
I'd say the lesson learned is that Clean Up CSS is buggy. Shouldn''t this be filed as a bug report?
I also don't see a particular advantage to having a background image, but hey, it's an aesthetic decision.@Heather P remember that text needs to be legible even if the bg doesn't load, since you cannot assume mail apps will load images. Meaning you want to set a fallback background-color (in my sam...
As @Shannan notes you can think of the task as adding a background-image to text, not the other way 'round. And its use is not llimited to tables; for example, a simple A tag can have style="background: transparent url(http://example.com/img/background.png) center center no-repeat;"etc.I strongly di...
As @Adam W said, if content changes end up affecting deliverability, they will in turn affect openability.A low ratio of text to image area is considered spammy (error-prone or not, this relationship is coded into major anti-spam software, based on the practice of hiding text within large images). ...
OK, thanks. Small suggestion: Get Usage shouldn't itself count toward the limit. Operational queries like that could have their own limit.
Yeah, the problem with that UI is it doesn't get updated immediately and it's the total for 7 days. With multiple apps running it is difficult to isolate what is being counted.I see that REST (I have been using SOAP) has the Get Daily Usage method, so that should work. I can already see that gettin...
The closest to this kind of obfuscation (or "friendliness," if you will) is the TITLE attribute, not ALT. The ALT is designed to be displayed in place of the image when the image is not available or when the device does not support images, not as a tooltip above a successfully loaded image.However,...
For queries that return startPosition/remainingCount to paginate 10 at a time, is only the first SOAP call counted against the limit of 10,000 API "calls," or is each page counted?