analytics

Tracking email opens in Google Analytics

[亡魂溺海] 提交于 2019-11-30 10:35:37
问题 We have tracking in our emails to track clicks back to our site through Google Analytics. But is there a way to track opens? I would imagine I have to add a google tracking image to the email somewhere. Possibly javascript too? 回答1: As others have pointed out, you can't use Javascript in email. The actual tracking is done by a request for __utm.gif though and the Javascript just constructs the GET parameters. Google supports non-Javascript uses of Google Analytics per their Mobile web docs:

Scalable way of logging page request data from a PHP application?

雨燕双飞 提交于 2019-11-30 10:05:51
A web application I am developing (in PHP) requires the ability to log each page request. Just like a normal access_log, it will store details like url requested, source ip address, date/time but I also need it to store the User ID of the logged in user (which is stored in a php session variable). This data will then be queried to create site-wide or per user analytics reports as required at a later date - things such as total number of visits/unique visits, page views in a certain time period, geo-locating the ip addresses and looking at locations, most active times of day, most active

Database architecture for millions of new rows per day

送分小仙女□ 提交于 2019-11-30 08:11:27
问题 I need to implement a custom-developed web analytics service for large number of websites. The key entities here are: Website Visitor Each unique visitor will have have a single row in the database with information like landing page, time of day, OS, Browser, referrer, IP, etc. I will need to do aggregated queries on this database such as 'COUNT all visitors who have Windows as OS and came from Bing.com' I have hundreds of websites to track and the number of visitors for those websites range

Looking for real-time web server analytics package [closed]

混江龙づ霸主 提交于 2019-11-30 07:59:36
I am the programmer for the Education department at a county hospital. I would like to be able to see some real-time stats on an IIS6 web server that is only accessible in-house. I'm looking for something similar to what 1and1.com provides for their customers (if you're familiar with what they offer). I have a Classic ASP/VBScript based Learning Management System that I would like to do some traffic analysis on, and the last package I tried (the site for it no longer exists) ran fine for a year, and then started massively slowing down the server. In no particular order, I would like: I would

Using the YouTube Analytics API with a CMS account

ぃ、小莉子 提交于 2019-11-30 07:23:35
I'm getting a 403 Forbidden error when trying to get youtube analytics api data using a CMS account. Just to confirm, is a CMS account the same thing as a Service account? I can get analytics data for channels that are owned by the oauth2 user but I get the 403 on any other channels that I have access to through my CMS account but am not the content owner of. (I have Administrator account level on the CMS account and the channels I get 403 error on have "Managed" relationship) Question: Are there any plans to have youtube.analytics api support for querying channels managed under a CMS account?

Shutdown Events in Android

房东的猫 提交于 2019-11-30 04:51:00
问题 Is it possible to intercept a phone shutdown event or perhaps use a different hack around this? I have an always running service that's part of a non-market application which is collecting some analytics data. I'd like to tell the analytics to end session and report, then resume the system shutdown. I've tried triggering the event from the onDestroy or onShutdown parts of the services, but the phone will shutdown without giving it time to report. Working around this by making many short

Usage Tracking for Windows desktop applications [closed]

拟墨画扇 提交于 2019-11-30 03:51:40
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am looking for some frameworks that can be used to collect usage information for Windows desktop application and analyze it. For example, I would like to be able to answer questions like (a) how many times do people use this application in a day (b) which are their favorite menu items, etc. I looked briefly at

Is there a Google Analytics-like solution to track REST calls to a web service? [closed]

﹥>﹥吖頭↗ 提交于 2019-11-30 01:18:08
Just wondering if there's any out of the box solution for this, I am not too familiar with the analytics api maybe I can write some simple js that updates analytics before going to my service etc. -- otherwise I am going to have to stick to the good old 'store records in the database'. Any help appreciated! There seem to be a few solutions out there, though they mostly seem to involve changing your API architecture. Apigee Mashery 3scale ReportGrid You could potentially use one of the Google Analytics server-side tracking libraries . I see you're using AppEngine; I also run an API using

User tracking with ASP.NET MVC 3 and razor views

南笙酒味 提交于 2019-11-30 00:48:05
What's the best way to implement user tracking throughout your web site when using Razor views in ASP.NET MVC 3. In webforms I'd put some code in the masterpage to use a cookie and log each url on my site that a person visits in a database, but I'm not sure where to implement this code in ASP.NET MVC. Andrew Orsich I guess the best way to do this is to create a Global Action Filter, and track visits there. Create an action filter attribute: public class UserTrackingActionFilterAttribute : ActionFilterAttribute { public override void OnResultExecuting(ResultExecutingContext context) { base

Tracking email opens in Google Analytics

浪子不回头ぞ 提交于 2019-11-29 20:28:21
We have tracking in our emails to track clicks back to our site through Google Analytics. But is there a way to track opens? I would imagine I have to add a google tracking image to the email somewhere. Possibly javascript too? As others have pointed out, you can't use Javascript in email. The actual tracking is done by a request for __utm.gif though and the Javascript just constructs the GET parameters. Google supports non-Javascript uses of Google Analytics per their Mobile web docs: http://code.google.com/mobile/analytics/docs/web/ They document the full list of parameters , but the only