Google Analytics THINH TRUONG (at)BIZZON thinh(at)bizzon.com.vn.

Slides:



Advertisements
Similar presentations
Cross-Site Scripting Issues and Defenses Ed Skoudis Predictive Systems © 2002, Predictive Systems.
Advertisements

Advanced Web Metrics with Google Analytics By: Carley Brown.
Urchin & Website Usability. Usability Study Usability study is a repetitive process that involves testing a site and then using the test results to change.
With TimeCard appointments are tagged with information that converts them into time sheets. This way users can report time and expenses from their Outlook.
WELCOME TO THE ANALYSIS PLATFORM V4.1. HOME The updated tool has been simplified and developed to be more intuitive and quicker to use: 3 modes for all.
Carla Pendergraft.  Google Analytics Course Info  The Purchase Journey & Path to Conversion  Tracking Events in Google Analytics.
Calendar Browser is a groupware used for booking all kinds of resources within an organization. Calendar Browser is installed on a file server and in a.
Insight on Google Analytics Features - Suresh. K.
WEB EDITORS MEETING Welcome. GOOGLE ANALYTICS Google Analytics provides powerful digital analytics for anyone with a web presence, large or small. It's.
Using Google Analytics to Improve Your Website By PaperStreet Web Design.
I Some General Advice 7 Most tools in HubSpot allow you to sort by date. Be sure to change the date based on your desired time frame.
Taking the Headache out of. Reach your sphere of influence on a daily basis – AT NO COST? Reconnect with friends and stay in touch with family – AT NO.
Facebook Page’s for All of Your Listings Increase your FB lead Generation Presented By: YOUR NAME YOUR CONTACT INFO YOUR NMLS#
Alexander Hartmann.  Free service offered by Google that generates detailed statistics about the visitors to a website. A premium version is also available.
1 Google Analytics tracking. There are two Google Analytics trackers implemented on skoda- auto.pl website. We use one of them to track as many websites.
Google Analytics: Beyond the Code. Create a GA profile Configure Site Search Settings Keep searcharg, author, title, SEARCH Exclude startLimit, SORT,
1 EERE Communications 4/16/2015 EERE Web Coordinators Meeting Conference line: +1 (415) Access Code:
Tuesday, December 4, 2012 Getting Started with Citrix Marketing Concierge Sheralyn Felix, Sr. WW Online Channel Marketing Coordinator.
With Cyndy Robertson ULM Library LLA 2014, Lafayette, LA Karen Niemla ULM Library LUC 2014, Baton Rouge, LA.
Presented by Chad Kafka This Month’s Topic: Wikispaces Advanced Today’s session is an introduction to what a WIKI is and how they can be used in education.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
Microsoft Office Communicator A General Introduction.
Analytics By Mark Barrera twitter.com/mark_barrera
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
242/102/49 0/51/59 181/172/166 Primary colors 248/152/29 PMS 172 PMS 137 PMS 546 PMS /206/ /227/ /129/123 Secondary colors 114/181/204.
W EB A NALYTICS : W HERE VISITORS COME FROM, WHAT THEY DO, AND WHERE THEY GO ? W HAT CAN WE LEARN FROM IT ? Chuck DelCamp Product Manager, StudyAboad.com.
GOOGLE ANALYTICS Destinee Cushing DIG 4104C Spring 2014.
New Facebook Ads Manager: A Complete Guide. There’s no avoiding it anymore Facebook has rolled out the New Ad’s Manager to all marketers The more I play.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
Tag You’re It! –
FACEBOOK IS THE BEST THING THAT EVER HAPPENED TO FRIENDSHIP WHY I LIKE FACEBOOK! By Mike Matthews.
Learn How To Create Custom Reports in Google Analytics.
Introduction With TimeCard users can tag SharePoint events with information that converts them into time sheets. This way they can report.
1 Tradedoubler & Mobile Mobile web & app tracking technical overview.
Google Analytics for Small Business Presented by: Keidra Chaney.
Where Are My Leads Coming From How to have a conversation with your prospects Presented by: Jordan Hatch.
The Why and How of Web Analytics By Eric Poulin Web Analytics: Because Your Intuition is Wrong.
How Analytics Can Reveal the Success (or Failure) of Digital & Social Media Strategies Amanda McGowan.
Five Tips in Ten Minutes Conversion Thursday London 13 th Oct 2011.
Metrics Are you currently tracking the success of your website or blog? Success Metrics 101 Ron JonesRon Jones | November 29, 2010.
Google Analytics Workshop
Glossary of Terms Sessions - (old name: Visits) Users - (old name: Unique Visitors) Pageviews Pages/Session Avg. Session Duration Bounce Rate %New Sessions.
Facebook for Beginners One Session Class. What will you learn today? What can you do on Facebook? Creating a profile Privacy Connecting with friends Sending.
Unlocking the Mystery of Web Analytics Dave Hodgins Data Coordinator & Web Developer Library Research Service, Colorado State Library /
Supercharge Your Website’s Analytics Dave Hodgins Data Coordinator & Web Developer Library Research Colorado State Library
Web Analytics and Reporting Michal Neuwirth Product Manager – Kentico Software.
Google Analytics Graham Triggs Head of Repository Systems, Symplectic.
GOOGLE TAG MANAGER. INTRODUCTION Google Tag Manager (GTM) is a free solution, introduced in October Google Tag Manager (GTM) is a free solution,
MEDIA KIT. WHO WE ARE? YOUR TEXT HERE 6:58 min AVG. SESSION DURATION 13.6M+ UNIQUE USERS 2.8M+ FACEBOOK LIKES 189M+ MONTHLY PAGE VIEWS 71.3M+ RETURNING.
Web Analytics Fundamentals Presented by Tejaswi, Chandrika, Sunil.
Charlie Kalech Director, J-Town Internet Services Ltd. February 26, 2015.
What is Google Analytics?
Assessment for Success with Institutional Repository Services
MUG Thursday, March 31, 2016.
PIWIK JUNIOR TIDAL ASSOCIATE PROF., WEB SERVICES & MULTIMEDIA LIBRARIAN NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY.
Nominations Submission Template
8 Steps to Facebook Ad Creating & Conversion Tracking Set-up
Introduction With TimeCard users can tag SharePoint events with information that converts them into time sheets. This way they can report.
Sport Clips Google Analytics for Franchisee - June 2017
Enhancing Your Student Recruitment with Google Analytics
Google Analytics Workshop ICEF Toronto May 12th 2016
Nominations Submission Template
Websites & Analytics.
effective and affordable ways to connect with your audience
Text Analysis and Search Analytics
Level up your Google Analytics with Google Tag Manager
Nominations Submission Template
Text Analysis and Search Analytics
Chapter 8 Web Analytics J.P. Allen version
Presentation transcript:

Google Analytics THINH TRUONG (at)BIZZON thinh(at)bizzon.com.vn

Google Analytics Overview Anywhere that’s possible Anytime the site is on air A Google service Analyze the site’s Anyone has a basic knowledge and care about the site AND let’s see

Objectives  Tracking basic  Multi account tracking  Campaign Tracking  Event Tracking  Collection Limits and Quotas  Tips & Tricks  Common use Terms

Tracking basic GA account Simple usage Tips and Definitions Steps to generate GATC

Tracking basic – Generate GATC

 Make sure you choose the right mode for the GATC  Website tracking should choose Website (by default)  Mobile should choose Mobile App, if not, no data will be tracked

Tracking basic - Integrate  Each site has a tracking account like  Old version GATC _gaq.push(['_setAccount', 'UA-XXXXX-Y']); _gaq.push(['_trackPageview']);  Newest version GATC ga('create', 'UA-XXXXX-Y', 'auto'); // auto – means the service will automatically detect the tracking domain ga('send', 'pageview');  The code should be visible before the closing or before the closing tag of the site  Our site tracking will not be reported right away but we have Real-Time report feature

Tracking basic - Integrate How do we track the popup like Sign up success message? Virtual pageviews tracking _gaq.push(['_trackPageview', '/sign-up/call-to-action']) Or ga('set', 'page', '/sign-up/call-to-action'); POPUP PAGE V S

Tracking basic - Verify the tracking  View Page Source (Ctrl + U)

Tracking basic - Verify the tracking  Using Real-Time report

Tracking basic - Report

Tracking basic

Multi account tracking Client have an account and we also have one! Pros: We can also track the site and analyze it along side with our client. Cons: The two accounts will not have consistent reported numbers.

Multi account tracking  The syntax old version _gaq.push(['_setAccount', 'UA-XXXXX-Y']); _gaq.push(['_trackPageview']); _gaq.push(['_setAccount', 'UA-XXXXX-Y']); _gaq.push(['_trackPageview']); Or _gaq.push( ['_setAccount', 'UA-XXXXX-1'], ['_trackPageview'], ['b._setAccount', 'UA-XXXXX-2'], ['b._trackPageview'] );  The syntax newest version ga('create', 'UA-XXXX-Y', 'auto'); ga('create', 'UA ', 'auto', {'name': 'newTracker'}); // New tracker. ga('send', 'pageview'); ga('newTracker.send', 'pageview'); // Send page view for new tracker. Each call will post a request to google service and the account will track that info separately.

Multi account tracking

Campaign Tracking We don’t know where they came from. They came from the same place? They are from as “organic”, “referral” or “direct”

Campaign Tracking The place the customer know about us$$$

Campaign Tracking How does Campaign tracking work?

Campaign Tracking Campaign measurement is performed by adding TAGS to your destination URL tm_campaign=smarttv_p2 ?utm_source=vne &utm_medium=banner &utm_campaign=smarttv_p2

Campaign Tracking Don’t use punctuation like commas, question marks, periods, colons, semicolons, etc in campaign tags.

Campaign Tracking Visiting count is measured in 30 mins session. Each user activity that has a submission to GA the session will be restarted. FACEBOOK or something like that makes Campaign manager frustrated

Campaign Tracking TOOLS

Campaign Tracking  About 24 hours reporting How is Campaign tracking reported?

Campaign Tracking

Facebook GA Campaign tracking  FACEBOOK or something like that makes Campaign manager frustrated  Facebook App will run under IFRAME  All GA TAGs for the campaign will not be passed to the IFRAME by default  The GA service won’t see those campaign TAGs so it don’t know which campaign too.

Facebook GA Campaign tracking GATC manually: ga(‘set', 'campaignName', ‘Attack-Dance-Ad'); ga(‘set', 'campaignSource', ‘Facebook-Ad'); ga(‘set', 'campaignMedium', ‘CPC'); ga(‘send', 'pageview'); Manual campaign tracking for Facebook App URL built for Facbook App: Ex: kvideocontest/fb/index/index/utm_source/Facebook- Ad/utm_medium/CPC/utm_campaign/Attack-Dance-Ad

Facebook CP tracking report  Just the same as the normal campaign report when you set your code properly.

Event Tracking USER BEHAVIOR TRACKING Undertand more about how the site is being used

Event Tracking

Some cases of use: - Hidden content or ajax request - External links - Download resources (PDF, Doc, Brochure, etc) - Video views - Tracking game steps - …. -..

Event Tracking

_trackEvent(category, action, opt_label, opt_value, opt_noninteraction) Or ga('send', 'event', 'category', 'action', 'label', value); // value is a number. Play Or Play  category (required) The name you supply for the group of objects you want to track.  action (required) A string that is uniquely paired with each category, and commonly used to define the type of user interaction for the web object.  label (optional) An optional string to provide additional dimensions to the event data.

Event Tracking Event Report

Event Tracking A game play tracking filter

Event Tracking Events Flow report (Content > Events > Event Flow)

Event Tracking  It's important to keep in mind that any implementation of Event Tracking that automatically executes on page load will result in a zero bounce rate for the page.

Event Tracking

Goal Tracking  What is Goal tracking? Goals are a versatile way to measure how well your site or app fulfills your target objectives Goals let you measure how often users take or complete specific actions. Goals often meet standard business objectives For example: How many users go through all steps of the contest procedure? How many users drop at 3rd step over 5 steps of the game? How many users come from a source campaign and pay for a product?

Goal Tracking – Goal Type There are four types of Goals. Each type is used to measure different kinds of content and actions

Goal vs User flow  Usually, the site or especially the campaign or game has some user flows.  That the cases client often ask to know if their business objectives are met. What should we do make sure all Goal possibly be tracked? - Ask them all the objectives they want to report - Construct the flow the user would take to get the desire objective - Play with GATC to track all possible steps - Set up Goal and test it.

Goal Set up  All the set up introduction is here opic=

Goal Set up

Goal Report  See in the GA report page at Conversion > Goal

Tips & Tricks  Pageview or User/Visitor is lower than we expected As Google will track when page load and measure the information it got likes pageviews, user. Sometime the target objective pageviews or visting users are low The SOLUTION is: Good: - Increase the promotion on the site - Invest in ads and social engagement Bad: - Create a light empty page with GATC contained - Create an iframe code and add it to as many websites as we can :v

Tips & Tricks  Bounce rate is to high than it should be. The more interesting the website is the more user come and interact with or explore. Bounce Rate is the percentage of single-page visits (i.e. visits in which the person left your site from the entrance page without interacting with the page). The SOLUTION is: Good: - Add good “Call to action” (CTA) on entrance page - Engage user with rich content or promotion Bad: - As event tracking we talked above, “Tracking that automatically executes on page load will result in a zero bounce rate for the page” - Place a event tracking call in the page for example: setTimeout(function() {_gaq.push(['_trackEvent', 'view', 'view']);}, 20000); - Keep in mind that don’t let the bounce rate too low

Tips & Tricks  Enable Age, Gender and Interest data  Enable under Property Settings  Change in the GATC ga('require', 'displayfeatures');  View report under Audience > Demographics

Tips & Tricks  Intelligence Events with Custom Alert  The Alert will notify you when it meet the condition set via or sms.

Tips & Tricks  Filter report In a specific case, you want to see some of Dimension or Metric, just use a quick filter right above each report Ex: Hostname, Source, Campaign, Browser, Bounce rate….

Tips & Tricks  Custom Reports Sometime the default reports won’t meet our needs. Then we should do a custom report. Custom report provide us lots of pieces of information that we can gather them to generate a desire reports.

Tips & Tricks  Custom Reports Metrics: is the field number or columns that will show in the report table display as a number type Dimension: is the field or first columns in the report table that indicate the data calculated

Tips & Tricks  Custom Reports Dimension Metrics

Common use Terms  GATC – Google Analytics Tracking Code  Unique Visitor – User (new updated term)  Screen – only use for Mobile data report

Collection Limits and Quotas gajs/limits-quotas

More and more  Custom variables  Web master tool

Objectives  Tracking basic  Multi account tracking  Campaign Tracking  Event Tracking  Collection Limits and Quotas  Tips & Tricks  Common use Terms

THANK YOU !