analytics

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

不打扰是莪最后的温柔 提交于 2019-11-29 18:43:15
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. Alexander Taylor Google Analytics ' main job is really just generating the reports and statistics about

JavaScript Remove special characters string not working

纵饮孤独 提交于 2019-11-29 17:21:44
I'm trying to remove special characters that could appear within my Google Analytics tags, as the special characters seem to be causing script errors in some versions of IE. I have this function: function removeSplChars(inStr) { inStr = inStr.replace(/[^a-zA-Z0-9 ]/g, ""); return inStr; } and there is the GA code that currently works: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '<c:out value="${profileId}"/>']); <c:choose> <c:when test="${(lastCmdName eq 'CategoryDisplay') or (lastCmdName eq 'ProductDisplay')}" > _gaq.push(['_setCustomVar', 2, // This

Looking for real-time web server analytics package [closed]

Deadly 提交于 2019-11-29 10:56:34
问题 I am the programmer for the Education department at a county hospital. I would like to be able to see some real-time stats on an IIS6 web server that is only accessible in-house. I'm looking for something similar to what 1and1.com provides for their customers (if you're familiar with what they offer). I have a Classic ASP/VBScript based Learning Management System that I would like to do some traffic analysis on, and the last package I tried (the site for it no longer exists) ran fine for a

Can one have multiple queries in streaming analytics job?

三世轮回 提交于 2019-11-29 10:54:09
As the title says, can you have more than one query in an Azure Streaming Analytics job? If so, how should that be structured? Vignesh Chandramohan 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/36287058/can-one-have-multiple-queries-in-streaming-analytics-job

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

非 Y 不嫁゛ 提交于 2019-11-29 04:39:04
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.youtube.com/embed/z6lL83wl31E" frameborder="0" allowfullscreen></iframe><li> <li class="video" id="video2">

Google Analytics V4 - String xml configuration name not recognized: ga_trackingId

蹲街弑〆低调 提交于 2019-11-29 00:36:35
I am trying to include Google Analytics to my Android project. Last time i used it was V2 and worked well. Now i am having issue with this 11-10 20:15:35.493 1957-1957/com.xxx W/GAv4: Int xml configuration name not recognized: ga_sessionTimeout 11-10 20:15:35.508 1957-1957/com.xxx W/GAv4: Bool xml configuration name not recognized: ga_autoActivityTracking 11-10 20:15:35.508 1957-1957/com.xxx W/GAv4: String xml configuration name not recognized: ga_trackingId global_tracker.xml <?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore=

Is there a way track the focus on tab with Javascript?

落爺英雄遲暮 提交于 2019-11-28 21:41:54
We need to track the EFFECTIVE time on site of our users Most users, when they're done, leave the tab open and move to another tab Time on site it's extremely inaccurate Is there a Javascript Event to track the "loss of focus" of the current tab ? This should work both on tab switch and on browser window losing focus: function onBlur() { document.body.className = 'blurred'; }; function onFocus(){ document.body.className = 'focused'; }; if (/*@cc_on!@*/false) { // check for Internet Explorer document.onfocusin = onFocus; document.onfocusout = onBlur; } else { window.onfocus = onFocus; window

Django saving the whole request for statistics, whats available?

帅比萌擦擦* 提交于 2019-11-28 20:47:00
I want to save everything that can be used for statistics, such as referrer, os, browser etc. What is available and what's the best way to store it? This is only important for 1 application (1 page) in the project, the other pages some standard analytics product will be used such as google analytics. I had a look at django-tracking, but it seems this is overkill as I only want to use it on 1 view. The ideal situation would be, passing the whole request object to a TaskQue and do the processing later. So the user is redirected first and the analytics processing will be done behind the scenes.

Flurry Analytics vs Google Analytics on the mobile platform [closed]

夙愿已清 提交于 2019-11-28 17:29:43
I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for the Android and the iPhone and seem very similar in most ways. Do any of you have experience with both or either and could you highlight some of the noticeable differences between the two? thanks! I have used Flurry which was really really easy to setup but kinda scary in all the information that it sends to the Flurry servers. You might want to check out this article about android apps and

How does Litmus track their email analytics?

空扰寡人 提交于 2019-11-28 16:25:28
So, 'Litmus', a web app for testing emails and webpages across browsers and email clients, has a proprietary method that they claim is able to track not just opens, clicks, browsers, etc (standard with an embedded image and pass-through link tracking.) What's unique is they claim that they are able to track what actions the end user took, how long the end user read it for, and if they deleted or forwarded the email. They claim they do this without JavaScript, and purely using embedded images. They claim that the method works across most major email clients. What could they be doing to track