Google Analytics

Google Analytics is a web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand.[1] Google launched the service in November 2005 after acquiring Urchin.[2][3]

Google Analytics
Type of site
Web analytics
OwnerGoogle
URLanalytics.google.com
CommercialYes
RegistrationRequired
LaunchedNovember 14, 2005 (2005-11-14)
Current statusActive

As of 2019, Google Analytics is the most widely used web analytics service on the web.[4] Google Analytics provides an SDK that allows gathering usage data from iOS and Android app, known as Google Analytics for Mobile Apps.[5] Google Analytics can be blocked by browsers, browser extensions, firewalls and other means.

Google Analytics has undergone many versions since its inception. It is currently on its 4th iteration of the platform which is called GA4.[6] GA4, now being the default Google Analytics installation, is the renamed version for the App+Web Property that Google had released in 2019 in a Beta form. GA4 has currently replaced UA, Universal Analytics. One notable feature of GA4 is a natural integration with Google's Big Query a feature previously only available with the enterprise GA 360. This move indicates efforts by Google to integrate GA and its free users into their wider cloud offering.

Features

Google Analytics is used to track website activity such as session duration, pages per session, bounce rate etc. of individuals using the site, along with the information on the source of the traffic. It can be integrated with Google Ads,[7] with which users can create and review online campaigns by tracking landing page quality and conversions (goals). Goals might include sales, lead generation, viewing a specific page, or downloading a particular file.[8] Google Analytics' approach is to show high-level, dashboard-type data for the casual user, and more in-depth data further into the report set. Google Analytics analysis can identify poorly performing pages with techniques such as funnel visualization, where visitors came from (referrers), how long they stayed on the website and their geographical position. It also provides more advanced features, including custom visitor segmentation.[9] Google Analytics e-commerce reporting can track sales activity and performance. The e-commerce reports shows a site's transactions, revenue, and many other commerce-related metrics.[10]

On September 29, 2011, Google Analytics launched Real-Time analytics, enabling a user to have insight about visitors currently on the site.[11] A user can have 100 site profiles. Each profile generally corresponds to one website. It is limited to sites that have a traffic of fewer than 5 million page views per month (roughly 2 pageviews per second) unless the site is linked to a Google Ads campaign.[12] Google Analytics includes Google Website Optimizer, rebranded as Google Analytics Content Experiments.[13][14] Google Analytics' Cohort analysis helps in understanding the behaviour of component groups of users apart from your user population. It is beneficial to marketers and analysts for the successful implementation of a marketing strategy.

History

Google acquired Urchin Software Corp. in April 2005.[2] Google's service was developed from Urchin on Demand. The system also brings ideas from Adaptive Path, whose product, Measure Map, was acquired and used in the redesign of Google Analytics in 2006.[15] Google continued to sell the standalone, installable Urchin WebAnalytics Software through a network of value-added resellers until discontinuation on March 28, 2012.[16][17] The Google-branded version was rolled out in November 2005 to anyone who wished to sign up. However, due to extremely high demand for the service, new sign-ups were suspended a week later. As capacity was added to the system, Google began using a lottery-type invitation-code model. Before August 2006, Google was sending out batches of invitation codes as server availability permitted; since mid-August 2006 the service has been fully available to all users – whether they use Google for advertising or not.[18]

The newer version of Google Analytics tracking code is known as the asynchronous tracking code,[19] which Google claims is more sensitive and accurate, and is able to track very short activities on the website. The previous version delayed page loading, and so, for performance reasons, it was generally placed just before the </body> body close HTML tag. The new code can be placed between the <head>...</head> HTML head tags because, once triggered, it runs in parallel with page loading.[20] In April 2011 Google announced the availability of a new version of Google Analytics featuring multiple dashboards, more custom report options, and a new interface design.[21] This version was later updated with some other features such as real-time analytics and goal flow charts.[11][22]

In October 2012 another new version of Google Analytics was announced, called Universal Analytics.[23] The key differences from the previous versions were: cross-platform tracking, flexible tracking code to collect data from any device, and the introduction of custom dimensions and custom metrics.[24]

In March 2016, Google released Google Analytics 360, which is a software suite that provides analytics on return on investment and other marketing indicators. Google Analytics 360 includes five main products: Analytics, Tag Manager, Optimize, Data Studio, Surveys, Attribution, and Audience Center.[25]

In October 2017 a new version of Google Analytics was announced, called Global Site Tag. Its stated purpose was to unify the tagging system to simplify implementation.[26]

In June 2018, Google introduced Google Marketing Platform, an online advertisement and analytics brand.[27] It consists of two former brands of Google, DoubleClick Digital Marketing and Google Analytics 360.[28]

In October 2020, Google released Google Analytics 4, under the acronym GA4.[29]

Technology

Google Analytics is implemented with "page tags", in this case, called the Google Analytics Tracking Code,[30] which is a snippet of JavaScript code that the website owner adds to every page of the website. The tracking code runs in the client browser when the client browses the page (if JavaScript is enabled in the browser) and collects visitor data and sends it to a Google data collection server as part of a request for a web beacon.[31]

The tracking code loads a larger JavaScript file from the Google web server and then sets variables with the user's account number. The larger file (currently known as ga.js) was typically 40 kB as of May 2018.

The file does not usually have to be loaded, however, due to browser caching. Assuming caching is enabled in the browser, it downloads ga.js only once at the start of the visit. Furthermore, as all websites that implement Google Analytics with the ga.js code use the same master file from Google, a browser that has previously visited any other website running Google Analytics will already have the file cached on their machine.

In addition to transmitting information to a Google server, the tracking code sets a first party cookie (If cookies are enabled in the browser) on each visitor's computer. This cookie stores anonymous information called the ClientId.[32] Before the launch of Universal Analytics, there were several cookies storing information such as whether the visitor had been to the site before (new or returning visitor), the timestamp of the current visit, and the referrer site or campaign that directed the visitor to the page (e.g., search engine, keywords, banner, or email).

If the visitor arrived at the site by clicking on a link tagged with UTM parameters (Urchin Tracking Module) such as:

https://www.example.com/page?utm_content=buffercf3b2&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

then the tag values are passed to the database too.

Limitations

In addition, Google Analytics for Mobile Package allows Google Analytics to be applied to mobile websites. The Mobile Package contains server-side tracking codes that use PHP, JavaServer Pages, ASP.NET, or Perl for its server-side language.[33] However, many ad filtering programs and extensions such as Firefox's Enhanced Tracking Protection,[34] the browser extension NoScript and the mobile phone app Disconnect Mobile can block the Google Analytics Tracking Code. This prevents some traffic and users from being tracked and leads to holes in the collected data. Also, privacy networks like Tor will mask the user's actual location and present inaccurate geographical data. A small fraction of users don't have JavaScript-enabled/capable browsers or turn this feature off.[35] These limitations, mainly ad filtering programs, can allow a significant number—sometimes the majority—of visitors to avoid the tracker.[36]

One potential impact on data accuracy comes from users deleting or blocking Google Analytics cookies.[37] Without cookies being set, Google Analytics cannot collect data.[38] Any individual web user can block or delete cookies resulting in the data loss of those visits for Google Analytics users. Website owners can encourage users not to disable cookies by, for example, making visitors more comfortable using the site through posting a privacy policy. These limitations affect the majority of web analytics tools which use page tags (usually JavaScript programs) embedded in web pages to collect visitor data, store it in cookies on the visitor's computer, and transmit it to a remote database by pretending to load a tiny graphic "beacon".

Another limitation of Google Analytics for large websites is the use of sampling in the generation of many of its reports. To reduce the load on their servers and to provide users with a relatively quick response to their query, Google Analytics limits reports to 500,000 randomly sampled sessions at the profile level for its calculations. While margins of error are indicated for the visits metric, margins of error are not provided for any other metrics in the Google Analytics reports. For small segments of data, the margin of error can be very large.[39]

Performance

There have been several online discussions about the impact of Google Analytics on site performance.[40][41][42] However, Google introduced asynchronous JavaScript code in December 2009 to reduce the risk of slowing the loading of pages tagged with the ga.js script.[43][44]

Privacy

Due to its ubiquity, Google Analytics raises some privacy concerns. Whenever someone visits a website that uses Google Analytics, Google tracks that visit via the users' IP address in order to determine the user's approximate geographic location. To meet German legal requirements, Google Analytics can anonymize the IP address.[45] Google has also released a browser plug-in that turns off data about a page visit being sent to Google, however, this browser extension is not available for mobile browsers.[46][47] Since this plug-in is produced and distributed by Google itself, it has met much discussion and criticism. Furthermore, the realization of Google scripts tracking user behavior has spawned the production of multiple, often open-source, browser plug-ins to reject tracking cookies.[48] These plug-ins allow users to block Google Analytics and similar sites from tracking their activities. However, partially because of new European privacy laws, most modern browsers allow users to reject tracking cookies, though Flash cookies can be a separate problem.

It has been anecdotally reported that errors can occur behind proxy servers and multiple firewalls, changing timestamps and registering invalid searches.[49] Webmasters who seek to mitigate Google Analytics' specific privacy issues can employ a number of alternatives having their backends hosted on their own machines. Until its discontinuation, an example of such a product was Urchin WebAnalytics Software from Google itself.[16][17] On January 20, 2015, the Associated Press reported that HealthCare.gov was providing access to enrollees' personal data to private companies that specialized in advertising, mentioning Google Analytics specifically.[50]

Support and training

Google offers free Google Analytics IQ Lessons,[51] Google Analytics certification test,[52] free Help Center[53] FAQ and Google Groups forum for official Google Analytics product support. New product features are announced on the Google Analytics Blog.[54] Enterprise support is provided through Google Analytics Certified Partners[55] or Google Academy for Ads.

Third-party support

The Google Analytics API[56] is used by third parties to build custom applications[57] such as reporting tools. Many such applications exist. One was built to run on iOS (Apple) devices and is featured in Apple's app store.[58] There are some third party products that also provide Google Analytics-based tracking.[59] The Management API, Core Reporting API, MCF Reporting API, and Real Time Reporting API are subject to limits and quotas.[60]

Popularity

Google Analytics is the most widely used website statistics service.[4] In May 2008, Pingdom released a survey stating that 161 of the 500 (32%) biggest sites globally according to their Alexa rank were using Google Analytics.[61][62]

A later piece of market share analysis claimed that Google Analytics was used by around 49.95% of the top 1,000,000 websites (as ranked in 2010 by Alexa Internet).[63]

In 2012, its use was around 55% of the 10,000 most popular websites.[64] And in August 2013, Google Analytics was used by 66.2% of the 10,000 most popular websites ordered by popularity, as reported by BuiltWith.[65]

Google Analytics has proven useful for those in medical education who wish to better understand the web browsing habits of learners in certain settings, such as anatomy laboratories.[66]

See also

References

  1. "Get the Power of Google Analytics: Now available in Standard or Premium, whatever your needs are Google Analytics can help". Retrieved 2012-04-08.
  2. "Our history in depth". Retrieved 2012-07-16.
  3. "Google Acquires Urchin Software". The New York Times. Associated Press. 2005-03-29. ISSN 0362-4331. Retrieved 2019-04-04.
  4. "Usage of traffic analysis tools for websites". W3Techs. 27 February 2019. Retrieved 27 February 2019. Site frequently updated.
  5. "Google Analytics for Mobile Apps | Analytics Implementation Guides and Solutions | Google Developers". Google Developers. Retrieved 2017-08-25.
  6. https://developers.google.com/analytics/devguides/collection/ga4
  7. "Link Google Analytics and Google Ads accounts - Previous - Google Ads Help". support.google.com. Retrieved 2019-04-04.
  8. How do Goals work in Analytics and Adwords?, Cerebro Marketing, archived from the original on March 6, 2016, retrieved February 17, 2016
  9. Build new segments, retrieved August 8, 2017
  10. Enhanced Ecommerce Reports, retrieved February 17, 2016
  11. "What's happening on your site right now?".
  12. "Google Analytics Help: Does Google Analytics have a pageview limit?".
  13. "Website Optimizer". Retrieved 2012-07-20.
  14. Tzemah, Nir. "Helping to Create Better Websites: Introducing Content Experiments". Google Analytics Blog. Retrieved 2012-06-04.
  15. "Here comes Measure Map".
  16. Muret, Paul (January 20, 2012). "The End of an Era for Urchin Software". Google Analytics. Archived from the original on 2012-04-13. Retrieved 2012-04-07.
  17. Muret, Paul. "The End of an Era for Urchin Software". Google Analytics. Retrieved 2012-04-07.
  18. "Google Analytics - zenbatetanola". sites.google.com. Retrieved 2016-03-17.
  19. "Asynchronous Tracking Code".
  20. "Google Tag Manager: A Step-By-Step Guide | Analytics & Optimization". online-behavior.com. Retrieved 2016-03-17.
  21. "The New Google Analytics Available to Everyone".
  22. "Introducing Flow Visualization: visualizing visitor flow".
  23. "Re-imagining Google Analytics to support the versatile usage patterns of today's users".
  24. "About Universal Analytics - Analytics Help". support.google.com.
  25. Muret, Paul (2016-03-15). "Introducing the Google Analytics 360 suite". Google. Retrieved 2018-10-07.
  26. "Add gtag.js to your site".
  27. "Introducing simpler brands and solutions for advertisers and publishers". Google. 2018-06-27. Retrieved 2018-07-27.
  28. Spangler, Todd (2018-06-27). "Google Killing Off DoubleClick, AdWords Names in Rebranding of Ad Products". Variety. Retrieved 2018-07-27.
  29. Srinivasan, Vidhya (2020-10-14). "Introducing the new Google Analytics". Google. Retrieved 2020-10-16.
  30. "How To Use Google Analytics Event Tracking". Matthew Woodward. January 9, 2020.
  31. "Tracking Code Overview | Google Analytics". Google Developers.
  32. "Cookies and User Identification". developers.google.com.
  33. "Google Analytics for Mobile package". Archived from the original on 2013-01-24.
  34. "Enhanced Tracking Protection in Firefox for desktop | Firefox Help". support.mozilla.org. Retrieved 2020-03-26.
  35. "What percentage of browsers with javascript disabled? - Blockmetry". blockmetry.com. Retrieved 2019-06-07.
  36. Chetty, Marshini; Narayanan, Arvind; Vitak, Jessica; Mathur, Arunesh (2018). Characterizing the Use of Browser-Based Blocking Extensions To Prevent Online Tracking. pp. 103–116. ISBN 9781939133106.
  37. Brian Clifton. "Accuracy Whitepaper for web analytics".
  38. "Cookies and User Identification | Analytics for Web (analytics.js)". Google Developers. Retrieved 2021-01-28.
  39. "Segmentation Options in Google Analytics". Archived from the original on 2009-06-22.
  40. "Google Groups".
  41. "Google Analytics Code is Slowing Down My Site - Analytics Market". 2019-01-27.
  42. "Is Google Analytics Slow or Not? — Woopra". 4 February 2009. Archived from the original on 15 February 2010. Retrieved 8 August 2010.
  43. "Google Analytics Launches Asynchronous Tracking - The official Google Code blog". 1 December 2009.
  44. "Making the Web Faster".
  45. "Tracking Code: The _gat Global Object". January 24, 2012. Retrieved 2012-06-27.
  46. Albanesius, Chloe (May 25, 2010). "Opt Out of Google Analytics Data Gathering With New Beta Tool". PC Magazine.
  47. "Greater choice and transparency for Google Analytics". May 25, 2010.
  48. "The NoScript Firefox extension provides extra protection for Firefox, Flock, Seamonkey, and other Mozilla-based browsers".
  49. Greenberg, Andy (December 11, 2008). "The Virus Filters". Forbes.
  50. Government health care website quietly sharing personal data. Associated Press
  51. "Analytics Academy".
  52. "Google Testing Center".
  53. "Analytics Help".
  54. "Analytics Blog".
  55. "Google Analytics Partner Services and Technologies".
  56. "Google Analytics - Google Developers".
  57. "Apps - Google Analytics Partner Services and Technologies".
  58. "Analytics by Net Conversion".
  59. "Google Analytics Tracking for WSO2 API Manager".
  60. "API Limits and Quotas - Analytics Management API - Google Developers".
  61. "Google Analytics dominates the top 500 websites". Pingdom. 2008-05-28. Retrieved 2012-07-17.
  62. "La terminología de Google Analytics #marketing #seo". Frikipandi - Web de Tecnología - Lo más Friki de la red. April 3, 2014.
  63. "Google Analytics Market Share". MetricMail. Archived from the original on 2010-08-27. Retrieved 2010-08-21.
  64. "Google Biz Chief: Over 10M Websites Now Using Google Analytics". TechCrunch. Retrieved 2012-04-25.
  65. "Google Analytics Usage Statistics".
  66. Pascoe, Michael (22 June 2020). "Web Browsing Habits of Healthcare Professions Students in Gross Anatomy Laboratory". Anatomical Sciences Education. 13 (4): 520. doi:10.1002/ase.1934. PMID 31833217. Retrieved 1 October 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.