Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tracking the Untrackable with Google Analytics

Tracking the Untrackable with Google Analytics

I went with presentation style of big picture/less words and talked over it. To give you some context here is the main idea of the presentation:

There is still too much guessing that goes into online marketing and I'm tired of averaging lead values. I want to know exactly what the value is that I bring a client. Once we do that we can find the right customers that will bring you the most value of their customer lifetime. In the past there was a separation between online and offline, but not anymore. The new GA is built to take information from other systems.

Nico Miceli

March 18, 2014
Tweet

Other Decks in Business

Transcript

  1. © 2014 SEER Interactive | All Rights Reserved I work

    at SEER Interactive @NicoMiceli @SEERInteractive
  2. © 2014 SEER Interactive | All Rights Reserved The Layout

    The Idea The Technology The Usages @NicoMiceli
  3. Harper Reed @Harper • CTO of Obama For America •

    CTO of Threadless Check him out: HarperReed.com @NicoMiceli
  4. © 2014 SEER Interactive | All Rights Reserved Story time

    • Lets go over a story about how someone thought differently @NicoMiceli
  5. © 2014 SEER Interactive | All Rights Reserved The problem

    @NicoMiceli (One of) The Problem(s): Lots of Siloed Information Lots of Information! Needed to paint the big picture
  6. © 2014 SEER Interactive | All Rights Reserved Find the

    Right People Generate Money Generate Volunteers Generate Votes @NicoMiceli
  7. © 2014 SEER Interactive | All Rights Reserved Moral of

    the story is… They needed to know which customers citizens will spend donate the most money/time @NicoMiceli We know data is important More data connections = better picture.
  8. © 2014 SEER Interactive | All Rights Reserved • “Customer

    centricity means that you’re going to be friendly, provide good service and develop new products and services for the special focal customers — the ones who provide a lot of value for you — but not necessarily for the other ones. You need to pick and choose. Some customers deserve the special treatment…” Peter Fader | @faderp Professor of Marketing Wharton School, University of Pennsylvania Co-Director of Wharton Customer Analytics Initiative The Customer Centric Approach whr.tn/1iht55O @NicoMiceli
  9. © 2014 SEER Interactive | All Rights Reserved GA &

    Customer Centricity “Google Analytics is becoming user or customer centric rather than visit centric.” Justin Cutroni Analytics Evangelist, Google Inc. @NicoMiceli
  10. Seer has evernts and I want to do soemthing interseting

    track booze image SEER Does Events @NicoMiceli
  11. “We used a raspberry pi to track trips to the

    keg at #searchchurch in Google analytics pic.twitter.com/tr9XLMSRRD by @NicoMiceli” - @wilreynolds seer.is/physicalanalytics seer.is/physicalanalytics @NicoMiceli
  12. © 2014 SEER Interactive | All Rights Reserved In Real

    time • [Real time slide image] @NicoMiceli
  13. © 2014 SEER Interactive | All Rights Reserved Back to

    the customer Yes No User ID No personally identifiable information Client ID www.google-analytics.com/collect? v=1 &tid=UA-XXXX-Y &cid=123 &t=pageview &dp=/subpage Meet Aaron! Does Aaron Login? @NicoMiceli @bigalittlea
  14. © 2014 SEER Interactive | All Rights Reserved Back to

    the Customer • Cookies • Encoded barcodes • Vanity URLs • URL campaign parameters • Exclusive pages • Logins • Coupons Make the connection @NicoMiceli
  15. © 2014 SEER Interactive | All Rights Reserved Conference Go

    to Site Buy Ticket Show up at conference Go to presentations Go to Lunch Go to Expo Talk to vendors Fill out feedback review Get Discount Code for next year Client ID Example @NicoMiceli
  16. © 2014 SEER Interactive | All Rights Reserved Go to

    Site Buy Ticket Show up at conference Go to presentations Go to Lunch Go to Expo Talk to vendors Fill out feedback review Buy Ticket for Next Conference Conference Cookie Aaron Goal 1 Goal 2 Goal 4 Goal 3 Goal 5 Send client id to DB Pick up ticket Client ID Example @NicoMiceli
  17. © 2014 SEER Interactive | All Rights Reserved Go to

    Site Buy Ticket Show up at conference Go to presentations Go to Lunch Go to Expo Talk to vendors Fill out feedback review Buy Ticket for Next Conference Conference Goal 1 Goal 2 Goal 4 Goal 3 Goal 5 Send client id to DB Pick up ticket Conference Example @NicoMiceli
  18. © 2014 SEER Interactive | All Rights Reserved SoftCorp Inc.

    Meet at Conference Get Free Demo Talk to Sales Rep 2nd meeting Test Software Buys! Signs $1MM contract Client ID example @NicoMiceli Goal 1 Report on average close rate
  19. © 2014 SEER Interactive | All Rights Reserved SoftCorp Inc.

    Meet at Conference Get Free Demo Talk to Sales Rep Set up meeting Test Software Buys! Goal 2 Goal 4 + Final Value Goal 3 Lead Qualified Lead 90% Closed Signs $1MM contract @NicoMiceli Goal 1 Report on average close rate Client ID example
  20. © 2014 SEER Interactive | All Rights Reserved User ID

    Example Get Email Go to eComm.com Log in to get coupon Print Out Coupon Go to the eComm Store Spend coupon + $100 @NicoMiceli Client ID example
  21. © 2014 SEER Interactive | All Rights Reserved eComm.com Coupons

    Get Email Go to eComm.com Log in to get coupon Print Out Coupon Go to the eComm Store Spend coupon + $100 @NicoMiceli UserID Client ID example UserID
  22. © 2014 SEER Interactive | All Rights Reserved User ID

    Example @NicoMiceli We can analyze our data Source http://www.fxx.com/sunny
  23. © 2014 SEER Interactive | All Rights Reserved All the

    Code for Keg Tracker import time import urllib2 import RPi.GPIO as io io.setmode(io.BCM) pir_pin = 18 io.setup(pir_pin, io.IN def hitGA(): urllib2.urlopen("http://www.google- analytics.com/collect?v=1&tid=UA-XXXXXX- Y&cid=1111&t=event&ec=Movement&ea=livingRoom&el=desk").close while True: if io.input(pir_pin): hitGA() It’s cool if you don’t get this
  24. I Challenge You! Rethink the interactions you have with your

    customers @NicoMiceli Image credit: timmacpherson.com
  25. © 2014 SEER Interactive | All Rights Reserved Don’t take

    my word on it Justin’s example: Universal lets you look at lift ticket sales, food, & even popular slopes on a customer level Read his post: seer.is/Hy99Lk @NicoMiceli