Top "Web-analytics" questions

Web analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding and optimizing web usage.

What is the difference between google tag manager and google analytics?

I am reading about web analytic and came across GTM and GA. It seems that GA is a service provided …

google-analytics tags analytics web-analytics google-tag-manager
what are the values in _ga cookie?

I am using universal analytics. universal analytics creates first party cookie _ga _ga=1.2.286403989.1366364567; 286403989 is clientId 1366364567 is timestamp what is 1 and 2 …

cookies google-analytics analytics web-analytics analytics.js
Send HTTP request from PHP without waiting for response?

I want to have an HTTP GET request sent from PHP. Example: http://tracker.example.com?product_number=5230&price=123.52 …

php http curl server-side web-analytics
How to capture if a visitor is from a google adwords click

When a user signs up on my site I want to be able to store whether or not they came …

google-analytics tracking google-ads-api web-analytics
Command ignored. Unknown target: undefined when setting Custom Dimension in Google Analytics tracking code

I am setting up a Custom Dimension in my Google Analytics Tracking Code, however I am seeing a strange error …

javascript google-analytics web-analytics
checking if the Google Analytics _gaq object is loaded and available

I have some Google Analytics Tracking Code (GATC) on my site which triggers calls to the _gaq.push method in …

javascript jquery google-analytics typeof web-analytics
Difference between a visit in Omniture and Google Analytics

GA : « A period of interaction between a visitor's browser and a particular website, ending when the browser is closed or …

google-analytics analytics web-analytics adobe-analytics
Google Tag Manager tag is fired but event does not show up in Google Analytics Real Time Events Tab

I have created a tag which fires when the click url contains certain words. When I view the website in …

google-analytics google-tag-manager web-analytics
Alternative to google analytics that runs on ASP.NET and doesn't use IIS logs?

I need a hit counter for my various pages, but I can't use google analytics (my client isn't ready for …

asp.net web-analytics web-analytics-tools
sendBeacon API not working temporarily due to security issue, any workaround?

I have the following code to send asynchronous HTTP request using sendBeacon method, var data = { name: 'test', uniqueId: Math.random() }; …

google-chrome webkit web-analytics sendbeacon