Tags
I have created a e-commerce site using Drupal Commerce. The site is tied to a Google Analytics account through the google analytics module and the commerce analytics module. To make the analysis more useful, I setup conversion goals for people going through the whole checkout process. Under Admin --> Profiles --> Goals I setup a goal: "Buying in the shop". I did the following:
General information
Goal name: Buying in the shop
Goal Type: URL destination
Goal Details
Goal URL: checkout/[0-9]+/complete
Match Type: Regular Expression Match
Goal value: 150 (as most of the products in my shop costs about 150 DKK)
Goal funnel
I also setup a goal funnel, so it was possible to see where I loose customers in the process.
Step 1: /checkout/[0-9]+
Step 2: /checkout/[0-9]+/shipping
Step 3: /checkout/[0-9]+/review
Step 4: /checkout/[0-9]+/payment
More to do?
I am currently looking into the following:
- I should probably create some custom reporting to make it easier to see how my goals convert.
- Should I create other goals as this article suggests.
- Figure out how the the commerce google analytics module actually works.
What goals are you setting up for your Drupal Commerce site? And how do you use the metrics in your daily life.
Kommentarer
Thanks!You may want to check
By Sil on 01 aug 2012 at about 16:16.Thanks!You may want to check out actual 'event value' (Events Goals) instead of putting in a fixed Goal value. http://analytics.blogspot.nl/2011/04/new-google-analytics-events-goals.html
Howto setup event goals for google analytics
By lsolesen on 01 aug 2012 at about 17:05.Excellent suggestion. How do you setup goals where you use the event value for Drupal Commerce. Do you have an example?
Tilføj kommentar