google-analytics

Google Play Store: App page does not show download statistics

谁说胖子不能爱 提交于 2019-12-25 09:59:46
问题 I have developed few apps, and published them on google playstore , but it is not showing number of installs to user . What's wrong in that, can you help me in that? Look at this screenshot to understand my problem,there is no additional information shown for number of installs My apps can be seen here. By the way is google analytics code neccessary to show it? I didn't implemented analytics code in my app. 回答1: It is not showing number of installs to user. For new apps it takes around 1.5 to

Select revenue per landing page for nested table using Google Big Query

孤人 提交于 2019-12-25 09:15:04
问题 I'm trying to pick up Google Big Query and figure our how I can replicate some standard reporting for the London Cycle Helmet GA sample data. A simple example I've stumbled up on is selecting sum of revenue split by landing page. Nested tables are new to me and I'm struggling to find any examples that do this or similar using standard SQL. How can this be done using standard SQL? Or can anyone point me towards any similar examples? Update Apologies for not providing more details upfront. I've

Tracking WP Post Tags using Google Analytics and dataLayer (GTM)

雨燕双飞 提交于 2019-12-25 08:25:14
问题 I set the dataLayer variable with the post author, tags and categories data. All these were already created as custom dimensions on Analytics. The problem is that Post Tags and Categories are arrays, Do I have to split the arrays on Google Tag Manager? (Or something like that, IDK). I did a test with Post Categories setting up pageCategory[0] as Data Layer Variable Name (Because I need only the first category) but It's not working good. The dataLayer looks like this: { "pagePostType":"post",

google analytics API implementation for tracking a specific user activities in php

懵懂的女人 提交于 2019-12-25 08:22:14
问题 I'm developing an e-commerce student project using php (laravel framework), I have found lots of tutorials about using google analytics, but very rarely about how to retrieve data to my web site using APIs. I have the following questions: how to retrieve all data from google analytics to my web site using API. how to retrieve all data of UserID view? because I want to get all data about a specific user to know what is he/she (browser, language, country, Os .... etc) to use it to personalize

Google Analytics and Tag Manager, support for custom page paths?

馋奶兔 提交于 2019-12-25 08:17:28
问题 Just starting with Google Tag Manager. In my analytics setup I am sending custom page paths to canonicalize or "unify" the page path since in the web app there can be many different URLs for the same page. Example: /?action=view /view /view_page and in my GA for that page I'm sending: ga('send', 'pageview', '/view'); I can't figure out how to set this up with GTM. I have access to the server side so I can make any necessary changes there. I tried setting it in the dataLayer link this: <script

Set custom dimension value only once

此生再无相见时 提交于 2019-12-25 08:17:07
问题 Is it possible to create a user or a session level custom dimension whose value only gets set once when the user first lands on the product? For example, if pages of a product always set a dimension, is it possible to only consider the first value and disregard the rest (the other sets). Is there something in GA which would enable this or is it left to the developer to write code so that the value is set only once. 回答1: Custom Dimensions will always take the most recent value (hit/session

How to get user surfing statistics?

早过忘川 提交于 2019-12-25 07:27:45
问题 This question is connected with Get user data collected by Google tag manager in order to make it more concrete. I have a Ruby-on-Rails web application. Assume, that some user comes to my site, surfs several pages and then sends me a feedback through feedback form. Is there any way to gather such information like: which keywords led user to my site what pages did he visited on my site and for how long any other surfing statistics, that could be interesting in order to send it together with

Google analytics record page view though ajax call

一笑奈何 提交于 2019-12-25 07:13:53
问题 I am logging page view through ajax action when my inner page content gets loaded. Issue is bounce rate data is not updated (always 0%) Default ga page view record logged from footer. <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js

set up dtm and analytics on a new website

僤鯓⒐⒋嵵緔 提交于 2019-12-25 06:55:03
问题 I have a 3 page website. I want to know how many unique visitors visit each page of the website. That is how many unique visitors in page A, and from page how many reach page B and from page B how many reach page C. I am unable to determine or understand how the eVars and success events will be set in this scenario. Please help. 回答1: This can be accomplished quickly using the default path reports in Adobe Analytics. This "out of the box" report will show you a "fall out" of visitors who

bind inner links on a webpage to load dynamically without increasing the analytics bounce rate

霸气de小男生 提交于 2019-12-25 05:35:45
问题 I need to make the user stay on my webpage without reloading it. So I used Jquery bind option to bind all the anchor links so that only some part of the webpage can be loaded dynamically without reloading the page which helps the Jquery music player(static content) on my page plays the songs without any breaks. Note that all the anchor links can be loaded directly also. Will this method affect google analytics? Will analytics detect this method as a page load? I thinks this method increases