SlideShare a Scribd company logo
1 of 38
WordPress	
  Developers	
  &	
  Analy2cs	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Do	
  You	
  Track	
  Hits?	
  
Or	
  Behavior?	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Behavior	
  MaBers	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Analy2cs	
  Should	
  Go	
  Beyond	
  Hits	
  
•  Default	
  code	
  tracks	
  pageviews	
  
•  Customiza2on	
  requires	
  knowledge	
  of	
  JavaScript,	
  regex,	
  and	
  
implementa2on	
  
•  E-­‐commerce	
  tracking	
  
•  Behavioral	
  tracking/Events	
  
•  Customizing	
  data	
  collec:on	
  for	
  web	
  and	
  mobile	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Easy	
  Ways	
  To	
  Screw	
  Up	
  Measurement	
  
•  Use	
  the	
  wrong	
  code/implementa:on	
  
•  Put	
  your	
  code	
  in	
  the	
  wrong	
  place	
  
•  Duplicate	
  analy:cs	
  code	
  on	
  pages	
  
•  Limit	
  ability	
  to	
  add	
  tags	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Don’t	
  Screw	
  Up	
  Measurement	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Here’s	
  How:	
  
1.  Know	
  Your	
  Analy2cs	
  Version	
  
2.  Upgrade	
  Wisely	
  
3.  Set	
  Up	
  Access	
  Appropriately	
  
4.  Put	
  the	
  Code	
  Where	
  It	
  Belongs	
  
5.  Simplify	
  Tag	
  Management	
  
6.  Track	
  Behavior	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Know	
  Your	
  Analy2cs	
  Version	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Google	
  Analy2cs	
  Versioning	
  
Universal	
  Analy2cs	
  is	
  the	
  upgrade	
  path	
  
for	
  Google	
  Analy2cs.	
  
•  Brought	
  out	
  of	
  Beta	
  on	
  April	
  2,	
  2014	
  
•  Offers	
  feature	
  parity	
  with	
  Classic	
  
Analy:cs,	
  with	
  more	
  customiza:on	
  
possible	
  
•  Uses	
  new	
  library	
  (analy:cs.js	
  vs.	
  ga.js)	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Universal	
  vs.	
  Classic	
  Code	
  
Classic	
  Code:	
  
	
  
<script	
  type="text/javascript">	
  
	
  
	
  	
  var	
  _gaq	
  =	
  _gaq	
  ||	
  [];	
  
	
  	
  _gaq.push(['_setAccount',	
  'UA-­‐XXXXXXXX-­‐1']);	
  
	
  	
  _gaq.push(['_trackPageview']);	
  
	
  
	
  	
  (func:on()	
  {	
  
	
  	
  	
  	
  var	
  ga	
  =	
  document.createElement('script');	
  ga.type	
  =	
  
'text/javascript';	
  ga.async	
  =	
  true;	
  
	
  	
  	
  	
  ga.src	
  =	
  ('h^ps:'	
  ==	
  document.loca:on.protocol	
  ?	
  
'h^ps://ssl'	
  :	
  'h^p://www')	
  +	
  '.google-­‐analy:cs.com/
ga.js';	
  
	
  	
  	
  	
  var	
  s	
  =	
  document.getElementsByTagName('script')[0];	
  
s.parentNode.insertBefore(ga,	
  s);	
  
	
  	
  })();	
  
	
  
</script>	
  
Universal	
  Code:	
  
	
  
<script>	
  
	
  	
  (func:on(i,s,o,g,r,a,m)
{i['GoogleAnaly:csObject']=r;i[r]=i[r]||
func:on(){	
  
	
  	
  (i[r].q=i[r].q||
[]).push(arguments)},i[r].l=1*new	
  
Date();a=s.createElement(o),	
  
	
  	
  m=s.getElementsByTagName(o)
[0];a.async=1;a.src=g;m.parentNode.insertBef
ore(a,m)	
  
	
  	
  })(window,document,'script','//www.google-­‐
analy:cs.com/analy:cs.js','ga');	
  
	
  
	
  	
  ga('create',	
  'UA-­‐XXXXXXX-­‐X',	
  ’domain.com');	
  
	
  	
  ga('send',	
  'pageview');	
  
	
  
</script>	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Other	
  Differences	
  –	
  Universal	
  &	
  Classic	
  
Improvements	
  offered	
  in	
  Universal	
  Analy2cs:	
  
•  Timeout	
  Handling:	
  In	
  Universal,	
  you	
  can	
  more	
  easily	
  make	
  GA	
  
session	
  expira:ons	
  match	
  site	
  seings.	
  
•  Custom	
  Search	
  Engines:	
  Add	
  search	
  engines	
  you	
  want	
  to	
  count	
  as	
  
organic	
  traffic	
  in	
  the	
  UA	
  console.	
  
•  Referral	
  Exclusions:	
  Exclude	
  traffic	
  referring	
  from	
  third-­‐party	
  
processes	
  via	
  the	
  analy:cs.js	
  tracking	
  code.	
  
•  Enhanced	
  Link	
  ABribu2on:	
  Improves	
  accuracy	
  of	
  in-­‐page	
  analy:cs	
  
by	
  automa:cally	
  differen:a:ng	
  between	
  mul:ple	
  links	
  to	
  the	
  
same	
  URL	
  on	
  a	
  single	
  page	
  by	
  using	
  link	
  element	
  IDs.	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Upgrade	
  Wisely	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Classic?	
  Universal?	
  	
  	
  
•  New	
  accounts	
  will	
  eventually	
  need	
  to	
  be	
  Universal,	
  but	
  op:on	
  for	
  
classic	
  s:ll	
  exists.	
  
•  If	
  site	
  is	
  using	
  AdSense,	
  Display	
  Adver:sing	
  Integra:on	
  or	
  
Remarke:ng	
  Integra:on,	
  consider	
  wai:ng.	
  
•  If	
  the	
  site	
  will	
  require	
  cross-­‐domain	
  or	
  subdomain	
  tracking,	
  
Universal	
  is	
  easier	
  to	
  manage.	
  
•  If	
  you	
  want	
  to	
  track	
  user	
  behaviors,	
  Universal	
  offers	
  easier	
  user	
  
behavior	
  tracking	
  (events)	
  and	
  greater	
  customiza:on.	
  
•  Many	
  WordPress	
  Plug-­‐ins	
  do	
  not	
  have	
  established	
  compa:bility	
  
with	
  Universal	
  analy:cs,	
  including	
  the	
  super-­‐popular	
  Yoast	
  series.	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Upgrade	
  Process	
  
1.  Sign	
  into	
  Google	
  Analy:cs.	
  From	
  Admin	
  page,	
  select	
  the	
  account	
  
and	
  property	
  you	
  want	
  to	
  upgrade.	
  
2.  In	
  the	
  property	
  column,	
  click	
  Universal	
  Analy:cs	
  Upgrade.	
  
3.  In	
  the	
  sec:on	
  called	
  Transfer	
  to	
  Universal	
  Analy:cs,	
  click	
  
Transfer.	
  Follow	
  instruc:ons.	
  
4.  Allow	
  24-­‐48	
  hours	
  for	
  transfer	
  to	
  finish.	
  Comple:on	
  will	
  be	
  noted	
  
in	
  the	
  account.	
  
5.  Modify	
  tracking	
  code	
  on	
  web	
  site.	
  Be	
  sure	
  to	
  remove	
  all	
  
instances	
  of	
  ga.js!	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Upgrade	
  Process	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Set	
  Up	
  Access	
  Appropriately	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Setup	
  &	
  Access	
  
DO:	
  
•  Use	
  exis:ng	
  GA	
  account	
  if	
  possible	
  
•  Ensure	
  each	
  new	
  client	
  is	
  set	
  up	
  as	
  an	
  Account	
  in	
  Google	
  Analy:cs	
  
–	
  not	
  a	
  property	
  under	
  your	
  agency/personal/whatever	
  
•  Add	
  users	
  (including	
  yourself)	
  via	
  User	
  Management	
  
	
  
DON’T:	
  
•  Set	
  up	
  only	
  on	
  your	
  own	
  or	
  a	
  personal	
  e-­‐mail	
  
•  Give	
  everyone	
  and	
  their	
  brother	
  Admin	
  access	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Google	
  Analy2cs:	
  Account	
  Structure	
  
Account:	
  
Who	
  is	
  the	
  client?	
  
Property:	
  
What’s	
  their	
  URL?	
  
View:	
  
Repor2ng	
  Filters	
  &	
  Func2ons	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Access	
  Levels	
  
Not	
  everyone	
  
needs	
  
Manage/Edit	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Put	
  Your	
  Code	
  Where	
  It	
  Belongs	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Placement	
  MaBers	
  
Most	
  Analy2cs	
  operates	
  using	
  JavaScript:	
  
•  Poorly	
  formed	
  JavaScript	
  can	
  cause	
  any	
  later	
  js	
  not	
  to	
  fire.	
  
•  If	
  analy:cs	
  code	
  does	
  not	
  fire,	
  traffic	
  is	
  not	
  tracked.	
  
•  If	
  a	
  user	
  leaves	
  the	
  page	
  quickly,	
  a	
  heavy	
  body	
  will	
  prevent	
  the	
  firing	
  of	
  
code	
  in	
  the	
  footer.	
  
•  If	
  a	
  Google	
  Analy:cs	
  property	
  code	
  fires	
  twice,	
  tracking	
  is	
  inaccurate.	
  
Ac2ons:	
  
•  Debug	
  your	
  JavaScript.	
  
•  Ensure	
  analy:cs	
  code	
  loads	
  in	
  header	
  or	
  via	
  an	
  approved	
  tag	
  container.	
  
•  Ensure	
  Google	
  Analy:cs	
  property	
  code	
  appears	
  only	
  once.	
  
(UA-­‐8794982-­‐1	
  and	
  UA-­‐8794982-­‐2	
  are	
  unique	
  property	
  codes).	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Simplify	
  Tag	
  Management	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Tags:	
  Not	
  JUST	
  Google	
  Analy2cs!	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Tag	
  Containers	
  
Container	
  tags	
  are	
  tags	
  that	
  you	
  place	
  on	
  your	
  site	
  that	
  allow	
  one	
  
tag	
  to	
  trigger	
  many	
  other	
  tags.	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Tag	
  Containers	
  
Tag	
  containers	
  generate	
  one	
  code	
  to	
  fire	
  all	
  of	
  the	
  marketers’	
  
pixels	
  and	
  hoo-­‐hoo:	
  
	
  
<!-­‐-­‐	
  Google	
  Tag	
  Manager	
  -­‐-­‐>	
  
<noscript><iframe	
  src="//www.googletagmanager.com/ns.html?id=GTM-­‐
PQT5KQ"	
  
height="0"	
  width="0"	
  style="display:none;visibility:hidden"></iframe></
noscript>	
  
<script>(func:on(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':	
  
new	
  Date().getTime(),event:'gtm.js'});var	
  f=d.getElementsByTagName(s)[0],	
  
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=	
  
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);	
  
})(window,document,'script','dataLayer','GTM-­‐PQT5KQ');</script>	
  
<!-­‐-­‐	
  End	
  Google	
  Tag	
  Manager	
  -­‐-­‐>	
  
	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Google	
  Tag	
  Manager	
  
hBps://www.google.com/tagmanager	
  
•  Uses	
  a	
  single	
  tag	
  a|er	
  open	
  <body>	
  tag	
  
•  Allows	
  for	
  rule-­‐driven	
  management	
  of	
  all	
  tags	
  on	
  a	
  page-­‐specific	
  
basis	
  via	
  GTM	
  interface	
  	
  
•  Keeps	
  agencies	
  OUT	
  of	
  your	
  code/theme	
  files	
  
•  Fires	
  tags	
  asynchronously	
  
•  Offers	
  debug	
  op:ons	
  and	
  version	
  control	
  
•  Works	
  with	
  both	
  Classic	
  and	
  Universal	
  Analy:cs	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Google	
  Tag	
  Manager:	
  Caveats	
  
•  Current	
  Plug-­‐ins:	
  Have	
  issues.	
  
•  Most	
  plug-­‐ins	
  inject	
  in	
  wrong	
  spot	
  unless	
  you	
  hack	
  the	
  plug-­‐in.	
  
Test	
  before	
  commiing	
  to	
  a	
  plug-­‐in.	
  
•  In	
  absence	
  of	
  a	
  plug-­‐in…	
  may	
  have	
  to	
  :e	
  to	
  a	
  theme	
  via	
  the	
  
header.php	
  tag.	
  Add	
  code	
  a|er	
  <body>.	
  
•  Duplica2ng	
  Code:	
  Either	
  put	
  Google	
  Analy:cs	
  in	
  GTM,	
  or	
  in	
  
another	
  plug-­‐in	
  container.	
  Not	
  both!	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Alternate	
  Tag	
  Management	
  Tools	
  
•  Qubit	
  –	
  free	
  for	
  up	
  to	
  1MM	
  server	
  calls/monthly.	
  Uses	
  W3C	
  open	
  
data	
  standard.	
  WordPress	
  Plugin	
  available.	
  
•  Storm	
  Tag	
  Manager	
  –	
  free	
  on	
  Storm	
  CDN	
  for	
  sites	
  with	
  less	
  than	
  
5M	
  page	
  views	
  per	
  month;	
  pricey	
  unless	
  you	
  self-­‐host	
  above	
  5M.	
  
No	
  Plugin	
  available.	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Track	
  Behavior	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
What	
  is	
  Event	
  Tracking?	
  
Events	
  are	
  user	
  interac:ons	
  with	
  content	
  that	
  can	
  be	
  tracked	
  
independently	
  from	
  a	
  web	
  page	
  or	
  a	
  screen	
  load.	
  Downloads,	
  
mobile	
  ad	
  clicks,	
  gadgets,	
  Flash	
  elements,	
  AJAX	
  embedded	
  
elements	
  and	
  file	
  downloads	
  are	
  all	
  examples	
  of	
  ac:ons	
  you	
  
might	
  want	
  to	
  track	
  as	
  Events.	
  
tl:dr:	
  Event	
  tracking	
  tracks	
  
behaviors	
  not	
  page	
  views.	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Implementa2on:	
  
•  Determine	
  elements	
  for	
  which	
  you	
  want	
  to	
  track	
  behavioral	
  data	
  
•  Knowing	
  what	
  you	
  want	
  to	
  track	
  helps	
  name	
  and	
  scale	
  your	
  
structure	
  (categories,	
  actual	
  ac:ons	
  and	
  labels)	
  
•  Plan	
  Event	
  Tracking	
  repor2ng	
  with	
  your	
  user(s)	
  
•  Allows	
  to	
  create	
  meaningful	
  names	
  in	
  category	
  and	
  event	
  calls	
  
•  Adopt	
  clear	
  naming	
  conven2ons	
  
•  Your	
  variable	
  names	
  for	
  categories,	
  ac:ons	
  &	
  labels	
  will	
  appear	
  
in	
  repor:ng;	
  category/ac:on	
  pairs	
  are	
  unique	
  elements	
  in	
  
sta:s:cs	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Event	
  Tracking:	
  Event	
  Listeners	
  
Clicks	
  on	
  Links:	
  
1.  Add	
  a	
  tag	
  of	
  type	
  Event	
  Listener	
  >	
  Link	
  Click	
  Listener	
  in	
  GTM.	
  Name	
  it	
  “Link	
  Click	
  
Listener.”	
  Add	
  firing	
  rule	
  of	
  “All	
  Pages.”	
  
2.  Add	
  a	
  rule	
  for	
  each	
  link	
  you	
  want	
  to	
  track.	
  For	
  instance,	
  for	
  a	
  click	
  on	
  
h^p://streets.mn/contact,	
  rule	
  would	
  be	
  “Contact	
  Clicks”	
  and	
  the	
  condi:ons	
  would	
  
be:	
  
{{event}}	
  equals	
  gtm.linkclick	
  
{{element	
  url}}	
  contains	
  contact	
  
3.  For	
  each	
  link,	
  add	
  an	
  Analy:cs	
  event	
  tracking	
  tag	
  ((Type:	
  Classic	
  or	
  Universal	
  
Analy8cs;	
  Track	
  Type	
  of	
  Event)	
  and	
  name	
  it	
  a|er	
  the	
  link	
  you	
  are	
  tracking	
  (“Analy:cs	
  
Event	
  –	
  Contact”).	
  Add	
  the	
  rule	
  you	
  created	
  in	
  #2	
  as	
  the	
  firing	
  rule.	
  Enter	
  a	
  Category,	
  
Ac:on	
  and	
  Label	
  for	
  each	
  event.	
  
•  Category	
  “Nav”	
  
•  Ac:on	
  “Select”	
  
•  Label:	
  “Contact”	
  
4.  Save	
  a	
  version	
  of	
  tag	
  container	
  and	
  publish	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Event	
  Tracking:	
  Event	
  Listeners	
  
Form	
  Submits:	
  
1.  Add	
  a	
  tag	
  of	
  type	
  Event	
  Listener	
  >	
  Form	
  Submit	
  Listener	
  in	
  GTM.	
  Name	
  
it	
  “Form	
  Submit	
  Listener.”	
  Add	
  firing	
  rule	
  for	
  page	
  from	
  which	
  form	
  
submits.	
  
2.  Add	
  a	
  rule	
  (name	
  it	
  “Form	
  Submit”	
  or	
  for	
  specific	
  form)	
  with	
  the	
  
following	
  condi:on:	
  
{{event}}	
  equals	
  gtm.formSubmit	
  
3.  Add	
  an	
  Analy:cs	
  event	
  tracking	
  tag	
  (Type:	
  Classic	
  or	
  Universal	
  Analy8cs;	
  
Track	
  Type	
  of	
  Event).	
  Add	
  the	
  rule	
  you	
  created	
  in	
  #2	
  as	
  the	
  firing	
  rule.	
  
Enter	
  a	
  Category,	
  Ac:on	
  and	
  Label	
  for	
  each	
  event.	
  
•  Category	
  “Form”	
  
•  Ac:on	
  “Submit”	
  
•  Label:	
  “Lead	
  Gen”	
  
4.  Save	
  a	
  version	
  of	
  tag	
  container	
  and	
  publish	
  
	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Behavior.	
  
Not	
  Hits.	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Learn	
  More	
  Measurement:	
  
This	
  Presenta2on:	
  
•  SlideShare:	
  h^p://www.slideshare.net/JulieKosbab	
  
	
  
Google	
  Analy2cs	
  (General):	
  
•  Google	
  Analy2cs	
  Developer	
  Guides:	
  h^ps://developers.google.com/analy:cs/devguides/	
  
•  Google	
  Analy2cs	
  Academy:	
  h^ps://analy:csacademy.withgoogle.com/explorer	
  
•  Google	
  Analy2cs	
  Solu2ons	
  Gallery:	
  h^ps://www.google.com/analy:cs/gallery	
  
	
  
Implement	
  Universal	
  Analy2cs:	
  
•  Upgrading	
  to	
  Universal	
  Analy2cs:	
  
h^ps://developers.google.com/analy:cs/devguides/collec:on/upgrade/	
  
•  Event	
  Tracking	
  in	
  Universal	
  Analy2cs:	
  	
  
h^ps://developers.google.com/analy:cs/devguides/collec:on/analy:csjs/events	
  
	
  
Discover	
  Tag	
  Managers:	
  
•  Google	
  Tag	
  Manager:	
  h^ps://www.google.com/tagmanager	
  
•  Qubit:	
  h^p://www.qubitproducts.com/tag-­‐management	
  
•  Storm:	
  h^p://tagmanager.dc-­‐storm.com/	
  	
  
	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Measure	
  Without	
  Google	
  Analy2cs	
  
•  Jetpack	
  –	
  WordPress	
  offering.	
  Simple	
  analy:cs	
  package.	
  
•  Clicky	
  –	
  Real-­‐:me	
  analy:cs	
  tool	
  with	
  behavioral	
  tracking	
  and	
  
heatmaps.	
  	
  
•  Mint	
  –	
  Self-­‐hosted	
  analy:cs	
  package.	
  For	
  those	
  	
  
who	
  crave	
  total	
  data	
  control.	
  
•  Woopra	
  –	
  Offers	
  standard	
  analy:cs	
  +	
  	
  
customer	
  profiling	
  and	
  funnel	
  and	
  reten:on	
  	
  
repor:ng.	
  
•  Piwik	
  –	
  Open-­‐source,	
  self-­‐hosted	
  analy:cs	
  	
  
pla‚orm.	
  	
  
Click	
  to	
  edit	
  Master	
  text	
  styles	
  
Second	
  level	
  
WordCamp	
  Minneapolis	
  2014	
   @betweensta8ons	
  
Ques2ons?	
  

More Related Content

What's hot

Server Side Rendering of JavaScript in PHP
Server Side Rendering of JavaScript in PHPServer Side Rendering of JavaScript in PHP
Server Side Rendering of JavaScript in PHPIgnacio Martín
 
Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018Bastian Grimm
 
Migration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on AirMigration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on AirBastian Grimm
 
The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018Bastian Grimm
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersDistilled
 
Migration Best Practices - SMX London 2018
Migration Best Practices - SMX London 2018Migration Best Practices - SMX London 2018
Migration Best Practices - SMX London 2018Bastian Grimm
 
Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...
Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...
Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...DeepCrawl
 
Build Better Responsive websites. Hrvoje Jurišić
Build Better Responsive websites. Hrvoje JurišićBuild Better Responsive websites. Hrvoje Jurišić
Build Better Responsive websites. Hrvoje JurišićMeetMagentoNY2014
 
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick StoxSMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stoxpatrickstox
 
OK Google, Whats next? - OMT Wiesbaden 2018
OK Google, Whats next? - OMT Wiesbaden 2018OK Google, Whats next? - OMT Wiesbaden 2018
OK Google, Whats next? - OMT Wiesbaden 2018Bastian Grimm
 
Hey Googlebot, did you cache that ?
Hey Googlebot, did you cache that ?Hey Googlebot, did you cache that ?
Hey Googlebot, did you cache that ?Petra Kis-Herczegh
 
DeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the EdgeDeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the EdgeDan Taylor
 
Migration Best-Practices: Successfully re-launching your website - SMX New Yo...
Migration Best-Practices: Successfully re-launching your website - SMX New Yo...Migration Best-Practices: Successfully re-launching your website - SMX New Yo...
Migration Best-Practices: Successfully re-launching your website - SMX New Yo...Bastian Grimm
 
Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Bastian Grimm
 
Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019Bastian Grimm
 
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 201210 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 2012Bastian Grimm
 
Welcome to a new reality - DeepCrawl Webinar 2018
Welcome to a new reality - DeepCrawl Webinar 2018Welcome to a new reality - DeepCrawl Webinar 2018
Welcome to a new reality - DeepCrawl Webinar 2018Bastian Grimm
 
Implementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerImplementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerEoghan Henn
 

What's hot (20)

Server Side Rendering of JavaScript in PHP
Server Side Rendering of JavaScript in PHPServer Side Rendering of JavaScript in PHP
Server Side Rendering of JavaScript in PHP
 
Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018
 
Migration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on AirMigration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on Air
 
The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
 
Migration Best Practices - SMX London 2018
Migration Best Practices - SMX London 2018Migration Best Practices - SMX London 2018
Migration Best Practices - SMX London 2018
 
Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...
Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...
Cut The Crap: Running Content Audits With Crawlers - Sam Marsden, Technical S...
 
Build Better Responsive websites. Hrvoje Jurišić
Build Better Responsive websites. Hrvoje JurišićBuild Better Responsive websites. Hrvoje Jurišić
Build Better Responsive websites. Hrvoje Jurišić
 
HTML 5
HTML 5HTML 5
HTML 5
 
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick StoxSMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
 
GWT
GWTGWT
GWT
 
OK Google, Whats next? - OMT Wiesbaden 2018
OK Google, Whats next? - OMT Wiesbaden 2018OK Google, Whats next? - OMT Wiesbaden 2018
OK Google, Whats next? - OMT Wiesbaden 2018
 
Hey Googlebot, did you cache that ?
Hey Googlebot, did you cache that ?Hey Googlebot, did you cache that ?
Hey Googlebot, did you cache that ?
 
DeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the EdgeDeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the Edge
 
Migration Best-Practices: Successfully re-launching your website - SMX New Yo...
Migration Best-Practices: Successfully re-launching your website - SMX New Yo...Migration Best-Practices: Successfully re-launching your website - SMX New Yo...
Migration Best-Practices: Successfully re-launching your website - SMX New Yo...
 
Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018
 
Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019
 
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 201210 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
 
Welcome to a new reality - DeepCrawl Webinar 2018
Welcome to a new reality - DeepCrawl Webinar 2018Welcome to a new reality - DeepCrawl Webinar 2018
Welcome to a new reality - DeepCrawl Webinar 2018
 
Implementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerImplementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag Manager
 

Viewers also liked

Certification workshop becoming a power user
Certification workshop   becoming a power userCertification workshop   becoming a power user
Certification workshop becoming a power usermpopielarski
 
Pitch Deck Template for startups
Pitch Deck Template for startupsPitch Deck Template for startups
Pitch Deck Template for startupsShanti Patel
 
Universidad de Guayaquil Facultad de Odontología
Universidad de Guayaquil Facultad de Odontología Universidad de Guayaquil Facultad de Odontología
Universidad de Guayaquil Facultad de Odontología Daniela Henríquez Morán
 
Predictive Policing Rienks
Predictive Policing RienksPredictive Policing Rienks
Predictive Policing RienksRutger Rienks
 
Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...
Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...
Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...Tien Thao
 
درس عمل عجة فرنسية
درس عمل عجة فرنسيةدرس عمل عجة فرنسية
درس عمل عجة فرنسيةOnlylaki Laki
 
كيف أكون إنسان منتج؟
كيف أكون إنسان منتج؟كيف أكون إنسان منتج؟
كيف أكون إنسان منتج؟Onlylaki Laki
 
DI GROW 2015 - Pupuk Organik
DI GROW 2015 - Pupuk OrganikDI GROW 2015 - Pupuk Organik
DI GROW 2015 - Pupuk Organikmzevents
 
an toàn vệ sinh thực phẩm
an toàn vệ sinh thực phẩman toàn vệ sinh thực phẩm
an toàn vệ sinh thực phẩmThu Trúc
 

Viewers also liked (16)

Certification workshop becoming a power user
Certification workshop   becoming a power userCertification workshop   becoming a power user
Certification workshop becoming a power user
 
Pitch Deck Template for startups
Pitch Deck Template for startupsPitch Deck Template for startups
Pitch Deck Template for startups
 
Universidad de Guayaquil Facultad de Odontología
Universidad de Guayaquil Facultad de Odontología Universidad de Guayaquil Facultad de Odontología
Universidad de Guayaquil Facultad de Odontología
 
Predictive Policing Rienks
Predictive Policing RienksPredictive Policing Rienks
Predictive Policing Rienks
 
Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...
Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...
Công ty tổ chức sự kiện cung cấp MC, BB, BG, ca sĩ, diễn viên chuyên nghiệp t...
 
certificate
certificatecertificate
certificate
 
درس عمل عجة فرنسية
درس عمل عجة فرنسيةدرس عمل عجة فرنسية
درس عمل عجة فرنسية
 
780110
780110780110
780110
 
Practica 1
Practica 1Practica 1
Practica 1
 
Resume_Manoj
Resume_ManojResume_Manoj
Resume_Manoj
 
Custom Made Royal Arch Apron
Custom Made Royal Arch ApronCustom Made Royal Arch Apron
Custom Made Royal Arch Apron
 
Anime
AnimeAnime
Anime
 
كيف أكون إنسان منتج؟
كيف أكون إنسان منتج؟كيف أكون إنسان منتج؟
كيف أكون إنسان منتج؟
 
DI GROW 2015 - Pupuk Organik
DI GROW 2015 - Pupuk OrganikDI GROW 2015 - Pupuk Organik
DI GROW 2015 - Pupuk Organik
 
an toàn vệ sinh thực phẩm
an toàn vệ sinh thực phẩman toàn vệ sinh thực phẩm
an toàn vệ sinh thực phẩm
 
parts of ic engine
parts of ic engineparts of ic engine
parts of ic engine
 

Similar to Implementing Google Analytics in WordPress

The Anchor Store: Four Confluence Examples to Root Your Deployment
The Anchor Store: Four Confluence Examples to Root Your DeploymentThe Anchor Store: Four Confluence Examples to Root Your Deployment
The Anchor Store: Four Confluence Examples to Root Your DeploymentAtlassian
 
Out With the Old, in With the Open-source: Brainshark's Complete CMS Migration
Out With the Old, in With the Open-source: Brainshark's Complete CMS MigrationOut With the Old, in With the Open-source: Brainshark's Complete CMS Migration
Out With the Old, in With the Open-source: Brainshark's Complete CMS MigrationAcquia
 
Engage 2013 - Flexible Data Access with APIs
Engage 2013 - Flexible Data Access with APIsEngage 2013 - Flexible Data Access with APIs
Engage 2013 - Flexible Data Access with APIsWebtrends
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentEvan Mullins
 
kaushal_kumar_Myresume
kaushal_kumar_Myresumekaushal_kumar_Myresume
kaushal_kumar_Myresumekaushal kumar
 
WordCamp SF 2014 - WIRED Migration Project
WordCamp SF 2014 - WIRED Migration ProjectWordCamp SF 2014 - WIRED Migration Project
WordCamp SF 2014 - WIRED Migration Projectkvignos
 
Intro To Django
Intro To DjangoIntro To Django
Intro To DjangoUdi Bauman
 
Advanced Automation with Flows and Custom Metadata Types
Advanced Automation with Flows and Custom Metadata TypesAdvanced Automation with Flows and Custom Metadata Types
Advanced Automation with Flows and Custom Metadata TypesSalesforce Admins
 
Junaid Saghir updated cv (3)
Junaid Saghir updated cv (3)Junaid Saghir updated cv (3)
Junaid Saghir updated cv (3)Junaid Saghir
 
Most widely used WordPress tips and tricks of 2016
Most widely used WordPress tips and tricks of 2016Most widely used WordPress tips and tricks of 2016
Most widely used WordPress tips and tricks of 2016Reegan
 
Optimizely Developer Showcase
Optimizely Developer ShowcaseOptimizely Developer Showcase
Optimizely Developer ShowcaseOptimizely
 
Web designing development &amp; digital marketting
Web designing development &amp; digital markettingWeb designing development &amp; digital marketting
Web designing development &amp; digital markettingWebInfotech1
 
Hari Kovvada ( .NET Programmer)
Hari Kovvada ( .NET Programmer)Hari Kovvada ( .NET Programmer)
Hari Kovvada ( .NET Programmer)Hari Kovvada
 

Similar to Implementing Google Analytics in WordPress (20)

The Anchor Store: Four Confluence Examples to Root Your Deployment
The Anchor Store: Four Confluence Examples to Root Your DeploymentThe Anchor Store: Four Confluence Examples to Root Your Deployment
The Anchor Store: Four Confluence Examples to Root Your Deployment
 
Kannagi Resume
Kannagi ResumeKannagi Resume
Kannagi Resume
 
resume
resumeresume
resume
 
Out With the Old, in With the Open-source: Brainshark's Complete CMS Migration
Out With the Old, in With the Open-source: Brainshark's Complete CMS MigrationOut With the Old, in With the Open-source: Brainshark's Complete CMS Migration
Out With the Old, in With the Open-source: Brainshark's Complete CMS Migration
 
SEARCH Y - Bastian Grimm - Migrations Best Practices
SEARCH Y - Bastian Grimm -  Migrations Best PracticesSEARCH Y - Bastian Grimm -  Migrations Best Practices
SEARCH Y - Bastian Grimm - Migrations Best Practices
 
Engage 2013 - Flexible Data Access with APIs
Engage 2013 - Flexible Data Access with APIsEngage 2013 - Flexible Data Access with APIs
Engage 2013 - Flexible Data Access with APIs
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
 
Using Wireframes
Using WireframesUsing Wireframes
Using Wireframes
 
kaushal_kumar_Myresume
kaushal_kumar_Myresumekaushal_kumar_Myresume
kaushal_kumar_Myresume
 
WordCamp SF 2014 - WIRED Migration Project
WordCamp SF 2014 - WIRED Migration ProjectWordCamp SF 2014 - WIRED Migration Project
WordCamp SF 2014 - WIRED Migration Project
 
Intro To Django
Intro To DjangoIntro To Django
Intro To Django
 
MEAN Stack Course.pptx
MEAN Stack Course.pptxMEAN Stack Course.pptx
MEAN Stack Course.pptx
 
Advanced Automation with Flows and Custom Metadata Types
Advanced Automation with Flows and Custom Metadata TypesAdvanced Automation with Flows and Custom Metadata Types
Advanced Automation with Flows and Custom Metadata Types
 
Junaid Saghir updated cv (3)
Junaid Saghir updated cv (3)Junaid Saghir updated cv (3)
Junaid Saghir updated cv (3)
 
Most widely used WordPress tips and tricks of 2016
Most widely used WordPress tips and tricks of 2016Most widely used WordPress tips and tricks of 2016
Most widely used WordPress tips and tricks of 2016
 
Optimizely Developer Showcase
Optimizely Developer ShowcaseOptimizely Developer Showcase
Optimizely Developer Showcase
 
Web designing development &amp; digital marketting
Web designing development &amp; digital markettingWeb designing development &amp; digital marketting
Web designing development &amp; digital marketting
 
Hari Kovvada ( .NET Programmer)
Hari Kovvada ( .NET Programmer)Hari Kovvada ( .NET Programmer)
Hari Kovvada ( .NET Programmer)
 
Giridhar Muralibabu Resume
Giridhar Muralibabu ResumeGiridhar Muralibabu Resume
Giridhar Muralibabu Resume
 
Open Positions
Open PositionsOpen Positions
Open Positions
 

Recently uploaded

Storyboards for my Final Major Project Video
Storyboards for my Final Major Project VideoStoryboards for my Final Major Project Video
Storyboards for my Final Major Project VideoSineadBidwell
 
What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?Partnercademy
 
Jai Institute for Parenting Program Guide
Jai Institute for Parenting Program GuideJai Institute for Parenting Program Guide
Jai Institute for Parenting Program Guidekiva6
 
From Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOFrom Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOSzymon Słowik
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and usesbhavanirupeshmoksha
 
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...Ahrefs
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...sowmyrao14
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software SolutionsDevherds Software Solutions
 
Call Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCR
Call Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCRCall Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCR
Call Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCRlizamodels9
 
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...CIO Business World
 
Talent Management for mba 3rd sem useful
Talent Management for mba 3rd sem usefulTalent Management for mba 3rd sem useful
Talent Management for mba 3rd sem usefulAtifaArbar
 
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdfSnapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdfEastern Online-iSURVEY
 
The power of SEO-driven market intelligence
The power of SEO-driven market intelligenceThe power of SEO-driven market intelligence
The power of SEO-driven market intelligenceHinde Lamrani
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxGeorgeCulica
 
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfResearch and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfVWO
 
定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一
定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一
定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一s SS
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationAli Raza
 
top marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar Ctop marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar CManojkumar C
 
VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceSapana Sha
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxGeorgeCulica
 

Recently uploaded (20)

Storyboards for my Final Major Project Video
Storyboards for my Final Major Project VideoStoryboards for my Final Major Project Video
Storyboards for my Final Major Project Video
 
What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?
 
Jai Institute for Parenting Program Guide
Jai Institute for Parenting Program GuideJai Institute for Parenting Program Guide
Jai Institute for Parenting Program Guide
 
From Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOFrom Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEO
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and uses
 
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions
 
Call Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCR
Call Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCRCall Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCR
Call Girls In Aerocity Delhi ❤️8860477959 Good Looking Escorts In 24/7 Delhi NCR
 
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
 
Talent Management for mba 3rd sem useful
Talent Management for mba 3rd sem usefulTalent Management for mba 3rd sem useful
Talent Management for mba 3rd sem useful
 
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdfSnapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
 
The power of SEO-driven market intelligence
The power of SEO-driven market intelligenceThe power of SEO-driven market intelligence
The power of SEO-driven market intelligence
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptx
 
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfResearch and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
 
定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一
定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一
定制(ULV毕业证书)拉文大学毕业证成绩单原版一比一
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store Optimization
 
top marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar Ctop marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar C
 
VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts Service
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptx
 

Implementing Google Analytics in WordPress

  • 2. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Do  You  Track  Hits?   Or  Behavior?  
  • 3. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons  
  • 4. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Behavior  MaBers  
  • 5. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Analy2cs  Should  Go  Beyond  Hits   •  Default  code  tracks  pageviews   •  Customiza2on  requires  knowledge  of  JavaScript,  regex,  and   implementa2on   •  E-­‐commerce  tracking   •  Behavioral  tracking/Events   •  Customizing  data  collec:on  for  web  and  mobile  
  • 6. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Easy  Ways  To  Screw  Up  Measurement   •  Use  the  wrong  code/implementa:on   •  Put  your  code  in  the  wrong  place   •  Duplicate  analy:cs  code  on  pages   •  Limit  ability  to  add  tags  
  • 7. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Don’t  Screw  Up  Measurement  
  • 8. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Here’s  How:   1.  Know  Your  Analy2cs  Version   2.  Upgrade  Wisely   3.  Set  Up  Access  Appropriately   4.  Put  the  Code  Where  It  Belongs   5.  Simplify  Tag  Management   6.  Track  Behavior  
  • 9. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Know  Your  Analy2cs  Version  
  • 10. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Google  Analy2cs  Versioning   Universal  Analy2cs  is  the  upgrade  path   for  Google  Analy2cs.   •  Brought  out  of  Beta  on  April  2,  2014   •  Offers  feature  parity  with  Classic   Analy:cs,  with  more  customiza:on   possible   •  Uses  new  library  (analy:cs.js  vs.  ga.js)  
  • 11. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Universal  vs.  Classic  Code   Classic  Code:     <script  type="text/javascript">        var  _gaq  =  _gaq  ||  [];      _gaq.push(['_setAccount',  'UA-­‐XXXXXXXX-­‐1']);      _gaq.push(['_trackPageview']);        (func:on()  {          var  ga  =  document.createElement('script');  ga.type  =   'text/javascript';  ga.async  =  true;          ga.src  =  ('h^ps:'  ==  document.loca:on.protocol  ?   'h^ps://ssl'  :  'h^p://www')  +  '.google-­‐analy:cs.com/ ga.js';          var  s  =  document.getElementsByTagName('script')[0];   s.parentNode.insertBefore(ga,  s);      })();     </script>   Universal  Code:     <script>      (func:on(i,s,o,g,r,a,m) {i['GoogleAnaly:csObject']=r;i[r]=i[r]|| func:on(){      (i[r].q=i[r].q|| []).push(arguments)},i[r].l=1*new   Date();a=s.createElement(o),      m=s.getElementsByTagName(o) [0];a.async=1;a.src=g;m.parentNode.insertBef ore(a,m)      })(window,document,'script','//www.google-­‐ analy:cs.com/analy:cs.js','ga');        ga('create',  'UA-­‐XXXXXXX-­‐X',  ’domain.com');      ga('send',  'pageview');     </script>  
  • 12. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Other  Differences  –  Universal  &  Classic   Improvements  offered  in  Universal  Analy2cs:   •  Timeout  Handling:  In  Universal,  you  can  more  easily  make  GA   session  expira:ons  match  site  seings.   •  Custom  Search  Engines:  Add  search  engines  you  want  to  count  as   organic  traffic  in  the  UA  console.   •  Referral  Exclusions:  Exclude  traffic  referring  from  third-­‐party   processes  via  the  analy:cs.js  tracking  code.   •  Enhanced  Link  ABribu2on:  Improves  accuracy  of  in-­‐page  analy:cs   by  automa:cally  differen:a:ng  between  mul:ple  links  to  the   same  URL  on  a  single  page  by  using  link  element  IDs.  
  • 13. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Upgrade  Wisely  
  • 14. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Classic?  Universal?       •  New  accounts  will  eventually  need  to  be  Universal,  but  op:on  for   classic  s:ll  exists.   •  If  site  is  using  AdSense,  Display  Adver:sing  Integra:on  or   Remarke:ng  Integra:on,  consider  wai:ng.   •  If  the  site  will  require  cross-­‐domain  or  subdomain  tracking,   Universal  is  easier  to  manage.   •  If  you  want  to  track  user  behaviors,  Universal  offers  easier  user   behavior  tracking  (events)  and  greater  customiza:on.   •  Many  WordPress  Plug-­‐ins  do  not  have  established  compa:bility   with  Universal  analy:cs,  including  the  super-­‐popular  Yoast  series.  
  • 15. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Upgrade  Process   1.  Sign  into  Google  Analy:cs.  From  Admin  page,  select  the  account   and  property  you  want  to  upgrade.   2.  In  the  property  column,  click  Universal  Analy:cs  Upgrade.   3.  In  the  sec:on  called  Transfer  to  Universal  Analy:cs,  click   Transfer.  Follow  instruc:ons.   4.  Allow  24-­‐48  hours  for  transfer  to  finish.  Comple:on  will  be  noted   in  the  account.   5.  Modify  tracking  code  on  web  site.  Be  sure  to  remove  all   instances  of  ga.js!  
  • 16. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Upgrade  Process  
  • 17. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Set  Up  Access  Appropriately  
  • 18. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Setup  &  Access   DO:   •  Use  exis:ng  GA  account  if  possible   •  Ensure  each  new  client  is  set  up  as  an  Account  in  Google  Analy:cs   –  not  a  property  under  your  agency/personal/whatever   •  Add  users  (including  yourself)  via  User  Management     DON’T:   •  Set  up  only  on  your  own  or  a  personal  e-­‐mail   •  Give  everyone  and  their  brother  Admin  access  
  • 19. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Google  Analy2cs:  Account  Structure   Account:   Who  is  the  client?   Property:   What’s  their  URL?   View:   Repor2ng  Filters  &  Func2ons  
  • 20. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Access  Levels   Not  everyone   needs   Manage/Edit  
  • 21. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Put  Your  Code  Where  It  Belongs  
  • 22. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Placement  MaBers   Most  Analy2cs  operates  using  JavaScript:   •  Poorly  formed  JavaScript  can  cause  any  later  js  not  to  fire.   •  If  analy:cs  code  does  not  fire,  traffic  is  not  tracked.   •  If  a  user  leaves  the  page  quickly,  a  heavy  body  will  prevent  the  firing  of   code  in  the  footer.   •  If  a  Google  Analy:cs  property  code  fires  twice,  tracking  is  inaccurate.   Ac2ons:   •  Debug  your  JavaScript.   •  Ensure  analy:cs  code  loads  in  header  or  via  an  approved  tag  container.   •  Ensure  Google  Analy:cs  property  code  appears  only  once.   (UA-­‐8794982-­‐1  and  UA-­‐8794982-­‐2  are  unique  property  codes).  
  • 23. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Simplify  Tag  Management  
  • 24. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Tags:  Not  JUST  Google  Analy2cs!  
  • 25. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Tag  Containers   Container  tags  are  tags  that  you  place  on  your  site  that  allow  one   tag  to  trigger  many  other  tags.  
  • 26. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Tag  Containers   Tag  containers  generate  one  code  to  fire  all  of  the  marketers’   pixels  and  hoo-­‐hoo:     <!-­‐-­‐  Google  Tag  Manager  -­‐-­‐>   <noscript><iframe  src="//www.googletagmanager.com/ns.html?id=GTM-­‐ PQT5KQ"   height="0"  width="0"  style="display:none;visibility:hidden"></iframe></ noscript>   <script>(func:on(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':   new  Date().getTime(),event:'gtm.js'});var  f=d.getElementsByTagName(s)[0],   j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=   '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);   })(window,document,'script','dataLayer','GTM-­‐PQT5KQ');</script>   <!-­‐-­‐  End  Google  Tag  Manager  -­‐-­‐>    
  • 27. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Google  Tag  Manager   hBps://www.google.com/tagmanager   •  Uses  a  single  tag  a|er  open  <body>  tag   •  Allows  for  rule-­‐driven  management  of  all  tags  on  a  page-­‐specific   basis  via  GTM  interface     •  Keeps  agencies  OUT  of  your  code/theme  files   •  Fires  tags  asynchronously   •  Offers  debug  op:ons  and  version  control   •  Works  with  both  Classic  and  Universal  Analy:cs  
  • 28. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Google  Tag  Manager:  Caveats   •  Current  Plug-­‐ins:  Have  issues.   •  Most  plug-­‐ins  inject  in  wrong  spot  unless  you  hack  the  plug-­‐in.   Test  before  commiing  to  a  plug-­‐in.   •  In  absence  of  a  plug-­‐in…  may  have  to  :e  to  a  theme  via  the   header.php  tag.  Add  code  a|er  <body>.   •  Duplica2ng  Code:  Either  put  Google  Analy:cs  in  GTM,  or  in   another  plug-­‐in  container.  Not  both!  
  • 29. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Alternate  Tag  Management  Tools   •  Qubit  –  free  for  up  to  1MM  server  calls/monthly.  Uses  W3C  open   data  standard.  WordPress  Plugin  available.   •  Storm  Tag  Manager  –  free  on  Storm  CDN  for  sites  with  less  than   5M  page  views  per  month;  pricey  unless  you  self-­‐host  above  5M.   No  Plugin  available.  
  • 30. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Track  Behavior  
  • 31. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   What  is  Event  Tracking?   Events  are  user  interac:ons  with  content  that  can  be  tracked   independently  from  a  web  page  or  a  screen  load.  Downloads,   mobile  ad  clicks,  gadgets,  Flash  elements,  AJAX  embedded   elements  and  file  downloads  are  all  examples  of  ac:ons  you   might  want  to  track  as  Events.   tl:dr:  Event  tracking  tracks   behaviors  not  page  views.  
  • 32. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Implementa2on:   •  Determine  elements  for  which  you  want  to  track  behavioral  data   •  Knowing  what  you  want  to  track  helps  name  and  scale  your   structure  (categories,  actual  ac:ons  and  labels)   •  Plan  Event  Tracking  repor2ng  with  your  user(s)   •  Allows  to  create  meaningful  names  in  category  and  event  calls   •  Adopt  clear  naming  conven2ons   •  Your  variable  names  for  categories,  ac:ons  &  labels  will  appear   in  repor:ng;  category/ac:on  pairs  are  unique  elements  in   sta:s:cs  
  • 33. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Event  Tracking:  Event  Listeners   Clicks  on  Links:   1.  Add  a  tag  of  type  Event  Listener  >  Link  Click  Listener  in  GTM.  Name  it  “Link  Click   Listener.”  Add  firing  rule  of  “All  Pages.”   2.  Add  a  rule  for  each  link  you  want  to  track.  For  instance,  for  a  click  on   h^p://streets.mn/contact,  rule  would  be  “Contact  Clicks”  and  the  condi:ons  would   be:   {{event}}  equals  gtm.linkclick   {{element  url}}  contains  contact   3.  For  each  link,  add  an  Analy:cs  event  tracking  tag  ((Type:  Classic  or  Universal   Analy8cs;  Track  Type  of  Event)  and  name  it  a|er  the  link  you  are  tracking  (“Analy:cs   Event  –  Contact”).  Add  the  rule  you  created  in  #2  as  the  firing  rule.  Enter  a  Category,   Ac:on  and  Label  for  each  event.   •  Category  “Nav”   •  Ac:on  “Select”   •  Label:  “Contact”   4.  Save  a  version  of  tag  container  and  publish  
  • 34. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Event  Tracking:  Event  Listeners   Form  Submits:   1.  Add  a  tag  of  type  Event  Listener  >  Form  Submit  Listener  in  GTM.  Name   it  “Form  Submit  Listener.”  Add  firing  rule  for  page  from  which  form   submits.   2.  Add  a  rule  (name  it  “Form  Submit”  or  for  specific  form)  with  the   following  condi:on:   {{event}}  equals  gtm.formSubmit   3.  Add  an  Analy:cs  event  tracking  tag  (Type:  Classic  or  Universal  Analy8cs;   Track  Type  of  Event).  Add  the  rule  you  created  in  #2  as  the  firing  rule.   Enter  a  Category,  Ac:on  and  Label  for  each  event.   •  Category  “Form”   •  Ac:on  “Submit”   •  Label:  “Lead  Gen”   4.  Save  a  version  of  tag  container  and  publish    
  • 35. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Behavior.   Not  Hits.  
  • 36. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Learn  More  Measurement:   This  Presenta2on:   •  SlideShare:  h^p://www.slideshare.net/JulieKosbab     Google  Analy2cs  (General):   •  Google  Analy2cs  Developer  Guides:  h^ps://developers.google.com/analy:cs/devguides/   •  Google  Analy2cs  Academy:  h^ps://analy:csacademy.withgoogle.com/explorer   •  Google  Analy2cs  Solu2ons  Gallery:  h^ps://www.google.com/analy:cs/gallery     Implement  Universal  Analy2cs:   •  Upgrading  to  Universal  Analy2cs:   h^ps://developers.google.com/analy:cs/devguides/collec:on/upgrade/   •  Event  Tracking  in  Universal  Analy2cs:     h^ps://developers.google.com/analy:cs/devguides/collec:on/analy:csjs/events     Discover  Tag  Managers:   •  Google  Tag  Manager:  h^ps://www.google.com/tagmanager   •  Qubit:  h^p://www.qubitproducts.com/tag-­‐management   •  Storm:  h^p://tagmanager.dc-­‐storm.com/      
  • 37. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Measure  Without  Google  Analy2cs   •  Jetpack  –  WordPress  offering.  Simple  analy:cs  package.   •  Clicky  –  Real-­‐:me  analy:cs  tool  with  behavioral  tracking  and   heatmaps.     •  Mint  –  Self-­‐hosted  analy:cs  package.  For  those     who  crave  total  data  control.   •  Woopra  –  Offers  standard  analy:cs  +     customer  profiling  and  funnel  and  reten:on     repor:ng.   •  Piwik  –  Open-­‐source,  self-­‐hosted  analy:cs     pla‚orm.    
  • 38. Click  to  edit  Master  text  styles   Second  level   WordCamp  Minneapolis  2014   @betweensta8ons   Ques2ons?