web-analytics Questions

9

I am reading about web analytic and came across GTM and GA. It seems that GA is a service provided by Google which generates reports and statistics on website traffic. As per my limited unde...

3

Solved

I have the following code to send asynchronous HTTP request using sendBeacon method, var data = { name: 'test', uniqueId: Math.random() }; var blob = new Blob([JSON.stringify(data)], {type : 'app...
Gulfweed asked 24/7, 2017 at 6:34

2

Solved

I integrated the JS timeonsite library timeonsitetracker.js in web page as given in document, <script type="text/javascript"> var Tos; (function(d, s, id, file) { var js, fjs = d.g...
Waspish asked 11/7, 2020 at 16:44

10

Solved

I want to have an HTTP GET request sent from PHP. Example: http://tracker.example.com?product_number=5230&price=123.52 The idea is to do server-side web-analytics: Instead of sending trackin...
Afternoon asked 16/1, 2013 at 13:48

1

I am fairly new to javascript, I do know basics. I am looking to build my own (from scratch) java script library just like google analytics.js that will track user behavior on websites. Basically I...

3

Solved

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 in _ga cookie?

2

Solved

I am setting up a Custom Dimension in my Google Analytics Tracking Code, however I am seeing a strange error in the Chrome Console with the Google Analytics Debugger switched on. This is my code wh...
Splenius asked 12/10, 2016 at 4:35

1

Solved

I am wondering how many hours does it takes to a new publishing version of a Google Tag Manager container to take in consideration the modifications ? I tried to find the answer without result... ...

1

I'm investigate too much on _gid and _ga. And as i know, the definition of them: _ga: used to identify unique users and it expires after 2 years. _gid: used to identify unique users and it expire...

6

Solved

I have some Google Analytics Tracking Code (GATC) on my site which triggers calls to the _gaq.push method in Google's code. In the scenario that GA is not available, or _gaq has not loaded, I want...
Glogau asked 16/11, 2012 at 10:13

1

Solved

I have a bit of a trouble understanding cookies used by Google Analytics. I understand that the tracking code included in the website collects certain information about page hits, the duration of t...
Visser asked 10/11, 2016 at 4:36

2

Solved

I have created a tag which fires when the click url contains certain words. When I view the website in GTM debug mode the tag is getting fired. But the event is not getting captured on Google Analy...
Hainaut asked 18/12, 2015 at 10:17

4

Solved

When a user signs up on my site I want to be able to store whether or not they came to my site via an Adwords campaign. I know google uses javascript to track conversions based on a cookie that i...

1

So we are using the new version of GA for Android. We have a login and logout mechanism that we are tracking using custom dimensions on the session... So as we are going through testing the analy...
Unger asked 5/2, 2013 at 20:42

1

Solved

The documentation about Client ID states that it must be a UUID Example usage: cid=35009a79-1a05-49d7-b876-2b884d0f825b But when looking at the calls that analytics.js is issuing, I see that the...
Solder asked 31/7, 2014 at 13:22

1

Solved

The documentation indicates that the userId must be set this way: ga('create', 'UA-XXXX-Y', { 'userId': 'USER_ID' }); But in a Single Page Application (SPA), the user starts as anonymous and the...

2

Solved

So Heap Analytics tells me to paste this code in order to use their product - <script type="text/javascript"> window.heap=window.heap||[];heap.load=function(a){window._heapid=a;var b=docume...
Shipboard asked 27/3, 2014 at 20:55

0

I am looking for open-source ASP.NET Web Analytics framework or tools that I can customize and add in more features in future. It has to be self-hosted. The only thing that I found in google...
Millur asked 18/9, 2013 at 8:57

1

Solved

Suppose I search for a website Website1 on google. When I click on a search result link, it takes me first to a google server URL and then redirects me to the actual site i.e. Website1. From this ...

2

Solved

I build a web analytics tool and consider to use Graphite. This is a very basic tool with just a few interesting dimentions but there are multiple dimensions associated with a measurement. For exam...
Timothea asked 6/7, 2013 at 14:44

1

I am building my own library for web analytics reference with Google Analytics, Open Web Analytics. In Google Analytics, the domain is hashed and this hash is stored in the cookie. I have found ...
Manpower asked 22/3, 2013 at 6:59

14

I'm trying to determine why an enterprise wouldn't want to use Google Analytics. Here are the main reasons I've seen mentioned: Inability to track clients that have Javascript disabled. L...
Honghonied asked 7/8, 2009 at 17:18

5

Solved

I need a hit counter for my various pages, but I can't use google analytics (my client isn't ready for cloud computing) and I can't use anything that requires access to the IIS logs (the server adm...
Arsenault asked 22/7, 2009 at 12:34

5

Just when I get quite familiar with SQL statements once again, when pulling data from Google Analytics, I found that they don't use SQL, but rather, use Dimensions and Metrics and the combinations ...

5

Solved

I need to Track Unique Visitor count in my web application. I would really like to use Google Analytics but due to the Load limitations that google imposes I will not be able to use them. I a...
Begin asked 9/10, 2009 at 1:14

© 2022 - 2025 — McMap. All rights reserved.