Coder Social home page Coder Social logo

gtm-ecommerce-platforms's Introduction

What's this about?

My central repository for the analytics tools I use, references I rely on and code snippits that save me hours of time. Feel free to use and contribute.

I will help with any issues that are submitted. Problems that are specific to your site or campaign verge on being client work. If it's custom for you, you can choose to me. If it's generic for everyone, I'll help in my space time.

Enjoy!

Terminology

TBC โ€” There is plenty to describe here.

Platforms

Google Tag Manager

Google Tag Manager is a powerful tool for managing javascript functions that are 'injected' into the web page, instead of 'scripted' into the source code. Whilst the discussion for the good vs evil of using a tag manager can be left behind, when used properly, GTM provides a level of flexibility that is exceptional from an analytics perspective.

Segment.com

Segment is the most transformative innovation in analytics since Google Analytics appeared. You can read more about them on the website but here are the key points:

  • Write a single analytics call such as analytics.track(user) and this will send the data to hundreds of integrations you have enabled in the Segment console. This can include Google Analytics, Intercom, Mixpanel, Kissmetrics etc.
  • Use a data warehouse for hosting the raw data from your site analytics fee. This allows a granularity of insight that has never been available unless you build your own analytics platform.
  • The tool is free if you have under 50,000 events per month and don't require more advanced integrations. Hook this up to a Postgres database and you can ask questions of your own data.

Google Analytics

Who doesn't use Google Analytics? As it's typically the core of most web analytics, it makes sense to address how GA fits in your overal analytics strategy.

PostgreSQL via Amazon RDS or Heroku

PostgreSQL has quickly become my favourite relational database. I think Derrek Sivers summed it up most eloquently here and his Github repo is here.

Aside from a local implimentation, I've traditionally used Amazon RDS for its ease of setup. However I've more recently found Heroku to be supidly simple.

It's important to note that the great thing about Postgres is that there are many similarities with the Amazon Petabyte-scale Redshift. If you're dealing with lots of data, you will outgrow Postgres and need to fork out the $250+ per month for a Redshift instance.

Chartio

How do you visualise data? Whilst tools range from the free Google Analytics dashboard through to paid alternatives such as Tableau, my favourite by far is Chartio.

Other cool options which I don't use are:

  • [Looker]
  • [JackDB]
  • [Mode]
  • [Periscope]

What I love about Chartio is:

  • you can use their visual editor or write SQL for queries (or as I sometimes do, use both)
  • create different queries as layers and join them together
  • connect any database as a data source and join this to Google Analytics data
  • schedule updates to your queries and exports to email as CSV or PDFs

Overall it's an impressive yet simple tool. Unlike the complicated Tableau, they focus on elegant design and power under the hood.

Technology used

This is the same tech stack I use for my consulting clients. Everything here is the 'source code' of how I run my Analytics as a Service (no acronym needed) practice.

Specific guides

Shopify Guide

Squarespace Guide โ€” TBC

Need help?

Feel free to email me at [email protected] (redirects to my personal email)

gtm-ecommerce-platforms's People

Watchers

Doug Ramsay avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.