Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes: Email performance metrics, including clicks, are recorded from forwarded emails.However bear in mind that a new Marketo record is not created for forwarded emails, and all of those metrics will be attributed to the original recipient. If you are fine-tracking a specific company or lead that for...
In theory, yes. The items listed below are sharable across separate Workspaces. Provided your preference center doesn't require any items that aren't among this list, there is no reason other Workspaces could not access it. Email TemplatesLanding page templatesModelsSmart campaignsSmart ListsSnippet...
Safari can struggle to render full-width elements that lack a minimum width value. Try applying the CSS property min-width to any elements you intend to display at 100% width:width: 100%;min-width: 600px;