user-tracking

Disable Track and Trace in apache

不羁的心 提交于 2020-07-31 12:44:45
问题 I have Apache 2.2.22 in suse Linux. I want to disable track & trace in Apache and use 1- TraceEnable Off and 2- RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] . but of 2 way don't work. 回答1: In Apache2 you can just add TraceEnable Off in httpd.conf (end of file) TraceEnable Off To check if Trace is On/Off you can use Curl: curl -v -X TRACE http://www.yourserver.com 回答2: You need to put TraceEnable Off in httpd.conf 回答3: To disable these methods, add the

What are the Alternatives to Google Analytics

假如想象 提交于 2019-12-18 13:23:26
问题 I need to Track Unique Visitor count in my web application. I would really like to use Google Analytics but due to the Load limitations that google imposes I will not be able to use them. I am expecting WAY over 10,000 requests a day. This is the limitation that Google web analytics API imposes. Is there another company that has the same features as google analytics that is paid or free? 回答1: There definitely are. Here are two open source and free solutions that are very polished: Piwik -

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

Parsing __utmz tracking cookie to get referral

你说的曾经没有我的故事 提交于 2019-12-09 17:17:55
问题 I use Google Analytics on my site, and I want to read __umtz cookie to get referring link. I made some research and I wrote such code: $refer=explode('utmcsr=',$_COOKIE['__utmz']); if(count($refer)>1) $refer=explode('|',$refer[1]); $refer=addslashes($refer[0]); The problem is, this is not always working, sometimes I get junk as result. What I am doing wrong? Maybe someone have a good description of this cookie? 回答1: Check my Google Analytics Cookie Parser. Google Analytics PHP Cookie Parser

How to gather info similar to panopticlick.eff.org [closed]

北城余情 提交于 2019-12-06 02:59:25
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I saw that the website http://panopticlick.eff.org/ gather info about your browser, which makes you unique, even without cookies or IP

How to gather info similar to panopticlick.eff.org [closed]

蹲街弑〆低调 提交于 2019-12-04 08:14:37
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I saw that the website http://panopticlick.eff.org/ gather info about your browser, which makes you unique, even without cookies or IP tracking. My question: How do you use javascript to see this info? byZero There's a download in this

Google analytics userID tracking

橙三吉。 提交于 2019-12-04 06:37:10
问题 I have implemented userID tracking via universal analytics as: ga("set", "&uid", "'.<?= $userId ?>.'"); I thought I should be able to see specific user in reports, but it seems it is not possible to even show different users in any kind of report. I didnt find this option in analytics API either. I was hoping that I could track events created by this specific user. Is it possible to track specific user in analytics report withouth creating custom dimension and settings userID as its value?

Parsing __utmz tracking cookie to get referral

久未见 提交于 2019-12-04 04:26:12
I use Google Analytics on my site, and I want to read __umtz cookie to get referring link. I made some research and I wrote such code: $refer=explode('utmcsr=',$_COOKIE['__utmz']); if(count($refer)>1) $refer=explode('|',$refer[1]); $refer=addslashes($refer[0]); The problem is, this is not always working, sometimes I get junk as result. What I am doing wrong? Maybe someone have a good description of this cookie? Joao Correia Check my Google Analytics Cookie Parser . Google Analytics PHP Cookie Parser is a PHP Class that you can use to obtain data from GA cookies such as campaign, source, medium

Google analytics userID tracking

二次信任 提交于 2019-12-02 09:25:23
I have implemented userID tracking via universal analytics as: ga("set", "&uid", "'.<?= $userId ?>.'"); I thought I should be able to see specific user in reports, but it seems it is not possible to even show different users in any kind of report. I didnt find this option in analytics API either. I was hoping that I could track events created by this specific user. Is it possible to track specific user in analytics report withouth creating custom dimension and settings userID as its value? No. The user id feature is intended to recognize authenticated users across devices so it can generate

Facebook/Twitter login in my application

寵の児 提交于 2019-12-01 09:18:05
问题 I am developing my site and in my site I want users to login through their social network credentials like Facebook and Twitter. How should I track these users whenever they do any event on my site? Suppose a user logs in with Facebook username & password, and now he is redirected to the next page. On that page, we are doing some activity like 'add something'. How to track this? Is there any procedure for working with this? 回答1: The common practice is to associate user's Facebook or Twitter