universal-analytics

Event Value ? Google analytics / measurement protocol

落花浮王杯 提交于 2019-11-29 20:56:05
How to use event value / view it when I use event tracking with measurement protocol. Currently in events tab in google analytics UI, I can check category , action but cant see the value associated with it that I sent to GA. Thanks Crayon Violent First off, make sure you are passing a correct value to the value argument. The value argument expects an integer value (not string), e.g. // bad _gaq.push(['_trackEvent', 'Category', 'Action', 'Label', "some random string"]); // bad _gaq.push(['_trackEvent', 'Category', 'Action', 'Label', "123"]); // good _gaq.push(['_trackEvent', 'Category', 'Action

Analytics on a bootstrap modal with pageview and time related metrics

↘锁芯ラ 提交于 2019-11-28 22:01:16
I have a page (let's name it the overview page) with a lot of images of projects that on a click open a bootstrap (v3) modal with more info about that project. Each project also has its own page (single page). I'd like to track pageviews for the projects when a user opens the modal with Google (universal) analytics. Now I'm planning on doing this by adding the following code to each link on the overview page: onClick="ga('send','pageview','/url-to-project-page');" I expect this works fine since I've seen this method in other posts regarding tracking pageviews on AJAX calls. But I'm wondering

Google Analytics - Getting raw data logs

放肆的年华 提交于 2019-11-28 07:36:05
I have an app that sends data to Google Analytics. I am interested in accessing and storing this data on a Hadoop cluster. I am guessing this raw data will be in the form of logs. In particular, I would like to see the user_id, the searches made by the user and the search option that he/she decided to pay for on the app. How can I do this? I am completely new to GA and I was not the one who set up GA for the app. I am just trying to see if there is a way through which I can access this raw data. Would like to add that I cannot use Big Query since we do not have access to it. And the folks who

Analytics on a bootstrap modal with pageview and time related metrics

折月煮酒 提交于 2019-11-27 14:25:09
问题 I have a page (let's name it the overview page) with a lot of images of projects that on a click open a bootstrap (v3) modal with more info about that project. Each project also has its own page (single page). I'd like to track pageviews for the projects when a user opens the modal with Google (universal) analytics. Now I'm planning on doing this by adding the following code to each link on the overview page: onClick="ga('send','pageview','/url-to-project-page');" I expect this works fine

Google Analytics - Getting raw data logs

回眸只為那壹抹淺笑 提交于 2019-11-27 05:45:25
问题 I have an app that sends data to Google Analytics. I am interested in accessing and storing this data on a Hadoop cluster. I am guessing this raw data will be in the form of logs. In particular, I would like to see the user_id, the searches made by the user and the search option that he/she decided to pay for on the app. How can I do this? I am completely new to GA and I was not the one who set up GA for the app. I am just trying to see if there is a way through which I can access this raw