using enhanced ecommerce for non-ecommerce @ measurecamp cardiff

42
USING ENHANCED ECOMMERCE FOR NON ECOMMERCE NATHAN STOCKFORD

Upload: measurecamp-cardiff

Post on 14-Feb-2017

107 views

Category:

Data & Analytics


1 download

TRANSCRIPT

Page 1: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

USING ENHANCED ECOMMERCE FOR NON ECOMMERCENATHAN STOCKFORD

Page 2: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT IS GOOGLE ANALYTICS?

Google Analytics is a freemium web analytics service offered by Google that tracks and reports website traffic. Google launched the service in November 2005 after acquiring Urchin. Google Analytics is now the most widely used web analytics service on the Internet.

Source - Wikipedia

Page 3: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

FIRST STEP UPGRADE TO UNIVERSAL ANALYTICSGoogle Analytics has a new base tag so you will need to update from Classic Analytics (OLD) to Universal analytics (NEW)

• If you are just starting chances are you are using Universal so YAY!• If you are not just starting check you are using Universal Analytics

• If you are not using Universal Analytics update your code!

NEVER BE LEFT BEHIND IN THE DIGITAL WORLD!

Page 4: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

EASY TO UPDATE!

To update your code just copy the tracking code from the Tracking Code section in Google Analytics to all your pages. This can be found in Admin > Property > Tracking Info > Tracking Code

Page 5: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

ECOMMERCE REPORT

Now you have GA set up lets not worry about any other part and jump into Ecommerce.

This will involve some dev work and all the help needed can be found at - https://developers.google.com/analytics/

I will be going through why you should use the reports.

Page 6: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHY SHOULD I CARE ABOUT ECOMMERCE REPORTING?Ecommerce reporting gives you many different reports as default with a very simple set up.Transaction Report – Sales Performance

Page 7: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHY SHOULD I CARE ABOUT ECOMMERCE REPORTING?Ecommerce reporting gives you many different reports as default with a very simple set up.Product Report:

Page 8: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHY SHOULD I CARE ABOUT ECOMMERCE REPORTING?Ecommerce reporting gives you many different reports as default with a very simple set up.Product List Report

Page 9: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHY SHOULD I CARE ABOUT ECOMMERCE REPORTING?Ecommerce reporting gives you many different reports as default with a very simple set up.Product List Report

Page 10: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

ECOMMERCE REPORT

Now you have GA set up lets not worry about any other part and jump into Ecommerce.Ecommerce reports can all be utilised for non ecommerce purposes. Do you look after a • Jobs site• Legal Industry• Government website• National Park

Page 11: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT AM I DOING WITH MY ECOMMERCE?

For this to work it has to be well thought out in advance, one slight mis-calculation can throw the reports out of sync and make them unusable. Questions to ask yourself1. What is a conversion on my website?2. What different types of conversions does my website have?3. Can these different types of conversions be distinguished in sections?

Page 12: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT AM I DOING WITH MY ECOMMERCE?

For this to work the has to be well thought out in advance, one slight mis-calculation can throw the reports out of sync and then be unusable. Questions to ask yourself1. What is a conversion on my website?

The Conversion is your Transaction!2. What different types of conversions does my website have?

Different types of conversions are your Products!3. Can these different types of conversions be distinguished in sections?

Different sections will be your Product Category!

Page 13: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT AM I DOING WITH MY ECOMMERCE?

For this example I own a holiday website that hosts data for my third party clients who advertise their hotels and link the pages to their website.

Page 14: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT AM I DOING WITH MY ECOMMERCE?

For this example I am a holiday website that hosts data for my third party clients who advertise their hotels and link to their website.SO 1. What is a conversion on my website? 2. What different types of conversions does my website have?3. Can these different types of conversions be distinguished in sections?

Page 15: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT IS A CONVERSION ON MY WEBSITE?

On my holiday website I would count a conversion as someone who clicks through from my website to our third party providers.

A conversion would be having someone click through via one of the options here.1 Click through = 1 Transaction

Page 16: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

WHAT DIFFERENT TYPES OF CONVERSIONS DOES MY WEBSITE HAVE?My holiday website has its conversion, its “Transaction”, now I need to know what my product should be.This is normally the easiest part to identify, in this scenario it would be the providers I have shown the visitor.

Page 17: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? So my products are the providers on my website, my transactions are the clickthroughs to the hotel provider…I could just go ahead with this, right?

Page 18: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? So my products are the providers on my website, my transactions are the clickthroughs to the hotel provider…I could just go ahead with this, right?

Page 19: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? So my products are the providers on my website, my transactions are the clickthroughs to the hotel provider…I could just go ahead with this, right?

I mean you could, the basic reports would work….but why stop there!

Page 20: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? Enhanced ecommerce has a range of features for you to utilise!

Page 21: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? Enhanced ecommerce has a range of features for you to utilise!

Product Category Product BrandCheckoutProduct SKUTransaction ID

Page 22: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? What is my product category?I have lots of different providers but I can’t compare them against each other.

Nathans Awesome HotelNathans Awesome Jet Ski CompanyThe history of Nathan TourSome other hotel name

Page 23: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? And now to point out the obvious, the product category would be,1. Hotels2. Sport3. HistoryOr any other rational naming convention. I will be using:4. Holiday Accommodation5. Attractions and Events6. Activities and Adventure

Page 24: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? Now why do I care about my product category if I don’t have categories?

Page 25: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? To find out what needs improving!

Page 26: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CAN THESE DIFFERENT TYPES OF CONVERSIONS BE DISTINGUISHED IN SECTIONS? By clicking into the product category I find the only purchase I have is from the provider “Nathans Real Rubbish Activity”.

What is wrong with my other activities? How can I make them better?

Page 27: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

IS THIS EVERYTHING?

So we now have everything we need to get started!

Providers = ProductsTransactions = ClickthroughsProduct Category = Type of provider

Page 28: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

IS THIS EVERYTHING?

So we now have everything we need to get started!Providers = ProductsTransactions = ClickthroughsProduct Category = Type of provider

Is there more?

Page 29: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

IS THIS EVERYTHING?

There are more custom Ecommerce that can be set up and utilised still.

Checkout Behaviour Graph can be very useful to see a generic drop off in a journey.

Product List Performance to compare different lists used on the website.

Page 30: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CHECKOUT BEHAVIOUR REPORT?I DON’T HAVE A CHECKOUT!How am I going to use a checkout report without a checkout?

Use it for something else – Any general journey that needs to be tracked can be with the checkout report.

Page 31: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CHECKOUT BEHAVIOUR REPORT?I DON’T HAVE A CHECKOUT!How am I going to use a checkout report without a checkout?Use it for something else – Any general journey that needs to be tracked can be with the checkout report.

Page 32: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CHECKOUT BEHAVIOUR REPORT?I DON’T HAVE A CHECKOUT!The below journey is general journey Any Search Page on the Website > Any Provider Page on the Website > All Clickthroughs

Page 33: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

CHECKOUT BEHAVIOUR REPORT?I DON’T HAVE A CHECKOUT!The below journey is general journey Any Search Page on the Website > Any Provider Page on the Website > All ClickthroughsA simple bit of code can add this to your analytics.

Page 34: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

The product list report shows how many people view the search list on your website and also how many people click through on them.

Below Shows this on Nathans Awesome Holidays

Page 35: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

The product list report shows how many people view the search list on your website and also how many people click through on them.

Below Shows this on Nathans Awesome Holidays

Page 36: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

Looking into Nathans Holiday Sport List I can see that my three sports all get seen but don’t get clickthroughs to the provider page.1. Check the website is working correctly2. Is the content good enough to drive the clickthrough?

Page 37: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

Also On the product List we can see the “Nathans Not so Great Hotel List” is not so great.

With the Product List Report we can see which are performing badly and which are performing well.

Page 38: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

Looking at the next level in for this Product list we can see 4 hotels. 3 performing at a similar level, 1 not performing less than great.

Page 39: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

Looking at the next level in for this Product list we can see 4 hotels. 3 performing well, 1 not performing as well.

Page 40: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

PRODUCT LIST REPORT

The Not so Great Hotel needs to be investigated on the search page, it gets the same views as the others but a third of the clickthroughs.

Page 41: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

AND YES THERE IS MORE

In case you want more ways to see your data, you can use the “Brand” variable to break down your data again.IE Nathans Awesome Hotels are Based all over the UK.

Which Country is the best?

Page 42: Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff

FOR MORE INFORMATION

Analytics Support - https://support.google.com/analytics/Development Support - https://developers.google.com/analytics/ Enhanced Ecommerce Dev Support - https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce