measurement-protocol

Identify the same user in Google Analytics when use a Webapp and a desktop client (with measurement protocol)

旧城冷巷雨未停 提交于 2019-12-13 08:41:51
问题 I have an mixed application, where a part is a WebApp and a part is a desktop client. I track the user with google analytics. On the desktop client, i do this with the measurement protocol. Now, the problem is, that in Google analytics, I see the usage of both parts, but a user is identify not as the same, when it use the web app and the desktop client. Is there an option, in the measurement protocol, to identify the user, that google analytics can match it to the webapp user and knows that

Google Measurement Protocol Source & Medium

纵饮孤独 提交于 2019-12-13 03:34:49
问题 I have started using GMP on an eCommerce website as I am concerned about transactions not being tracked correctly due to ad blockers and subsequently the conversion data in Adwords being incorrect. However, I've started using it and I've found it to be a nightmare to get to work as you'd expect. I found this question still unanswered which is worrying!! Measurement protocol transactions from Google Analytics to Google AdWords However, my question is similar. But not the same. I'd like to know

gabba gem not tracking different domains

为君一笑 提交于 2019-12-13 01:54:06
问题 I have a UA account which is connected to the following domain: http://www.mytestdomain.com with the following account id UA-123456-1 When i am using the Gem to track the domain it works well: Gabba::Gabba.new('UA-123456-1', 'http://www.mytestdomain.com', user_agent).page_view('index', 'index.html') But other domains can't be track: Gabba::Gabba.new('UA-123456-1', 'http://www.notmydomain.com', user_agent).page_view('index', 'index.html') What should i do to track others domains as well ?

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

How can I globally change a custom dimensions value for a client id?

只愿长相守 提交于 2019-12-12 05:12:36
问题 For instance say I have a user with the client id of 9394923.23349243 and I have a custom dimension called Lead Status . I want to update the value of the custom dimension everywhere for that client id. How can I globally change a custom dimensions value for a client id? It it possible to globally update a custom dimension associated with a client id? (it doesn't have to be a programmatic answer, it can be just general google analytics talk) Technical Information I am pushing data to GA via

GA E-Commerce tracking in PHP

和自甴很熟 提交于 2019-12-11 19:08:28
问题 This is the code to send a purchase to Google Analytics E-Commerce tracking: it seems to be all right when executed on the debug URL https://www.google-analytics.com/debug/collect This is what the page returns: { "hitParsingResult":[ { "valid":true, "parserMessage":[ ], "hit":"/debug/collect?v=1\u0026tid=UA-XXXXXXXX-X\u0026cid=XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\u0026t=event\u0026ti=UA-XXXXXXXX-X\u0026ta=test\u0026tr=1.00\u0026tt=0.22\u0026cu=EUR\u0026ts=0\u0026pa=purchase\u0026pr1id=ord690

c# measurement protocol transaction

女生的网名这么多〃 提交于 2019-12-11 16:35:46
问题 I need to send ECommerce transactions to Google Analytics. I've tried just about everything I can think of to get it to work, but I always get a GIF89a response. Can anyone help me troubleshoot this? using (var wb = new WebClient()) { var data = new NameValueCollection(); data["v"] = "1"; data["tid"] = "UA-XXXXXXXX-1"; data["cid"] = Guid.NewGuid().ToString(); data["t"] = "transaction"; data["ti"] = "12345"; data["tr"] = "125.00"; data["ts"] = "25.00"; data["tt"] = "10.00"; data["cu"] = "ZAR";

gms.analytics.GoogleAnalytics - NoClassDefFoundError

孤街浪徒 提交于 2019-12-11 04:09:01
问题 My Aplication Class public class MyApplication extends Application { private static final String PROPERTY_ID = "UA-XXXXXX-X"; public static int GENERAL_TRACKER = 0; public enum TrackerName { APP_TRACKER, // Tracker used only in this app. GLOBAL_TRACKER, // Tracker used by all the apps from a company. eg: // roll-up tracking. ECOMMERCE_TRACKER, // Tracker used by all ecommerce transactions from a // company. } HashMap<TrackerName, Tracker> mTrackers = new HashMap<TrackerName, Tracker>();

Google Analytics - iOS Install Tracking

删除回忆录丶 提交于 2019-12-07 10:22:17
问题 I'm currently working a project that is using Google Analytics to track various things throughout the application. One of the last things I want to do is track application installs based on some kind of promotion for the application. After some searching I came across an articles about iOS install tracking for Google Analytics, which seemed to be exactly what I wanted. Afterwards, I followed their guide to get things setup: https://support.google.com/analytics/answer/3389142 However, after

Google Analytics - iOS Install Tracking

拥有回忆 提交于 2019-12-05 13:57:02
I'm currently working a project that is using Google Analytics to track various things throughout the application. One of the last things I want to do is track application installs based on some kind of promotion for the application. After some searching I came across an articles about iOS install tracking for Google Analytics, which seemed to be exactly what I wanted. Afterwards, I followed their guide to get things setup: https://support.google.com/analytics/answer/3389142 However, after doing the 3 steps they described I'm confused as to how those tie into the custom campaign URLs that we