Group11 proposal

From ISSS608-Visual Analytics and Applications
Revision as of 20:10, 29 February 2020 by Karthikn.2019 (talk | contribs)
Jump to navigation Jump to search
Group 11: Google Analytics - Power Up!

Proposal

Poster

Application

Research Paper


Background

Google Analytics is a suite of analytical tools to provide insights on website access to aid businesses decisions. It allows businesses to profile their website visitors and how they interact with the content. It provides Analytics Intelligence for quick answers to common metrics, numerous online reports on audience, advertising, acquisition, behaviour, conversion and user flow, and data analysis with data filtering, manipulation, segmentation and visualization features. A paid version "Google Analytics 360" provides more advanced eCommerce features on which users are likely to convert to customers and how best to use the marketing dollars.

Motivation

Google Analytics delivers a ton of insights into the users visiting the website. However, the visualizations are limited to line charts, bar charts, pie charts, highlight tables and geo maps. Also, besides the use of totals, averages and proportions, there is no available statistical analysis and inference of the data. One possible reason for such approach could be due to the mass target audience nature of the tool, as it could be difficult to make advanced visualizations and statistical analysis easily understood by the common users.

The third motivation stamps from the fact that Google Analytics is a hugely popular tool with good data management capabilities. This allows further analysis and visualization of the data outside the platform and in a repeatable manner that may have practical benefits.

Fig1: GA Audience Overview with metrics and basic pie chart
Fig2: GA Audience insights

Project Objectives

The project aims to deliver a R-Shiny app that provides:

  1. better interactivity in user interface design;
  2. visualization of key audience, behaviour and performance insights;
  3. statistical analysis and inferences on key audience, behaviour and performance data; and
  4. workflow for the export and import of Google Analytics data.

Proposed Scope and Methodology

  1. Analysis of Google Analytics schema to understand the data structure, metadata and table relationships
  2. Analysis of Google Analytics data management features to support export of data
  3. Analysis of R data management features and packages to support import of data
  4. Sourcing of sample data for analysis and testing
  5. Analysis of existing Google Analytics features and shortfalls for enhancements
  6. Design of enhanced UI, visualizations, statistical analysis and workflow
  7. R-Shiny app development and testing
  8. Demonstration of R-Shiny app
  9. Pilot run with live data

Project Timeline

Challenging...

  • limited statistics knowledge
  • limited R knowledge
  • difficult dataset

Visualisation Features

  • calendar view - overview to detect any yearly, monthly, weekly, daily, hourly patterns
  • cycle plot - analysis of trend and cyclical patterns
  • visitor/customer segmentation - k-means and/or LCA clustering

Data Source & Preparation

In September 2019, Google BigQuery published a Google Analytics sample with twelve months (Aug 2016 to Aug 2017) of obfuscated Google Analytics 360 data on the Google Merchandise Store, a real ecommerce store that sells Google-branded merchandise. The data is typical of what an ecommerce website would see and includes the following information:

  • Traffic source data: information about where website visitors originate, including data about organic traffic, paid search traffic, and display traffic
  • Content data: information about the behaviour of users on the site, such as URLs of pages that visitors look at, how they interact with content, etc.
  • Transactional data: information about the transactions on the Google Merchandise Store website.

However, data for some fields is obfuscated, such as fullVisitorId, or removed such as clientId, adWordsClickInfo and geoNetwork. “Not available in demo dataset” will be returned for STRING values and “null” will be returned for INTEGER values when querying the fields containing no data.

The dataset is huge with a daily rate of approximately 25MB for 1,500 sessions and 40,000 detailed records. It can be exported to AVRO or JSON formats.

Software Tools

R Packages

Team Members

  • LI Junyi Darren
  • Muhammad Jufri Bin RAMLI
  • TEO Lip Peng Raymond

References