Hello,
I have noticed that the website url is being pulled from the email domain of any leads that are being created in SFDC. We are looking to see where the leads are originating from to try to determine what is causing this to happen. Our SFDC admin cannot find a workflow that is auto filling the values, and I do not see anything obvious in Marketo. Has anyone had this similar situation? If so, what triggered the website to pull from the email domain?
The piece that tells me this is happening from a flow or trigger is that domains like gmail and yahoo do not become a person's website address. It seems like it's an exclusion.
Any help is appreciated.
Thanks!
Angela
Solved! Go to Solution.
Hi Angela,
Marketo pulls the website from email domain on it's own 'for your convenience'. It does have exclusion rules but some sites like 'outlook.com' still make it in.
If thats an issue, you can make a webhook that does a better job and sets a custom field. Doing it this way you can also validate emails much more robustly.
hope it helps!
Check the log history on SFDC and Marketo. I believe in some situations there is a default that does this. But often there's apex code to do this in SFDC.
Thanks Josh. I have been unable to uncover any apex code.
What I am able to deduce is that when the a new lead is created and pushed from Marketo to SFDC the website is already populated.
Here is the information I filled out in a form:
When the lead is pushed to SFDC through "Sync lead to SFDC" activity this is what is sent over:
I also am able to see this happened with leads that were added to Marketo as a list upload.
Could this be set up in the Marketo to SFDC sync rules or do you think it's a default?
Hey Angela,
Have you tried pulling a smart list of people whose "Website" value has recently been updated? What is happening in their activity log when the change is occurring?
Hi Angela,
Marketo pulls the website from email domain on it's own 'for your convenience'. It does have exclusion rules but some sites like 'outlook.com' still make it in.
If thats an issue, you can make a webhook that does a better job and sets a custom field. Doing it this way you can also validate emails much more robustly.
hope it helps!
Thank you Mark. This is helpful.