SlideShare a Scribd company logo
1 of 24
#wawCPT
a challenging tracking solution
@blakey
#firstworldproblems       #developingeconomy

Client: “Tell me how my   Web analyst: “Do you
billboard / TVC /         think we might get
homepage takeover is      analytics tracking on
driving search and        your shopping cart
sales.”                   pages?”

> Exciting challenges     > Surely we should be
                          winning? We can so
                          easily offer value!
So, why aren’t
we rocking it?
A challenge
Quirk.biz	
     Quirk.co.za	
     Go.aQuirk.com	
  
Quirk.biz	
      Quirk.co.za	
        Go.aQuirk.com	
  




                Quirk	
  GLOBAL	
  
Quirk.biz	
      Quirk.co.za	
        Go.aQuirk.com	
  


                                                          Two	
  
                                                          repor8ng	
  
                                                          profiles	
  –	
  
                                                          double	
  
                Quirk	
  GLOBAL	
                         tracker	
  
Quirk.biz	
           Quirk.co.za	
         Go.aQuirk.com	
  


                                                                  Two	
  
                                                                  repor8ng	
  
                                                                  profiles	
  –	
  
                                                                  double	
  
                     Quirk	
  GLOBAL	
                            tracker	
  




    Crossing	
  domains	
  –	
  cross	
  domain	
  tracking	
  
Some favourite
resources
Helping us on the way

•  Google Code Documentation:
   http://code.google.com/apis/analytics/docs/
   tracking/home.html
•  Lunametrics:
   http://www.lunametrics.com/blog
•  GACP forum


                @jeanduplessis	
  
A solution
Tracking code
 <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4753136-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/
javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://
ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
  })();

</script>
var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-4753136-1']);
 _gaq.push(['_trackPageview']);
Asynchronous — an array
var _gaq = _gaq || [];
_gaq.push(
    ['_setAccount', 'UA-4753136-1’],
    ['_trackPageview']
    );
Standard customisations
var _gaq = _gaq || [];
_gaq.push(
    ['_setAccount', 'UA-4753136-1’],
    ['_trackPageview']
    ['_trackPageLoadTime'],
    ['_setAllowAnchor', true ]
    );
Standard customisations
var _gaq = _gaq || [];
_gaq.push(
    ['_setAccount', 'UA-4753136-1’],
    ['_trackPageview']       PAGESPEED	
  REPORTING	
  
    ['_trackPageLoadTime'],
    ['_setAllowAnchor', true ]
    );
                                       CAMPAIGN	
  TRACKING	
  
Double tracker - basic
 var _gaq = _gaq || [];
 _gaq.push(
     ['_setAccount', 'UA-4753136-1’],
     ['_trackPageview']
     ['t2._setAccount', 'UA-12352734-1’],
     ['t2._trackPageview']
     );
Double tracker - basic
 var _gaq = _gaq || [];
 _gaq.push(
     ['_setAccount', 'UA-26225633-1’],
     ['_trackPageview']
     ['t2._setAccount', 'UA-12352734-1’],
     ['t2._trackPageview']
     );
                 t2	
  –	
  iden8fies	
  my	
  second	
  
                          account	
  /	
  profile	
  
Double tracker + customisations
var _gaq = _gaq || [];
_gaq.push(
    ['_setAccount', 'UA-26225633-1’],
    ['_trackPageview']
    ['_trackPageLoadTime'],
    ['_setAllowAnchor', true ]
    ['t2._setAccount', 'UA-12352734-1’],
    ['t2._trackPageview']
    ['t2._trackPageLoadTime'],
    ['t2._setAllowAnchor', true ]
    );
Erm, the cross
domain thing
Standard cross domain tracking
 var _gaq = _gaq || [];
 _gaq.push(
  ['_setAccount', 'UA-4753136-1’],
  ['_setDomainName', 'quirk.biz'],
  ['_setAllowLinker', true],
  ['_trackPageview']
  );

<a href="www.gottaquirk.com"
onclick="_gaq.push(['_link',
'www.gottaquirk.com']); return false;">View
our blog</a>
Standard cross domain tracking
 var _gaq = _gaq || [];
 _gaq.push(
  ['_setAccount', 'UA-4753136-1’],   Rewrites	
  the	
  domain	
  
                                      hash	
  value	
  so	
  I	
  can	
  
  ['_setDomainName', 'quirk.biz'],   access	
  cookies	
  across	
  
  ['_setAllowLinker', true],               domains.	
  

  ['_trackPageview']
                                       Lets	
  me	
  pass	
  my	
  
  );                                 cookie	
  parameters	
  as	
  
                                       I	
  cross	
  domains.	
  

<a href="www.gottaquirk.com"
onclick="_gaq.push(['_link',
'www.gottaquirk.com']); return false;">View
our blog</a>
Putting it all together
var _gaq = _gaq || [];
_gaq.push(
  ['_setAccount', 'UA-26225633-1’],
  ['_setDomainName', 'quirk.biz'],
  ['_setAllowLinker', true],
  ['_trackPageview']
  ['_trackPageLoadTime'],
  ['_setAllowAnchor', true ]
  ['t2._setAccount', 'UA-12352734-1’],
  ['t2._setDomainName', 'quirk.biz'],
  ['t2._setAllowLinker', true],
  ['t2._trackPageview']
  ['t2._trackPageLoadTime'],
  ['t2._setAllowAnchor', true ]
  );
www.slideshare.net/sblakey

More Related Content

Similar to WAW Cape Town Deck

A web perf dashboard up & running in 90 minutes presentation
A web perf dashboard up & running in 90 minutes presentationA web perf dashboard up & running in 90 minutes presentation
A web perf dashboard up & running in 90 minutes presentationJustin Dorfman
 
Google Cloud Platform 2014Q1 - Starter Guide
Google Cloud Platform   2014Q1 - Starter GuideGoogle Cloud Platform   2014Q1 - Starter Guide
Google Cloud Platform 2014Q1 - Starter GuideSimon Su
 
Downloading the internet with Python + Scrapy
Downloading the internet with Python + ScrapyDownloading the internet with Python + Scrapy
Downloading the internet with Python + ScrapyErin Shellman
 
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptDevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptVinoaj Vijeyakumaar
 
當電子發票遇見 Google Cloud Function
當電子發票遇見 Google Cloud Function當電子發票遇見 Google Cloud Function
當電子發票遇見 Google Cloud Functioninwin stack
 
Benefits of Google Tag Manager
Benefits of Google Tag ManagerBenefits of Google Tag Manager
Benefits of Google Tag ManagerPhil Pearce
 
GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11Vinoaj Vijeyakumaar
 
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic TrainingGCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic TrainingSimon Su
 
Altitude San Francisco 2018: Logging at the Edge
Altitude San Francisco 2018: Logging at the Edge Altitude San Francisco 2018: Logging at the Edge
Altitude San Francisco 2018: Logging at the Edge Fastly
 
Solving anything in VCL
Solving anything in VCLSolving anything in VCL
Solving anything in VCLFastly
 
Storing 16 Bytes at Scale
Storing 16 Bytes at ScaleStoring 16 Bytes at Scale
Storing 16 Bytes at ScaleFabian Reinartz
 
Examples of-tca-apis
Examples of-tca-apisExamples of-tca-apis
Examples of-tca-apisMihai Fildan
 
Storing 16 Bytes at Scale
Storing 16 Bytes at ScaleStoring 16 Bytes at Scale
Storing 16 Bytes at Scalefabxc
 
Design & Performance - Steve Souders at Fastly Altitude 2015
Design & Performance - Steve Souders at Fastly Altitude 2015Design & Performance - Steve Souders at Fastly Altitude 2015
Design & Performance - Steve Souders at Fastly Altitude 2015Fastly
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshowsblackman
 

Similar to WAW Cape Town Deck (20)

A web perf dashboard up & running in 90 minutes presentation
A web perf dashboard up & running in 90 minutes presentationA web perf dashboard up & running in 90 minutes presentation
A web perf dashboard up & running in 90 minutes presentation
 
Google Cloud Platform 2014Q1 - Starter Guide
Google Cloud Platform   2014Q1 - Starter GuideGoogle Cloud Platform   2014Q1 - Starter Guide
Google Cloud Platform 2014Q1 - Starter Guide
 
Downloading the internet with Python + Scrapy
Downloading the internet with Python + ScrapyDownloading the internet with Python + Scrapy
Downloading the internet with Python + Scrapy
 
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptDevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
 
當電子發票遇見 Google Cloud Function
當電子發票遇見 Google Cloud Function當電子發票遇見 Google Cloud Function
當電子發票遇見 Google Cloud Function
 
Benefits of Google Tag Manager
Benefits of Google Tag ManagerBenefits of Google Tag Manager
Benefits of Google Tag Manager
 
GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11
 
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic TrainingGCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
 
Altitude San Francisco 2018: Logging at the Edge
Altitude San Francisco 2018: Logging at the Edge Altitude San Francisco 2018: Logging at the Edge
Altitude San Francisco 2018: Logging at the Edge
 
Solving anything in VCL
Solving anything in VCLSolving anything in VCL
Solving anything in VCL
 
Hacking Movable Type
Hacking Movable TypeHacking Movable Type
Hacking Movable Type
 
Storing 16 Bytes at Scale
Storing 16 Bytes at ScaleStoring 16 Bytes at Scale
Storing 16 Bytes at Scale
 
Satchmo
SatchmoSatchmo
Satchmo
 
Examples of-tca-apis
Examples of-tca-apisExamples of-tca-apis
Examples of-tca-apis
 
Storing 16 Bytes at Scale
Storing 16 Bytes at ScaleStoring 16 Bytes at Scale
Storing 16 Bytes at Scale
 
Makezine
MakezineMakezine
Makezine
 
Design & Performance - Steve Souders at Fastly Altitude 2015
Design & Performance - Steve Souders at Fastly Altitude 2015Design & Performance - Steve Souders at Fastly Altitude 2015
Design & Performance - Steve Souders at Fastly Altitude 2015
 
Hybrid Tips & Tricks
Hybrid Tips & TricksHybrid Tips & Tricks
Hybrid Tips & Tricks
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshow
 
Introduction to AngularJS
Introduction to AngularJSIntroduction to AngularJS
Introduction to AngularJS
 

Recently uploaded

Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...Neil Horowitz
 
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...World Wide Tickets And Hospitality
 
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docxAlbania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docxWorld Wide Tickets And Hospitality
 
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdfJORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdfArturo Pacheco Alvarez
 
ALL NFL NETWORK CONTACTS- April 29, 2024
ALL NFL NETWORK CONTACTS- April 29, 2024ALL NFL NETWORK CONTACTS- April 29, 2024
ALL NFL NETWORK CONTACTS- April 29, 2024Brian Slack
 
JORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdfJORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdfArturo Pacheco Alvarez
 
Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...
Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...
Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...Eticketing.co
 
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Liluah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Roomdivyansh0kumar0
 
Tableaux 9ème étape circuit fédéral 2024
Tableaux 9ème étape circuit fédéral 2024Tableaux 9ème étape circuit fédéral 2024
Tableaux 9ème étape circuit fédéral 2024HechemLaameri
 
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改atducpo
 
( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptx( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptxParshotamGupta1
 
Plan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby fémininPlan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby fémininThibaut TATRY
 
ppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my Interestppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my InterestNagaissenValaydum
 
08448380779 Call Girls In IIT Women Seeking Men
08448380779 Call Girls In IIT Women Seeking Men08448380779 Call Girls In IIT Women Seeking Men
08448380779 Call Girls In IIT Women Seeking MenDelhi Call girls
 
Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...
Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...
Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...gurkirankumar98700
 
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣anilsa9823
 

Recently uploaded (20)

Call Girls In Vasundhara 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vasundhara 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Vasundhara 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vasundhara 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
 
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
 
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docxAlbania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
 
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdfJORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
 
ALL NFL NETWORK CONTACTS- April 29, 2024
ALL NFL NETWORK CONTACTS- April 29, 2024ALL NFL NETWORK CONTACTS- April 29, 2024
ALL NFL NETWORK CONTACTS- April 29, 2024
 
JORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdfJORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdf
 
Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...
Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...
Croatia vs Albania Clash of Euro Cup 2024 Squad Preparations and Euro Cup Dre...
 
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Liluah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Room
 
Tableaux 9ème étape circuit fédéral 2024
Tableaux 9ème étape circuit fédéral 2024Tableaux 9ème étape circuit fédéral 2024
Tableaux 9ème étape circuit fédéral 2024
 
Call Girls 🫤 Malviya Nagar ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
Call Girls 🫤 Malviya Nagar ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOYCall Girls 🫤 Malviya Nagar ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOY
Call Girls 🫤 Malviya Nagar ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
 
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
 
( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptx( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptx
 
Plan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby fémininPlan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby féminin
 
ppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my Interestppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my Interest
 
08448380779 Call Girls In IIT Women Seeking Men
08448380779 Call Girls In IIT Women Seeking Men08448380779 Call Girls In IIT Women Seeking Men
08448380779 Call Girls In IIT Women Seeking Men
 
Call Girls In RK Puram 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In RK Puram 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In RK Puram 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In RK Puram 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...
Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...
Jankipuram / Call Girls Lucknow | Whatsapp No 🫗 8923113531 🎳 VIP Escorts Serv...
 
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣
 
Call Girls 🫤 Paharganj ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
Call Girls 🫤 Paharganj ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOYCall Girls 🫤 Paharganj ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOY
Call Girls 🫤 Paharganj ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
 

WAW Cape Town Deck

  • 2. #firstworldproblems #developingeconomy Client: “Tell me how my Web analyst: “Do you billboard / TVC / think we might get homepage takeover is analytics tracking on driving search and your shopping cart sales.” pages?” > Exciting challenges > Surely we should be winning? We can so easily offer value!
  • 3. So, why aren’t we rocking it?
  • 5. Quirk.biz   Quirk.co.za   Go.aQuirk.com  
  • 6. Quirk.biz   Quirk.co.za   Go.aQuirk.com   Quirk  GLOBAL  
  • 7. Quirk.biz   Quirk.co.za   Go.aQuirk.com   Two   repor8ng   profiles  –   double   Quirk  GLOBAL   tracker  
  • 8. Quirk.biz   Quirk.co.za   Go.aQuirk.com   Two   repor8ng   profiles  –   double   Quirk  GLOBAL   tracker   Crossing  domains  –  cross  domain  tracking  
  • 10. Helping us on the way •  Google Code Documentation: http://code.google.com/apis/analytics/docs/ tracking/home.html •  Lunametrics: http://www.lunametrics.com/blog •  GACP forum @jeanduplessis  
  • 12. Tracking code <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-4753136-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/ javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https:// ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
  • 13. var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-4753136-1']); _gaq.push(['_trackPageview']);
  • 14. Asynchronous — an array var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-4753136-1’], ['_trackPageview'] );
  • 15. Standard customisations var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-4753136-1’], ['_trackPageview'] ['_trackPageLoadTime'], ['_setAllowAnchor', true ] );
  • 16. Standard customisations var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-4753136-1’], ['_trackPageview'] PAGESPEED  REPORTING   ['_trackPageLoadTime'], ['_setAllowAnchor', true ] ); CAMPAIGN  TRACKING  
  • 17. Double tracker - basic var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-4753136-1’], ['_trackPageview'] ['t2._setAccount', 'UA-12352734-1’], ['t2._trackPageview'] );
  • 18. Double tracker - basic var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-26225633-1’], ['_trackPageview'] ['t2._setAccount', 'UA-12352734-1’], ['t2._trackPageview'] ); t2  –  iden8fies  my  second   account  /  profile  
  • 19. Double tracker + customisations var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-26225633-1’], ['_trackPageview'] ['_trackPageLoadTime'], ['_setAllowAnchor', true ] ['t2._setAccount', 'UA-12352734-1’], ['t2._trackPageview'] ['t2._trackPageLoadTime'], ['t2._setAllowAnchor', true ] );
  • 21. Standard cross domain tracking var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-4753136-1’], ['_setDomainName', 'quirk.biz'], ['_setAllowLinker', true], ['_trackPageview'] ); <a href="www.gottaquirk.com" onclick="_gaq.push(['_link', 'www.gottaquirk.com']); return false;">View our blog</a>
  • 22. Standard cross domain tracking var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-4753136-1’], Rewrites  the  domain   hash  value  so  I  can   ['_setDomainName', 'quirk.biz'], access  cookies  across   ['_setAllowLinker', true], domains.   ['_trackPageview'] Lets  me  pass  my   ); cookie  parameters  as   I  cross  domains.   <a href="www.gottaquirk.com" onclick="_gaq.push(['_link', 'www.gottaquirk.com']); return false;">View our blog</a>
  • 23. Putting it all together var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-26225633-1’], ['_setDomainName', 'quirk.biz'], ['_setAllowLinker', true], ['_trackPageview'] ['_trackPageLoadTime'], ['_setAllowAnchor', true ] ['t2._setAccount', 'UA-12352734-1’], ['t2._setDomainName', 'quirk.biz'], ['t2._setAllowLinker', true], ['t2._trackPageview'] ['t2._trackPageLoadTime'], ['t2._setAllowAnchor', true ] );