I am setting up a daily Web Page Activity report, and have some questions....
Any help would be much appreciated!
Thank you!
Hi Lisa
Unfortunately, I also did not find any option in Marketo to achieve these scenario.
1. I am generating site duration in excel sheet using column difference. Initially, Bit manual process but it is working for us. Later I created a Java program to modify the excel file with new column for site duration. I have scheduled this report, lands to my outlook, then java program copies to desktop and modify the records and then send email to outlook. This is really lengthy process. I will suggest to update excel manually.
2.Grouping also, I am achieving through excel file.
3. HTTP referrer, shows the URL from where user has come to click link. If it is blank, user would have come to link directly (directly hitting the URL, instead come to a page , click on link)
4. Subscription time you can not control. It is Marketo defined and send the email very early morning. Somewhere around 12-2 AM, this is what I have experienced.
3. HTTP referrer, shows the URL from where user has come to click link. If it is blank, user would have come to link directly (directly hitting the URL, instead come to a page , click on link)
That's not the only case. When you follow a Bing secure search link or any other link directly from an HTTPS page to your HTTP landing page, the referrer will also be blank. This is standard HTTP behavior.
Lisa, the time difference between the First Visit and Last Visit wouldn't accurately be called the "Site Visit Duration." Depending on the range of your report, the First Visit could be months before the Last. That doesn't mean they were "on the site" for 45 days, at least not in the usual sense.
What you're probably looking for is properly described as "the total duration of the longest continuous sequence of web page activities" -- "continuous" in turn meaning "less than nnn minutes apart."
You could use some JavaScript logic to store that value on a custom field on the lead. You'd need a qualified front-end developer.
BTW if you're going to implement this, I'd recommend using the Interesting Moment pattern as we do elsewhere in Marketo.
In other words, when a Site Visit Duration is > 60s, that may constitute an IM, and if it goes over 2 minutes, that may be the next IM. But intermediate durations like 28s, 34s, 48s on the site aren't interesting in themselves. Ignore these unimportant milestones: it'll make your reporting more concise and also increase the performance of your Mkto instance (because you won't be continuously updating lead data).