SlideShare a Scribd company logo
Universal 
Google Analytics: 
Event Tracking 
VLAD MYSLA 
JustAnswer | Ask a question get an answer ASAP
JustAnswer | Ask a question get an answer ASAP 
Before You Start 
1. Read GA Event Tracking Reference 
guide describes how to send events 
1 
2. Install GA Debugger Chrome Extension 
prints useful information to the JavaScript console
JustAnswer | Ask a question get an answer ASAP 
Event Tracking Usage 
2 
ga('send', 'event', 'transaction', 'created', 'NewQuestion', 17.99 ); 
ga('send', 'event', 'transaction', 'created', 'NewQuestion' ); 
ga('send', 'event', 'transaction', 'created', 17.99); 
ga('send', 'event', 'transaction', 'created', 'NewQuestion', 17.99, { option: 'value‘} ); 
ga('send', 'event', 'transaction', 'created', 'NewQuestion', { option: 'value'} ); 
ga('send', 'event', 'transaction', 'created', 17.99, { option: 'value'} );
JustAnswer | Ask a question get an answer ASAP 
Event Tracking for Chat Popup 
Live 
3 
Live Demo 
On Production
Actions States Transitions 
JustAnswer | Ask a question get an answer ASAP 
Event Tracking Usage 
button clicked 
question posted 
4 
popup visible 
validation error 
asked question 
after click on logo
JustAnswer | Ask a question get an answer ASAP 
Basic Actions
JustAnswer | Ask a question get an answer ASAP 
Basic Actions 
Live 
Li 
v 
e
JustAnswer | Ask a question get an answer ASAP 
Basic Actions
Advanced Actions 
JustAnswer | Ask a question get an answer ASAP
Advanced Actions 
JustAnswer | Ask a question get an answer ASAP 
Live 
Li 
ve
Advanced Actions 
JustAnswer | Ask a question get an answer ASAP 
Live 
Liv 
e
JustAnswer | Ask a question get an answer ASAP 
States 
ga( ‘se
JustAnswer | Ask a question get an answer ASAP 
Transitions
JustAnswer | Ask a question get an answer ASAP 
Transitions 
Live
JustAnswer | Ask a question get an answer ASAP 
Reports 
Live 
Li 
v 
e
JustAnswer | Ask a question get an answer ASAP 
Reports 
Liv 
e 
Liv 
e 
Liv 
e 
Liv 
e 
Live 
Live
JustAnswer | Ask a question get an answer ASAP 
Reports
JustAnswer | Ask a question get an answer ASAP 
Segments
http://www.justanswer.com/ 
JustAnswer | Ask a question get an answer ASAP
JustAnswer | Ask a question get an answer ASAP

More Related Content

PDF
EyeQuant @DigitalLondon
PDF
How to run a kick ass bug bounty program - Node Summit 2013
PDF
Tips for agile content trail blazers
PDF
Piping design Training Project Example ISOs
PPTX
Data-Driven Requirements for User-Stories on JustAnswer
PPTX
Landing Page in 14kb. Myth or Reality?
PPTX
From SCRUM to LEAN
PDF
Professionalism
EyeQuant @DigitalLondon
How to run a kick ass bug bounty program - Node Summit 2013
Tips for agile content trail blazers
Piping design Training Project Example ISOs
Data-Driven Requirements for User-Stories on JustAnswer
Landing Page in 14kb. Myth or Reality?
From SCRUM to LEAN
Professionalism

Viewers also liked (6)

PPTX
Behavior or Data-Driven Testing? Both and Jasmine!
PPTX
From Good-Enough to Great
PPT
Spotify - staying lean from small start-up through rapid growth
PDF
Practical intro to kanban- Joakim Sunden
PDF
From Scrum To Kanban
PPTX
Scaling Agile at Spotify (representation)
Behavior or Data-Driven Testing? Both and Jasmine!
From Good-Enough to Great
Spotify - staying lean from small start-up through rapid growth
Practical intro to kanban- Joakim Sunden
From Scrum To Kanban
Scaling Agile at Spotify (representation)
Ad

Recently uploaded (20)

PPTX
Sumit Saxena IIM J Project Market segmentation.pptx
PDF
EVOLUTION OF RURAL MARKETING IN INDIAN CIVILIZATION
PDF
Wondershare Filmora Crack Free Download 2025
PDF
AFCAT Syllabus 2026 Guide by Best Defence Academy in Lucknow.pdf
PPTX
The evolution of the internet - its impacts on consumers
PDF
Instagram Marketing Agency by IIS INDIA.pdf
PPTX
Tea and different types of tea in India
PDF
How to Break Into AI Search with Andrew Holland
PDF
exceptionalinsights.group visitor traffic statistics 08-08-25
PPTX
Assignment 2 Task 1 - How Consumers Use Technology and Its Impact on Their Lives
PDF
Coleção Nature .
PDF
You Need SEO for Your Business. Here’s Why..pdf
PDF
E_Book_Customer_Relation_Management_0.pdf
PDF
Mastering Bulk Email Campaign Optimization for 2025
PPTX
Captain Morgan x FOS_Revised_8.8.25.pptx
DOCX
procubiz_modern digital marketingblog.docx
PPTX
Kimberly Crossland Storytelling Marketing Class 5stars.pptx
PPTX
Best Digital marketing service provider in Chandigarh.pptx
PDF
Digital Marketing - clear pictire of marketing
PDF
Digital Marketing Agency in Thrissur with Proven Strategies for Local Growth
Sumit Saxena IIM J Project Market segmentation.pptx
EVOLUTION OF RURAL MARKETING IN INDIAN CIVILIZATION
Wondershare Filmora Crack Free Download 2025
AFCAT Syllabus 2026 Guide by Best Defence Academy in Lucknow.pdf
The evolution of the internet - its impacts on consumers
Instagram Marketing Agency by IIS INDIA.pdf
Tea and different types of tea in India
How to Break Into AI Search with Andrew Holland
exceptionalinsights.group visitor traffic statistics 08-08-25
Assignment 2 Task 1 - How Consumers Use Technology and Its Impact on Their Lives
Coleção Nature .
You Need SEO for Your Business. Here’s Why..pdf
E_Book_Customer_Relation_Management_0.pdf
Mastering Bulk Email Campaign Optimization for 2025
Captain Morgan x FOS_Revised_8.8.25.pptx
procubiz_modern digital marketingblog.docx
Kimberly Crossland Storytelling Marketing Class 5stars.pptx
Best Digital marketing service provider in Chandigarh.pptx
Digital Marketing - clear pictire of marketing
Digital Marketing Agency in Thrissur with Proven Strategies for Local Growth
Ad

Universal Google Analytics: Event Tracking

  • 1. Universal Google Analytics: Event Tracking VLAD MYSLA JustAnswer | Ask a question get an answer ASAP
  • 2. JustAnswer | Ask a question get an answer ASAP Before You Start 1. Read GA Event Tracking Reference guide describes how to send events 1 2. Install GA Debugger Chrome Extension prints useful information to the JavaScript console
  • 3. JustAnswer | Ask a question get an answer ASAP Event Tracking Usage 2 ga('send', 'event', 'transaction', 'created', 'NewQuestion', 17.99 ); ga('send', 'event', 'transaction', 'created', 'NewQuestion' ); ga('send', 'event', 'transaction', 'created', 17.99); ga('send', 'event', 'transaction', 'created', 'NewQuestion', 17.99, { option: 'value‘} ); ga('send', 'event', 'transaction', 'created', 'NewQuestion', { option: 'value'} ); ga('send', 'event', 'transaction', 'created', 17.99, { option: 'value'} );
  • 4. JustAnswer | Ask a question get an answer ASAP Event Tracking for Chat Popup Live 3 Live Demo On Production
  • 5. Actions States Transitions JustAnswer | Ask a question get an answer ASAP Event Tracking Usage button clicked question posted 4 popup visible validation error asked question after click on logo
  • 6. JustAnswer | Ask a question get an answer ASAP Basic Actions
  • 7. JustAnswer | Ask a question get an answer ASAP Basic Actions Live Li v e
  • 8. JustAnswer | Ask a question get an answer ASAP Basic Actions
  • 9. Advanced Actions JustAnswer | Ask a question get an answer ASAP
  • 10. Advanced Actions JustAnswer | Ask a question get an answer ASAP Live Li ve
  • 11. Advanced Actions JustAnswer | Ask a question get an answer ASAP Live Liv e
  • 12. JustAnswer | Ask a question get an answer ASAP States ga( ‘se
  • 13. JustAnswer | Ask a question get an answer ASAP Transitions
  • 14. JustAnswer | Ask a question get an answer ASAP Transitions Live
  • 15. JustAnswer | Ask a question get an answer ASAP Reports Live Li v e
  • 16. JustAnswer | Ask a question get an answer ASAP Reports Liv e Liv e Liv e Liv e Live Live
  • 17. JustAnswer | Ask a question get an answer ASAP Reports
  • 18. JustAnswer | Ask a question get an answer ASAP Segments
  • 19. http://www.justanswer.com/ JustAnswer | Ask a question get an answer ASAP
  • 20. JustAnswer | Ask a question get an answer ASAP