google-analytics

How can i convert my google analytics web app into mobile app?

拜拜、爱过 提交于 2019-12-21 12:17:12
问题 I have a mobile apps that i applied my google analytics track IDs but when i create the google analytics app profiles i initially choose web app instead of mobile app. while exploring around the settings, I could not find a switch to convert it into mobile app. I have more than 10 app with different google analytics track id, so i don't think creating new profile is great solution, there might be switch to change it to mobile app. Someone out there might have encounter this situation. please

Using Google Analytics with Swift on iOS

家住魔仙堡 提交于 2019-12-21 06:56:25
问题 I'm trying to use GA with a Swift project. I installed the SDK correctly but I can't send Screen Measurements manually because some objects are not found. Here's the code given by Google: // May return nil if a tracker has not already been initialized with a // property ID. id tracker = [[GAI sharedInstance] defaultTracker]; // This screen name value will remain set on the tracker and sent with // hits until it is set to a new value or to nil. [tracker set:kGAIScreenName value:@"Home Screen"]

Node: Google Analytics data via service account

戏子无情 提交于 2019-12-21 05:57:09
问题 Update: I've since turned the code into an NPM module. I've worked my way through created a JWT token for a service account, and I can access user data, but I want to get to my analytics data to use it to drive content on my website. Note: I don't know if there is a better way than this, but the the existing npm tools seem to require that you enter your password. As a result I end up using REST calls rather the gapi tools. This is the error I get { error: { errors: [ [Object] ], code: 403,

Getting query results with Legato gem

僤鯓⒐⒋嵵緔 提交于 2019-12-21 05:31:26
问题 Trying to get query results from Google Analytics using Legato gem (following a previous recommendation I go there + some research). Seems to be simple to define my query, however I fail to understand how to actually get the results. Reading the readme shows how to build some "building blocks", but I fail to get an object where I can read the results from. Maybe I missed something, and the query results should be written directly to the model (DB), which is not what I want (I wanted to go

Getting query results with Legato gem

怎甘沉沦 提交于 2019-12-21 05:31:26
问题 Trying to get query results from Google Analytics using Legato gem (following a previous recommendation I go there + some research). Seems to be simple to define my query, however I fail to understand how to actually get the results. Reading the readme shows how to build some "building blocks", but I fail to get an object where I can read the results from. Maybe I missed something, and the query results should be written directly to the model (DB), which is not what I want (I wanted to go

What is the cookie dot rule?

徘徊边缘 提交于 2019-12-21 05:28:25
问题 I am using Google Analytics and Google Website Optimizer together. On our development rig I suddenly realized that some cookies were set twice. The GA cookies: __utma __umtb __utmc __utmz where all set both by GWO and GA. I had only expected to see one set of these cookies. GWO set them with a dot in front of the domain name: .dev.example.com While GA set them as: dev.example.com I tried to google this and read something about it in RFC2109 HTTP State Management Mechanism Searches for it here

Refresh a access token with google analytics api [closed]

落花浮王杯 提交于 2019-12-21 05:21:44
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 7 years ago . I try to refresh an access token with the google analytics API (php) but I've always the invalid_grant error ... that's my process: 1. I save a first

Google Analytics Automatic Activity Detection - can you exclude a single activity from this?

谁都会走 提交于 2019-12-21 04:55:09
问题 Automatic activity detection is great - except my MainActivity is a bunch of different fragments with a nav drawer (like Google Play Music or the Play Store). I am using manual screen hitting to track the fragments in that activity. Therefore, an automatic screen hit for my MainActivity is meaningless and pollutes my stats. Can I exclude my MainActivity from being tracked in this manner? Reference: https://developers.google.com/analytics/devguides/collection/android/v4/screens#automatic 回答1:

How does Google Analytics Real Time work?

六眼飞鱼酱① 提交于 2019-12-21 04:51:53
问题 I'm wondering how Google Analytics Real Time user interface works, what's the technique ? Do they use long-polling from the client to keep the UI statistics instantly up to date by delivering realtime information from the server to the client? I just open Chrome dev tool on network tab and there is a infinite request on https://www.google.com/analytics/realtime/bind Does anybody know the trick? It works flawless... 回答1: The below refers to how the real time data is collected, not how the UI

Google Tag Manager in Android cordova

那年仲夏 提交于 2019-12-21 04:46:10
问题 I have a problem in integrating the Google Tag Manager in my Android mobile app built with ionic2/cordova. Everything works correctly when running in web browser through ionic serve , but it has problems with the native builds. iOS: It didn't work at first, but after adding https://github.com/driftyco/cordova-plugin-wkwebview-engine plugin, the google analytics started to receive traffic. So this one is solved and works as it should. Android: After running the app and debugging it using