Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sanford - Quick question, when you say you add in [not provided] as a default value do you add that in the autofill listed here? or do you have an operational campaign that does this on the back end. Asking because I thought if you add a default value here as listed below then all your fields w...
Thanks Grant -Quick question:Can I push the 60K from MKTO to SFDC creating 60K new contacts in SFDC. Then, when we load the new database (which most likely will contain records from the 60K) to SFDC they will dedupe in SFDC?
Thank you Ankit - How do I prevent the duplicate leads? I have about 60K records in MKTO currently from list loads, I don't want 60K dups. Thank you for your help!
Thx JD Nelson! I had recently obtained a new computer and within Chrome, I needed to clear my cache and you are right, it was Ghostery that was causing the problems. Thanks everyone for your help!
Hi Isabel-Did you just build the segment today? I believe (correct me if I am wrong) that segmentations only update once per day (overnight). Maybe this is why?
Thanks Josh! That was the missing piece of the puzzle! I was "testing" so I had just a filter for the smart list....not a trigger. When I changed that, it worked perfectly. Thanks again!Monica
Hello-I am trying to set up a webhook within shortstack to marketo for an upcoming contest we have. I am completely new at this and was wondering if you have any or know of any documentation available?Thank you for any help you could give!Monica
When that happens to me I usually find that it was because I copied and pasted from another source like MS Word -> Marketo or Box-> Marketo and it adds in some of its own code.... Only way I know to go around this is to paste into Notepad and then copy and paste from there.
This is the full script I used to solve for this problem. Thanks for your help!## First, covert the variable to currency format#set($total = $number.currency(${lead.accountBalance})) ##our code from before, e.g., $121,237.10#set($stringLength = $total.length() - 0) ##get the total string length and...