Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Mieke,For the Vimeo API, the setup isn't too terribly different than setting up tracking for YouTube—you'll need to know a bit of JavaScript and when to trigger the appropriate Munchkin faux-URL (or setup for recording as a Marketo custom activity), but otherwise the process is nearly identical. ...
Hi there,So, the name being changed is simply the label Marketo gives the object itself (the API name should not change.) It basically needs to be separate for UI purposes as well as to note that the objects do not map together across both Lead and Contact. There should be no impact on the Salesforc...
Hi there,The trick is really that simple: just click on the name in the UI prior to sync to give the two objects distinct names. As you mentioned, you'll have to think about the custom object as being fully separate every time you reference it (whether that's in a Smart List, with Velocity, via the ...
While Greg's method works, I'd recommend as an alternative to look at the Process Builder Blocks package, which will allow you to do the same thing but allow it to be invoked by Process Builder rather than by checkbox.
Hi Calon,Quite honestly, there's no discernible difference whether a PDF is hosted on S3 or in Marketo itself. You could make a slight argument for using S3 if only for Cloudfront. When it comes to tracking any PDF, you do generally need to have JS fire to record that the PDF was viewed before the P...
Hi Bonnie,This isn't terribly uncommon; generally rather than break everything out into separate fields I'll create a "Mailability Status" that notes whether the person is invalid, is marketing suspended, doesn't have consent, etc. However, that's typically used more often for understanding email-re...
Definitely interested in what other people have to say here.The UI-based nature of changes makes traditional version control difficult, but I do like to use Git where possible to track major revisions of code (whether that's for templates or embedded scripts.) However, that's not ideal--it's really ...
Hi Kelly,Unfortunately, having just a snippet of code isn't going to help much in this case, because what Outlook does is calculate the overall height of the email, not just the button module itself. Some practical things you can do, from easiest to hardest:I'm assuming you have something other than...
Oh, Outlook 2016.There's no bulletproof way to handle these lines in every scenario, but the key ways to reduce the issue basically involve:Modifying the height/length of the email to move lines around. I'll sometimes do a Outlook-only line break or other MSO-targeted code in order to move the lines...
Hi Kelly,Depending on your send volume, you can always apply to be in a trusted pool of IPs (which tends to get hit far less often by Spamcop.) I believe the limit before you need to consider a dedicated IP is ~75K emails/mo.