Hello,
We have Marketo synced with SalesForce. Is there a way when lead completes a Marketo form but does so with all lowercase letters, can Marketo fix that? For instance, "david" and I would like Marketo to automatically correct it to "David." The reason for this is because we use the first name token in our emails and I do not want a client receiving an email with their name not properly formatted.
Any insight will be most appreciated.
Thank you,
~ Dana
Hi Dana,
I think this article might help.
Marketo Tip: How To Automatically Correct Name In The Proper Case? | Rajesh Talele, MBA | LinkedIn http://https://www.linkedin.com/pulse/how-automatically-correct-name-proper-case-marketo-rajesh-tale...
regards
Rajesh
Awesome. Perfect for first names.
A quick note though - it only wants to work as a GET request type with the inputstring in the request URL.
Hi Nicholas,
I tested it again and it works fine with HTTP Post too. This is how it is set up on my test setup.
regards
Rajesh
Yes, my mistake! I had prefixed my payload with a '?' character,
Hmm.
It is tested to work for POST too. I will check again.
If it helps, we can work through the issue you might be having. Please feel free to reach out at Rajesh@BrightAspects.com
Rajesh
Rajesh, I appreciate the great strides your product is taking!
Unfortunately, your demo name falls right into the trap of ignoring nobiliary and prepositional particles -- which are correctly rendered in lowercase and can be very important to preserve (especially in the case of hereditary nobility). It so happens that James Van Der Beek has an Americanized name, but his Dutch relatives are more likely the van ter Beeks.
I would not automatically capitalize any surname with more than one word. In international contexts (and who among us wants to offend international customers?) it can do more harm than good.
Thanks, Sanford.
I appreciate your inputs. It is very much appreciated.
I will double check and confirm various names for hereditary nobility.
Thanks again.
Rajesh
Fantastic! Thank you, Rajesh. Appreciate the help!
Dana,
This type of data cleanup is called data sanitation and there are some vendors that plug into Marketo but more often Salesforce.com. They charge a lot and none are very good. A good web dev shoudl be able to help you out. Here's a short primer on methods they would use. http://www.willmaster.com/library/manage-forms/name_capitalization.php To answer your question, no. Marketo does not provide this. Some sanitation and standardization can be performed using MKTO although it is used more for taking incomplete or strangely formatted job titles and bucketing them into a company standard using Marketo flows (if XXXXX then change to XXXXXY) but it's a dangerous proposition as you're modifying user data. A good CRM admin can also run some routines once the data is already in the Dbase if the problem already exists.
Thanks, Justin!
Here's a short primer on methods they would use. http://www.willmaster.com/library/manage-forms/name_capitalization.php
That script's pretty much junk as it has no awareness of nobiliary particles. Though if used only for First Name, of course, it's generally fine. There are better solutions right here on the forums, though.
There are numerous discussions and pointers on this -- search for "uppercase" and you'll find some.
Thank you!