SOLVED

View web page visits in Marketo Sales Insights within salesforce

Go to solution
jsp25
Level 1

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:

Screen Shot 2022-09-26 at 10.23.53 AM.png

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

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).

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

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

jsp25
Level 1

Last web visit. 

SanfordWhiteman
Level 10 - Community Moderator

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).