analytics

In Flex, what's the difference between 'creationComplete' and 'addedToStage'?

I want to count (via google analytics) the times a pop-up is displayed to the user. Which event should I use to deduce that the pop-up is being displayed to the user? ...

Does anyone use Google Analytics? How Google does it to avoid counting the owner of the website as visitor?

I don't want to be counted as visitor every time I test my page in the hosting. Does Google know i'm the owner of the site by checking if i'm logged in my Gmail account? ...

Google analytics not gathering data from .asp page

Hi, I've installed Google Analytics several times in the past without trouble. However, recently i've installed GA on a .asp page for the first time. Google Analytics dashboard tells me the tag is properly installed, but ever after several days, i can't see any data. Is there any special setup required for .asp pages or windo...

Update based on subquery fails

I am trying to do the following update in Oracle 10gR2: update (select voyage_port_id, voyage_id, arrival_date, port_seq, row_number() over (partition by voyage_id order by arrival_date) as new_seq from voyage_port) t set t.port_seq = t.new_seq Voyage_port_id is the primary key, voyage_id is a foreign key. I'm trying to assig...

Triggering conversion tracking code on form submit

I have a PHP form that mail()s the form data on submit and then if successful returns them to the referring page (in other words keeping them on the same page as the form) and appends ?success=TRUE to the URL. The question is, how would I implement the AdWords and Yahoo Search Marketing conversion code snippets to trigger only when the ...

best way to get user browser,os,flash etc. info from users using a javascript?

hi, i need a way to get user information for individual users on my website. I know i can use google analytics to get the information i require but i don't know how to extract this and send it to a php script when a user submits a form. i would prefer to use google analytics to extract the data, since it would save me a lot of work, ...

Recommended packages for Intranet Analytics?

Hi, I'm looking for someone who can provide some information on analytics for an intranet site. The intranet site has limited access to the internet and ideally there should be no tranmission of analytics information externally. Are there any open source or else well constructed analytics packages that I can consider for this purpose?...

What characters need to be escaped when echoing Javascript in PHP?

I'm trying to echo out the Javascript for the Google AdWords conversion tracking code within a PHP if statement. I've done a bunch of googling but can't seem to find a definitive list of what characters I'd need to escape to have the code execute properly. Anybody have suggestions? This first bit of code is the beginning of the if sta...

tracking download completions from a website/cdn

I have a Drupal website where users are clicking on a link that initiates a file download from a content delivery network (CDN). A script is tracking the number of users who click the link to begin the download process. I'm looking for suggestions on how I might track the number of users who successfully complete the download process. ...

Given a time series for many unique IDs, I need the top 100 deltas for each period

I have a time series of data in TSV like so: ID \t Date \t Value ------------------------------- 1234567 \t 2009-01-01T00:00:00.000Z \t 121 12131 \t 2009-06-01T00:00:00.000Z \t 151 12131 \t 2009-07-01T00:00:00.000Z \t 15153 ... It easily fits in RAM, but is too big for Excel. There is one value per month per ID, but not all IDs have ...

Finding runs of a particular value

I have a table in Oracle 10 that is defined like this: LOCATION HOUR STATUS -------------------------------------- 10 12/10/09 5:00PM 1 10 12/10/09 6:00PM 1 10 12/10/09 7:00PM 2 10 12/10/09 8:00PM 1 10 12/10/09 9:00PM 3 10 12/10/09 10:00PM 3 10 ...

Metrics to track Open Source Projects

I'm curious to know what metrics open source project members track. Small projects may not bother with tracking any numbers, but I assume that active projects would track some numbers. There are two types of metrics I'm interested in: Internal development metrics - e.g. from the issue tracker or other development tools. External metric...

How to aggregate analytics from Google, Twitter, YouTube, Facebook, etc

I have a video blog for which I would like to track certain statistics, including stats from Google Analytics, Twitter, YouTube, Facebook, etc. The problem is that the various stats are on different websites, which require different logins, etc. It takes a long time to actually view everything. I am looking for a way to be able to aggre...

managing redirection with google analytics

Hi, I have a site that contains the file redirect.php?id=123 It redirects folks to another site using an id it pulls from the database. I'd like to track the page on Google Analytics, see where users are coming from, and what popular sites they're going to.. ect. I currently set up the page so that it pulls (with PHP) the link from t...

mobile analytics platform

Hi everybody! I want to develope mobile analytics solution, what software platform could you advise me. I think to write apache module as counter, use mysql and php for frontend all on freeBSD, any advises for best performance? ...

oracle sql to copy rows through to down below, excel like coping

http://pastebin.com/m24c4f508 --any help would be appreciated ...

Removal of homepage login users from analytics.

The problem I am having is filtering out the users that come to our homepage just to login, since we have the client button on the homepage (and yes I've tried to get them to put it somewhere else). I can't think of a way to do it because they don't look any different than potential clients, other than that they may visit more often and...

Does anybody know is this GTrack good plugin?

Hi Guys, Have anybody know any jQuery plugin that able to do event tracking using Google Analytics? I found a good one in this link. It called GTrack. I am thinking whether to use or not... Do you know any similar plugin does this? Thanks, Rob ...

Best Server Side Application for accepting website statistics

I been thinking about how to configure a web statistics to collect information like Google Analytics. I would think that sending the info over would have to be super quick. My initial thought would be to use http://activemq.apache.org/ to receive the information (Quicker than a DB insert) and then a separate process would actually take...

Web Analytics for Platform with Custom Events

Hi, I'm building a platform that produces websites. Think wordpress.com as a similar example. Each site is going to be a subdomain of my domain like abc.mydomain.com or xyz.mydomain.com. I have a few requirements for analytics of which I haven't been able to meet all of: I would like to be able to see both stats for individual sites...