Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So, let's say I have a Marketo form with a picklist asking about fruit.Fruit: Apple, Oranges, BananasThis triggers a conditional picklist based on Fruit to show Fruit Type values--if you pick Bananas, you get a list with Cavendish, Plantain and if you pick Orange you get Navel, Clementine.Because Ma...
Bizarre--I tried it in Litmus Builder as well as sending template and standard versions.That being said, there are a couple of things that jump out here: you declare padding twice in your .100p td, and even declaring padding on something like this is a little odd. Generally, the easier method is to ...
Hi Andrew,I'll be honest--I can't seem to replicate this exactly. The closest I get is ton Comcast webmail, where it just fails to render altogether from the template send. What are you seeing this appear in?
Oh! Easy enough:#set( $email = ${lead.Sales Owner Email Address} )#set( $domain = "marketing.demandlab.com" )#set( $final = $email.replace("demandlab.com", ${domain}) )${final}
Just a quick side note here since Sandy's covered most of the points: it's pretty straightforward to set subdomain forwarding in Exchange as a rule that handles all inboxes, especially if you don't need any SMTP use. I wouldn't let that be a hang up in this particular case.
As long as you're creating a specific template for this purpose and are sticking strictly to CSS for kinetic work, you shouldn't have too much trouble. The much bigger problem is just making sure you're targeting clients that can handle kinetic techniques and/or have graceful fallbacks.I like to pl...
Just a quick note: with mobile networks, the tower (and thus your resulting GeoIP) can bounce around a bit and throw things off. For instance, despite being in Philadelphia and not traveling to either, I've recorded my mobile IP coming out of New York and Boston in the past 60 days. It may be worth ...
So, this depends a bit on your attribution model, but I'd strongly suggest against overwriting Lead Source. Basically, if you think of Lead Source as the first point of contact--the thing that made your record care--that needs to be documented properly. That they came back two years later doesn't ov...
Hi Colby and Arye,The trick here is to register your Marketo subdomain with Google Search Console--because you won't have the option of using an uploaded file or a meta tag, you'll need to add a TXT or CNAME record to your DNS records. Once that's done and your YouTube account is set as an owner of ...
Hi Helen,Out of the box? No. In fact, Professional Services won't do any sort of customization of the Activity connection when I asked them. However, this is possible with some trickery—generally I'll put some distinct string in either the subject or description and then use Salesforce flows to reas...