I am trying to use the apache log files from a Miva 5 store with ClickTracks Optimizer. I would like for ClickTracks to know when a customer has reached the checkout goal by seeing that they got to the INVC page. However, INVC does not actually show up in the url. Is there a way to force this to show up?
Announcement
Collapse
No announcement yet.
INVC in url
Collapse
X
-
Re: INVC in url
I realize this thread is very old, but came here looking for the same answer. The INVC page actually just logs as merchant.mvc...there is no screen=INVC being passed through.
We set up an img on the invc page and populate it for revenue tracking...knowing that this specific image is only displayed on the INVC page.
However, for the clicktracks funnel report you need to have a unique URL for the goal page. I need to set up this funnel report for a client, but am in need of a unique URL for the INVC page. Has anyone else done this? Thanks!
-
Re: INVC in url
Depending on how they are getting the information (usually through an image onload call, you can just add the screen name using &mvt:global:screen; item.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Re: INVC in url
In this case, we need the url that is written to the log file to contain something like &screen=INVC....just something specific in the page url so that it logs that way. I can then set up the clicktracks funnel report to use that url. I tried using the unique image itself, but it's a file reference not not a page request so it doesn't log the same and clicktracks only looks at page urls. I can match on query strings in the page url...so I need to figure out how to get it to show as something like merchant.mvc?screen=INVC rather than just merchant.mvc in the log.
I hope that makes sense. Perhaps I am just not understanding your recommendation. Thanks for the fast response!
Comment
Comment