View web page visits in Marketo Sales Insights within salesforce | Community
Skip to main content
New Participant
September 26, 2022
Solved

View web page visits in Marketo Sales Insights within salesforce

  • September 26, 2022
  • 1 reply
  • 1460 views

Is it possible to get the last web visits reportable in SFDC?  We want to be able to create a report in SFDC for each of the Sales reps to show the last website visit for leads in their territory, using the data from Marketo Sales Insights. 

See the image below:

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 SanfordWhiteman

You can write {{trigger.web page}} to a string field using Change Data Value. Be aware this can create a lot of load on your instance if your website is busy (although it only applies to associated Munchkin sessions, not anonymous ones).

1 reply

SanfordWhiteman
New Participant
September 26, 2022

Last Web Visits plural? Or just the very last one? If not, how many last ones?

New Participant
September 29, 2022

Last web visit. 

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 29, 2022

You can write {{trigger.web page}} to a string field using Change Data Value. Be aware this can create a lot of load on your instance if your website is busy (although it only applies to associated Munchkin sessions, not anonymous ones).