MB Software Solutions, LLC wrote:
> Has anyone ever used a web analytics called Omniture?  We use them here 
> at the day job.  I'm tasked with researching a way to find out how many 
> times a user abandons a form...that is, they start filling out the web 
> form and then never press the Submit button...navigating away from the 
> page before completion.

Do you have access to the raw web log files? All you'd need to do is:

1) find the page hits, grouped by section cookie, for the form in question.

2) for each of the session cookies above, remove those for which there's 
a match by looking at page hits for the form's submit action.

On a website with proper logging, this would be a 30-minute job, which 
could be faster/more trustworthy than figuring out what hoops to jump 
through in Omniture.

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to