Top "Google-analytics" questions

Google Analytics is a free web analytics solution that uses JavaScript to send data.

ga or _gaq.push for Google Analytics event tracking?

I would like to track an onclick of a button on a page on a site, after a condition is …

jquery events google-analytics tracking
how to get the Google analytics client ID

When you are creating a new instance of analytics.js by running ga('create', 'UA-XXXXXXX-Y', {'cookieDomain': 'none'}); GA creates a …

javascript google-analytics
Google analytics in header or footer?

My questions is, do you put Google Analytics Javascript code in the header or at the very bottom of the …

javascript html google-analytics webpage
Google Analytics Event Tracking onClick Code

I'm trying to set up event tracking on my web site but can't get it working correctly. My tracking code: &…

google-analytics
Tracking link clicks with google analytics?

I'm a complete beginner with Google Analytics, and I need to know how to set it up so that it …

javascript google-analytics
Is there a setting on Google Analytics to suppress use of cookies for users who have not yet given consent

According to EU Article 5(3) of the E-Privacy Directive (a.k.a 'The Cookie Laws'), web sites that target EU users …

javascript cookies google-analytics
How to test android referral tracking?

I'm implementing some code to do my own referral tracking on downloads from the Android market. See Android referral tracking …

android google-analytics google-play referrer
Can Google Analytics show me visits by hour?

I am interested in seeing visits on my site broken down by hour - is there any way to generate …

google-analytics google-analytics-api
Angular 4+ using Google Analytics

I'm trying to use the Google Analytics with angular 4, but i can't find any @type to ga.js in ts. …

angular typescript google-analytics typescript-typings
google analytics - multiple trackers on one page (cookie conflict)

I'm writing a web application that's supposed to be embedded in other people's websites (kind of a widget). I'm using …

javascript cookies google-analytics widget