Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
+1 to Sydney's comment, different clients have different styling requirements, it's safest to add a bgcolor="" attribute outside of the style attribute. Inline styling is recommended for email design. Probably use background-color: ${background_1}; for your table and for border you can also use bo...
Hey Chandru,Seems like you have the variables in place:${border_left} for Border Color${background_1} for Table BackgroundIf these are placed within a module you would want to define the scope for them as local (meaning unique for each module they are placed in).This is achieved with defining mktoMo...
Hey Jerry,Thank you! Regarding your question, you can for sure set up transition rules in the streams to keep it simple, of course you would want to have a Smart Campaign with trigger/batch for adding people to program first.Only reason I've used Smart Campaigns for moving between streams is so that...
Hmm for program success date you can basically trigger on the Program Status updating and Success is true with a Flow Step for Change Data Value with a datestamp, i.e {{system.dateTime}} or {{sysem.date}}, although you would probably need to apply this kind of logic manually as there's a risk it wil...
Aside from setting up SSO, you can also just achieve this with a "+something" in after your name and before the @ symbol. So if you have login to instance 1 set up as first.last@company.com you can add another login to instance 2 as first.last+two@company.com (of course you can put + anything you wa...
Hi Avinash!I wrote up this post at the beginning of the year detailing this kind of setup, you can find it here: First, Last and Multi Touch attribution for UTM parameters and auto tagging emails Also if you check the comments Dan Stevens had some good additions to clearing the fields for more accu...
I didn't have a chance to watch the webinar although I was pleased to see this guide they posted which, although not fully encompassing all requirements, does address some examples of hands-on processes for GDPR in Marketo: The GDPR and The Marketer: A Practical Guide for the Marketo Customer
Hi Macarena,This is an interesting topic, if you think about it there are more data fields aside from hidden fields on a form, such as lead score fields which are constantly updated in the background. I see it more as a data processing optin on a form. You will need to do a clear documentation of th...
Great, no problem! As always, I'd recommend testing your new setup to ensure it works the way you want it to
Hey Jeffrey, thanks for the feedback!I guess that's where it will get quite complicated, but you can manage it a few different ways:Use the Marketing Suspended field and update it to true (Temporary Unsubscribe)Same as step 1 but adding a choice on the step changing cadence to Normal with the condi...