Website url being pulled from email domain? | Community
Skip to main content
Angela_Cirrone3
Level 2
November 1, 2017
Solved

Website url being pulled from email domain?

  • November 1, 2017
  • 3 replies
  • 4122 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mark_Price

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.

Website Same as Email Domain

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!

3 replies

Josh_Hill13
Level 10
November 2, 2017

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.

Angela_Cirrone3
Level 2
November 2, 2017

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?

Trevor_Parsell
Level 5
November 2, 2017

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?

Mark_PriceAccepted solution
Level 6
November 2, 2017

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.

Website Same as Email Domain

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!

Angela_Cirrone3
Level 2
November 2, 2017

Thank you Mark. This is helpful.