Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Teresa Hsu,Marketo will de-deuplicate based on email address only when a person fills out a Marketo form or during a list upload. It does not consider first name and last name.The standard "Possible Duplicates" smart list checks for duplicates based on email only as well, although you can confi...
Jerry YiPer the docs, If you choose lead, you'll see Id, email Address, and any custom fields in the list.Also, Only string field types are supported in the link field.So you'll need to either use the Marketo-assigned lead ID or create a new custom string field as your link. I would definitely reco...
Matthew VaroneYou are correct - that is one drawback of this approach. The only truly set-it-and-forget it method in this case would be to use a local asset, the reference to which should update dynamically upon cloning. Of course you lose the benefit of asset globalization and the easy maintenanc...
Jeremy NunezGenerally speaking, coding emails requires practices that do not apply to coding a web page. There are a lot of gotchas that sometimes go against best practices on the web - for example, CSS often needs to be in-lined to be fully compatible with different email clients. I would recommen...
Hey Sachin Masade,FlowBoost does not require a CRM integration, nor does the Hoosh Excel formula service and a few other options out there. Most have a free tier if your volume is low. You may want to check those out before doing the checks manually.
Hey Matthew Varone, I would use #{{program.id}} at the end of the link in question and then you can set up your trigger to reference the specific ID of the program you are interested in. Data following the "#" will appear in the clicked link activity unlike a querystring param. ---Justin Norris | P...
You could also check whether the DVC is actually a new value.E..g, if someone fills out the form and the campaign code is the same, the DVC will not actually register as a trigger for the campaign. (Although in that case you wouldn't expect to see it in the activity log as a DVC either).Regardless I...
Sachin MasadeUnfortunately you cannot compare two tokens in this way via Marketo. You should either do the calculation in your CRM via a workflow rule if possible, or otherwise you can do a call-out to an external service like FlowBoost to perform the calculation and return a value that then trigge...
Not sure what happened there. I've updated the post accordingly.