google-analytics

Google Analytics screenname for events

拥有回忆 提交于 2019-12-12 16:08:35
问题 I'm confused about the "Screen Name" dimension in Google Analytics. If you go to Behaviour -> Events -> Screens you'll see it. I'm wondering how you can attach a screen name to an event. Currently I'm tracking screenview (hits) and event (hits). I thought analytics could get the screenname for an event by looking at the last screenview. But this doesn't seem to be the case. Btw I'm using the Measurement Protocol. Any ideas on this? 回答1: I thought analytics could get the screenname for an

Google Analytics: Simultaneously running Classic and Universal Tracking

断了今生、忘了曾经 提交于 2019-12-12 15:08:35
问题 I recently needed to enable Demographics and Interest Reporting on a website which had already upgraded to the Universal tracking code. Since the universal tracking code isn't set to support Demographic and Interest Reports until Phase 3, I decided to create a new Google Analytics property for the same site. The site, SEOcial, is now simultaneously running the universal tracking code and the classic tracking code with Demographics and Interest Reporting enabled to two different Google

Ruby real time google analytics API

…衆ロ難τιáo~ 提交于 2019-12-12 14:27:28
问题 I am trying to get activeVisitors with the google-api-ruby-client. The client is listed in the real time google analytics API docs here however I see nothing in the docs about using it for real time api. I see the function discovered_api however I see no list for posisble parameters for the API name. Example for Regular Analytics API: # Get the analytics API analytics = client.discovered_api('analytics','v3') Does anyone know how to use this client to get real time active visitors? Here is

prevent my data from affecting google analytics

给你一囗甜甜゛ 提交于 2019-12-12 13:24:11
问题 I recently launched a website and I'm using google analytics to track traffic and trends. Unfortunately I like to check on the site a lot myself along with my business partner, and our data is affecting our google analytics! Is there a simple way to make it such that certain user activity won't get tracked by google analytics? I'm thinking of maybe attaching another domain name (or subdomain) to my site that I can access my website through. If I do that, will that still get logged? Is there

How export more than 5000 rows from google analytics to an excel

断了今生、忘了曾经 提交于 2019-12-12 12:54:38
问题 I am trying to export more than 5000 rows to an excel sheet from google analytics, but I am not able to do so. I have searched a lot about it in google andtried the url modification which replaces explorer-table.rowCount%3D5000 with explorer-table.rowCount%3D50000 . But it's not working for me. It still returns 5000 rows only. Please help. Thanks in advance 回答1: Here are some options to pull more than 5000 rows from Google Analytics. 1) Use the Google Analytics Query Explorer to pull 10,000

How to send request to Google Analytics in non web based app

一曲冷凌霜 提交于 2019-12-12 12:25:51
问题 i want to send request to Google analytics in non web based application(Windows based application) ? i tried following method. public string trackingId = "UA-XXXXXXXX-2"; private void button1_Click(object sender, EventArgs e) { string shopname = "ShopTestng"; string pagename="Testing_MyApp"; callAnalyticsmethod2(pagename, shopname); } private void callAnalyticsmethod2(string pageName, string shopname) { // create hash code base on pc name 7 user name string visitorId = GetUniqueUserId(); if

Using the Google Analytics Export API to get a websites trend

我的未来我决定 提交于 2019-12-12 12:02:43
问题 i am working on an application that uses the Google Analytics Export API and i am trying to get the "Trend" result that Google shows against each of your site accounts as a percentage ie UP 35.04% or DOWN 16.02% How/where do they get this figure and is it available in the API somewhere. i have tried comparing averages of last month to this month/first week of the period vs last week of the period etc, but i cannot seem to get the same numbers that Google provides. any ideas? thanks in advance

Can I compare two different page's stats in Google Analytics?

旧街凉风 提交于 2019-12-12 11:52:03
问题 I remember a very old Google Analytics has a feature that can let you compare some particular page's stats with the whole site's. For instance, I have a website: website.com And I have 3 pages: website.com/index.html website.com/contact.html website.com/about.html I want to compare the page views or unique visitors of those pages in a specified time range. What should I do? Also I want to compare some page's stats with the whole site's, for example: PV for index.html VS PV for the 3 pages .

Google tag manager won't push event's to datalayer on Android

感情迁移 提交于 2019-12-12 10:58:55
问题 I'm trying to implement Tag Manager in my Android Application following this guide, but for some reason I can't push event's to the datalayer. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); TagManager tagManager = TagManager.getInstance(getApplicationContext()); TagManager.getInstance(getApplicationContext()).setVerboseLoggingEnabled(true); PendingResult<ContainerHolder> pending = tagManager

Getting GTM code working on web application

放肆的年华 提交于 2019-12-12 10:53:28
问题 Our company uses a third party service for our career/job site, allowing users to submit applications for job postings. Initially, users land on an external facing platform which integrates nicely with GTM. Within the CMS, you can easily add GTM code to the header and body area. However, once a user clicks 'apply' on a job description, they're redirected to a web application, which is essentially a separate system. Unfortunately, this second system does not allow you to add code to the header