analytics

Rules engine for Stream Analytics on Azure

懵懂的女人 提交于 2020-01-03 01:34:45
问题 I'm new to Azure and to analytics. I'm trying to understand streaming alert rules engine. I have used some sample data as input and have queries to filter data. However i'm not sure of what rules engine means, is it just queries or is there anything more to it and is there a way we can have all rules in one if yes, how? 回答1: The main way to define logic for ASA is to use SQL, which provide a way to define rules with SQL statements (e.g. SELECT DeviceID ... WHERE temperature>50). Multiple

Flurry initialization error with Android

匆匆过客 提交于 2020-01-02 08:24:31
问题 I have the following error when initialize flurry on Application Class: 04-27 10:57:47.360: W/dalvikvm(26744): VFY: unable to resolve static method 22939: Lcom/google/android/gms/ads/identifier/AdvertisingIdClient;.getAdvertisingIdInfo (Landroid/content/Context;)Lcom/google/android/gms/ads/identifier/AdvertisingIdClient$Info; 04-27 10:57:47.370: W/dalvikvm(26744): VFY: unable to resolve virtual method 22937: Lcom/google/android/gms/ads/identifier/AdvertisingIdClient$Info;.getId ()Ljava/lang

How do I connect Segment.io server and client side events to the same anonymous user?

浪子不回头ぞ 提交于 2020-01-02 01:23:10
问题 I'm working on implementing the Segment analytics hub on an existing .NET e-commerce application for use with Mixpanel, among a few other services. I understand the API docs in general for both Analytics.js and the Segment .NET API, but I am confused how to connect anonymous events to the same user. For example, say I am tracking that an item is added to the cart. I am doing this server-side, as there are multiple pages that items can be added to the cart but only one controller. A user can

Apple App Store Advanced Analytics

时光怂恿深爱的人放手 提交于 2020-01-01 16:42:10
问题 I have several applications in App Store and I wish to get further advanced analytics for how they are doing. I'm already listed to some sites that do analytics for Number of Downloads and for Online Ranking (they check every hour where was each app ranked in each country). I want to have the following: Landing - I want to check how people got to my application's App Store / iTunes page; from commercial banners, reviews (I want to see that it came from a specific web page), from inner banners

How can I learn which devices/OS versions my iOS app is being run on?

一个人想着一个人 提交于 2020-01-01 04:58:07
问题 I understand that apple no longer allows me to send "device data" to third-party services. As a result of this, Flurry and presumably every other analytics company no longer collects OS/hardware version data. However, this data is very valuable to anyone trying to target development toward the people who are actually using the apps. I can imagine a few different ways to collect this data. 1) Send a custom event indicating the hardware/os version to Flurry. This, of course, is in direct

Analytics+Statistics for offline Apps?

ぃ、小莉子 提交于 2019-12-30 11:22:34
问题 As the title suggests, what I need to do is track various user events - such as clicks, swipes, time spent on a page, etc. - in an various iOs/Android/Windows App. These Apps are based on responsive HTML/CSS/JS and have a simple OS specific container. All data such as images, videos, etc. are self-contained in the Apps. Characteristic for these Apps is, that sales staff will use iPads/Surface/Android Tablets to demonstrate features of products, spreadsheets, infomercials, etc. to possible

Google Analytics and Samsung Smart TV Apps

回眸只為那壹抹淺笑 提交于 2019-12-30 04:57:05
问题 I'm trying to integrate Google Analytics in my Smart TV Application. It is a Javascript based application, and I have tried all the solutions available on the SamsungDForum, but no one works. In the part of the main index.html file, I load Google Analytics: <script type='text/javascript' async='true' src='https://ssl.google-analytics.com/ga.js'></script> Then, I am tracking the page entrance: <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push([ '_setAccount', 'UA-XXXXXXXX-X' ]);

what are the values in _ga cookie?

时光总嘲笑我的痴心妄想 提交于 2019-12-28 07:39:04
问题 I am using universal analytics. universal analytics creates first party cookie _ga _ga=1.2.286403989.1366364567; 286403989 is clientId 1366364567 is timestamp what is 1 and 2 in _ga cookie? 回答1: _ga=1.2.286403989.1366364567; 1st Field This is a versioning number. In case the cookie format changes in the future. Seems to be fixed at 1 at the moment. The one above is an old format. Newer cookies have this value set at "GA1" 2nd Field This field is used to figure out the correct cookie in case

obtain demographic data with google analytics api

情到浓时终转凉″ 提交于 2019-12-25 17:22:14
问题 im trying to obtain some demographic data from the google analytics api, my intention is to integrate this on a cms to generate reports, etc... is this possible? if it is, is there someone who knows a tutorial or something? i have used the examples provided and i get some sessions that have been in the last 7 day period. But nothing besides that. If that is not possible, what kind of things i can obtain with this api? here is what i have tried: function getResults(&$analytics, $profileId) {

Google analytics API with segment

℡╲_俬逩灬. 提交于 2019-12-25 15:16:11
问题 I just discovered the segment condition "Date of first visit" in GA. I would like to pull data with this segment from the API but for some reason when i used the Google segment list(https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/segments/list#try-it), I can't see any segment that has this condition. Did any of you guy experience this or try to use this type of segment with the API before please? Thanks for your help. 回答1: Date of Session segments now