analytics

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

隐身守侯 提交于 2019-11-28 13:34:18
问题 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 understanding in order to generate this reports we need to perform some type of tagging at our end. It also looks like that in GTM also we need to add some tags in our website. So, if both GA & GTM are related to tagging what is the difference between them and why do we have two different products by google.

Firebase: There was an unknown error while processing the request. Try again.

ε祈祈猫儿з 提交于 2019-11-28 10:43:35
I'm just trying to creating new project in Firebase but getting this error every time. Akang Toshi What I did was sign out from Firebase and sign back in again. This worked. The project was already created. The problem occurred because maybe the Firebase console was unable to sync or refresh, but signing out and back in worked for me. Try that. I have this issue as well however, it was because of an outage in the Firebase service. To check for outages, go to: https://status.firebase.google.com You can see there are red dots which shows the outage in the Firebase console. Clicking on the red

Google analytics track pdf downloads

梦想与她 提交于 2019-11-28 05:11:10
问题 I was wondering if anyone has gotten file download and external link tracking with google analytics working. I read here how its done http://support.google.com/googleanalytics/bin/answer.py?hl=en&answer=55529. But I tried implementing it on my links and its been a couple weeks since I did it and I can't see where it has shown up. (I know i've clicked it a couple of times) Here is the code I have used. For an external link <a onclick="javascript: _gaq.push(['_trackPageview', '/external-link

How do I track file downloads

 ̄綄美尐妖づ 提交于 2019-11-28 05:09:57
I have a website that plays mp3s in a flash player. If a user clicks 'play' the flash player automatically downloads an mp3 and starts playing it. Is there an easy way to track how many times a particular song clip (or any binary file) has been downloaded? Is the play link a link to the actual mp3 file or to some javascript code that pops up a player? If the latter, you can easily add your own logging code in there to track the number of hits to it. If the former, you'll need something that can track the web server log itself and make that distinction. My hosting plan comes with Webalizer,

Can one have multiple queries in streaming analytics job?

十年热恋 提交于 2019-11-28 04:28:28
问题 As the title says, can you have more than one query in an Azure Streaming Analytics job? If so, how should that be structured? 回答1: yes, you can have multiple queries in stream analytics job. You would do something like below select * into type1Output from inputSource where type = 1 select * into type2Output from inputSource where type = 2 The job has two outputs defined, called type1Output and type2Output. Each query writes to a different output. 来源: https://stackoverflow.com/questions

Google Analytics API and .Net

╄→尐↘猪︶ㄣ 提交于 2019-11-28 03:35:51
Google announced the Analytics Data Export API some days ago, thereby making it much easier to get analytics data for a site. The API debuted with Java and Javascript clients, but no direct .Net support (other than going straight for the XML). It seems the API is similar to the other Google Data APIs though, and there's a .Net client for those . Has anyone tried using the components in that library to get at the analytics data? I'm in the process of building an ASP.Net MVC site and thought I'd use Google Analytics to generate "Most viewed" lists and stuff like that (since Google is probably

what are the values in _ga cookie?

徘徊边缘 提交于 2019-11-28 03:01:59
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? _ga=1.2.286403989.1366364567; 1st Field This is a versioning number. In case the cookie format changes in the future. Seems to be fixed at 1 at the moment. The one above is an old format. Newer cookies have this value set at "GA1" 2nd Field This field is used to figure out the correct cookie in case multiple cookies are setup in different paths or domains. By default cookie are setup at path / and at the

Race condition and using Google Analytics Asynchronous (_gaq) synchronously

試著忘記壹切 提交于 2019-11-27 20:10:23
I have a website which is using Google Analytics newer asynchronous tracking method (_gaq). The problem I've run into is that I want to institute some specific link tracking and am worried that I will be creating a race condition. Basically, it's a news website so it has headlines which link to stories all over the place. A headline for a story might appear in 3 different places on a page, and appear on hundreds of other pages. Thus, in order to understand how our audience is interacting with the site we have to track how each specific headline block is used, and not just the destination.

How can I track a click event of an embedded video (youtube, vimeo, etc.)? (to track play count)

别来无恙 提交于 2019-11-27 18:24:31
问题 Is there a way to track play counts for embedded videos? Ideally without resorting to a thumbnail linked to launch the embed / iframe code. Example (try it yourself on jsFiddle): <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> </head> <body> <div id="log"></div> <ul> <li class="video" id="video1"><iframe width="480" height="390" src="http://www

How to export Firebase analytics data

别等时光非礼了梦想. 提交于 2019-11-27 15:06:38
I'm trying to figure out if it's possible to export all the Firebase Analytics data to an excel spreadsheet, similar to how you can do it with Google Analytics. From what I can find the only way to go about doing it is to link with BigQuery then do some SQL statements to build a table and export. Unfortunately for us this is not going to work (due to client budget and capabilities). Is there any other way to export this data that I'm missing? Steve Ganem Update : You can now export the analytics reports as CSV from the Firebase console by clicking the Download CSV option from the ⠇ overflow