Time to purchase vs Time Lag for business cycle data
-
Hi All,
Using just GA is it possible to get accurate information about buying cycle duration - i.e. length of time from first interaction to purchase?
Time to purchase isn't what I'm looking for as it does not include direct visits.
Time lag seems off as it suggests that the majority of conversions happen on day 0 (as does time to purchase). I know that any conversions outside of the time window default to 0 but I find it hard to believe that a clothing retailer has a similar buying cycle to a furniture store. Of course I could be wrong here, I'm making a big assumption.
Neither report feels very robust to use for estimating split testing duration requirements.
I know that there are other methods available, by comparing raw clickstream / cookie data but I do not have this data available, nor do I have the time to get it.
Any info / advice would be great.
Thanks
-
Hi,
Thanks for your reply. To clarify, in your opinion Time to Purchase and Time Lag are useless reports?
I've not had a chance to look at KM, KI or CI. How do they work? I assume they cannot work retrioactively and are cookie based (cookies with a long TTL). There is an obvious point of failure here - I read somewhere (shaky citation I know) that cookies are cleared much more frequently now (monthly) so this data has to be heavily caveated at best.
Thanks again for your help.
-
Hey
In a word, no.
GA is pretty horrendous for this. There are several very convoluted ways of trying to get this to work - but even if you start to get there, you're hampered by the fact that all of the information is anonymised - ie, you won't see what user or user journey was responsible for which purchase (unless you have ecommerce set up and each product is a different price).
There are a lot of other solutions out there that can do this for you, each with varying price packets. One of the better ones out there is KissMetrics - starting at $200/mo - and they have a lot of support people on hand both in pre and post sales. I'd approach them with your query and take it from there and see if it is right for you.
If that is too high a price for now, I've heard good things about Keen IO and Calq IO - again, reach out to them with what you're trying to achieve. Be specific as well - they should be able to help you with your queries and the one that offers the best, most comprehensive support could be your winner.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Grid view vs. List view
Hi I work on an ecommerce site and wondered if anyone had tested grid view vs. list view on product listing pages? We use list view, but I think grid view might work better. Thanks
Conversion Rate Optimization | | BeckyKey0 -
Microsites vs. one site
My client has created a product that he wants to market to two, very different, audiences. The goal is to funnel them through the site and get them to purchase. My question is about the best SEO strategy on how to do this effectively. Since they are distinct audiences with little in common we've recommended building two microsites, and optimizing each with unique content and different keyword focus. I realize it will be harder to optimize two sites rather than one, but it seems to make sense from a user perspective. But once the users goes to a "non-audience specific" page, like any page that is about the product or company and not about the audience, should we build yet a third website that houses the "company/product pages" and channel the conversions there in order to avoid having duplicate content on the two other sites? Or should we put the same "company pages" on both the Audience A and Audience B websites, only vary the text so it doesn't look like duplicate content. Or is the microsite strategy flawed all together? Please keep in mind this is a brand new product and it has national scope. There is no local focus. We will be building their rankings entirely from scratch. I REALLY appreciate any insights you may have. We have been going around and around about this. Thanks
Conversion Rate Optimization | | ptdodge0 -
Shopify vs BigCommerce vs Lemonstand vs Yahoo
Have any of you moz folks recently had experience deciding where to build a small ecommerce site and had considered the following: Shopify Big Commerce Lemonstand Yahoo Our site has been on Yahoo for 12 years. And I've seen designers the last several really complain about the limitations of customizing Yahoo stores and the checkout pages. Going to be creating a new ecommerce site for jewelry and thinking we should consider another platform. Things like built in responsive design, ability to customize checkout, customize store easily without RTML (Yahoo proprietary language - not many developers use it), ability to scale up if needed, but affordable for entry, conversion optimization best practices built in, ability for good seo built in without having to use 3rd party. (Another crappy limitation of Yahoo stores is that they do NOT support a blog as part of the domain, ie, www.domain.com/blog.html which is much better for seo than their way - blog.domain.com) I read on Rich Page's blog that he likes BigCommerce. I've spoken with Lemonstand and they have a lot of fashion sites using their new platform, and I'm seeing lots of new sites spring up using Shopify. Any feedback would be greatly appreciated! I'm sure there are a bunch of folks like me that have similar decisions to make now. Thanks! Ron
Conversion Rate Optimization | | yatesandcojewelers0 -
Good examples of video marketing by service businesses?
Do you know of any service businesses (ie not software or SaaS) that uses video marketing effectively?
Conversion Rate Optimization | | JacobFunnell
Especially any company offering more than one service. Just for example, a training company of any kind. Literally anything that comes to mind will help me so, so much. My Google-fu is failing me on this one.0 -
Contact Forms Vs Email Enquiries
This is a usability question more than SEO but I thought this community would be the one to ask. Are completed conversion rates generally higher for contact forms or email enquiries? I try to encourage our clients to have short contact forms where possible to ensure the first contact (ask questions later). Personally an email seems like a giant daunting and potentially irrelevant enquiry that could get lost in the plethora of spam emails flying around. Also half the time I start the email and then give up.
Conversion Rate Optimization | | SoundinTheory0 -
Time spent downloading a page increased drasticly
Hi Guys, We have found increased "Time spend downloading a page" drastically. Our website: www.learnenglishindublin.com Our company is located in Ireland, so we moved our servers from US to Ireland at the beginning of December. Also before increasing 'Time spend downloading a page" I did: I have installed plugins JCH Optimize (plugin is optimizing CSS and Javascripts [merging them]) I have installed ScriptsDown - which is moving all scripts to bottom of site. Pingdom tools shows that site is loading average of 2.7 secs. Pages are cached. Gzip is used. Our SEO rankings dropped from 1 page to 2 page. We have gone up in Google Maps search. Image sizes are about 1.7MB Any idea how things have actually gotten worse after this “improvement”? Thanks, Olivia increased.jpg
Conversion Rate Optimization | | Olivia_led0 -
Need help Tracking PPC vs Organic and respective ROI
So I have a client who uses PPC and Organic SEO to drive traffic. Once a user gets to the site, the most common action is to fill out a form. I have Auto Tagging enabled in Adwords so all PPC clicks have "gclid" in the url. I am also grabbing the Google Cookie and parsing it out to determine if the visitor is PPC or Organic. So I have an if statement in my form code to pass PPC vs organic through the form for tracking purposes: $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; if (false !== strpos($url,'gclid')) { ?> Essentially this is saying: If gclid is in the url, or if the cookie contains PPC
Conversion Rate Optimization | | tjsherrill
set the Web field as PPC Else
Set it as Organic. this is working about 80% of the time. I am trying to raise the accuracy. any ideas where I might be missing some data? thanks0 -
A very pertinent .me TLD vs. a longer, less pertinent .com domain?
Hey folks, John here, first-time poster. I have a dilemma I suspect you folks have already have an opinion on, but I'm a bit stuck. I think i have two basic options for choosing a domain name with the format of : 1. I can nab a .me with a very smooth, brandable, and pertinent/convertible and memorable domain name; 2. I can get a more obtuse sounding, less pertinent, lengthy, and less memorable .com domain. This issue is getting the click in the SERP. Assuming the same ranking and meta description, will the smooth .me suffer worse than the rather awkward and long .com? Is it your opinion that all other things remaining equal, will a .me suffer demonstrably over a .com Also, I'm not terribly concerned with folks remembering its a .me or a .com for search purposes, but should i be concerned for email purposes? Many thanks for your input!!
Conversion Rate Optimization | | juanzo0070