Questions tagged [web-statistics]
57 questions
0
votes
2 answers
Possible to retrieve users who visited particular page from Google Analytics?
We have profile pages for members of our website. I want to show our members who has visited their profile page. I currently implement this by recording traffic in our database. Some of the visitors aren't logged in and some are. When the…

at.
- 50,922
- 104
- 292
- 461
0
votes
1 answer
Time differences for multiple entries for same ID in R
For each ID that is the same, I would like to add an end time and then calculate the time differences between each entry for that user ID.
This is the code I have so far:
user <- user %>% group_by(user$userdata.user_id) %>% arrange(user$hours) %>%…

frahim
- 3
- 2
0
votes
2 answers
knowing user refresh the page, web stats
hiks ... im stack again ...
I try to make a simple visitor statistic, and i have a problem.
How to make the statistic don't update if user refresh the page ?
here my snippet
public function saveData($sid)
{
global $database;
$reff =…

Stecy Aulia
- 65
- 1
- 2
- 8
0
votes
0 answers
Storing page views as a cookie - good idea?
I'm trying to think of a smart way to roughly measure unique page views of my website.
My first thought was to have a database table recording every hit, but that doesn't get around the issue of the same user constantly refreshing the page.
Instead,…

Stuart Aitken
- 949
- 1
- 13
- 30
0
votes
1 answer
Queryable state of overall global web pages
Recently I've came across an article or tutorial which showed the current technical state of the current web, based on crawled website data. Is there any service or data set available to query e.g. CSS query usage like @media or @supports of as many…

DevDavid
- 195
- 1
- 1
- 18
0
votes
1 answer
Compare two web pages (A/B testing) - Two sample portion test
I have two changes on my web page but I'm monitoring a bunch of variables. So what I'm able to extract from my website monitoring experiment is as follows:
Original solution: Visitors, body link click-visitors, most popular click-visitors, …

martinkabe
- 1,079
- 2
- 12
- 27
0
votes
0 answers
How to use Google Analytics to track referrer on conversion
My company uses GA for a landing site we have. When a user sends us an email from the site, GA counts this as a conversion. However, the referrer is our own site so we never know where they came from. The referrer information gets lost once they…

Tensigh
- 1,030
- 5
- 22
- 44
0
votes
1 answer
Web statistic tracking and RSS
With RSS feeds how do you set up google analytics (or any other statistical tracker) to track people who are subscribed to the feed?

Aaron Powell
- 24,927
- 18
- 98
- 150
0
votes
2 answers
metrics in ASP.NET application
I need to add some metrics and statistics capabilities in ASP.NET application (Framework 2.0, SQL Server 2005). It's Intranet application, so I can't use Google Analytics.
I need not only measure number of hits and visits, but also which buttons…

Alexan
- 8,165
- 14
- 74
- 101
0
votes
1 answer
Rails application Production usage statistics within app context
I am managing an administrative Rails 3.2 website for different clients with even more users. Currently we are still running on a single server through Passenger.
We started out as a small webapp with 2-3 clients and have slowly grown to 20 clients…

ChrisDekker
- 1,584
- 18
- 39
0
votes
1 answer
Website Layout Statistics
I have a client who has suggested laying out a long list of categories in a custom order. The order is to be decided by them based on product items they sell the most etc.
I tend to disagree and feel that people browsing the internet prefer to…

Ben
- 175
- 1
- 4
- 14
0
votes
1 answer
How to check pages' visits in a website
I 've created a website for a real estate agency, so there is a page for each property in this site. Finally, I would like to check how many visits every property gets, collect and display these stats somehow. Can this be done with Google Analytics…

iiirxs
- 4,493
- 2
- 20
- 35
0
votes
1 answer
Reporting statistics in Spring Web Flow
We have an enterprise application using Spring 3.2.8 and Spring Web Flow 2.3.3 deployed on the Websphere 8 server. We wish to report statistics like no. of incomplete flows, the state at which user terminate the flow, time spent at individual states…

user3782437
- 11
- 1
- 3
0
votes
1 answer
How to measure size of different php responses?
In my setup, flash application displayed in iframe in social network (facebook, vkontakte, ...). Client can send http queries to php script and receive gzipped json object in response. Php served by classic nginx+fpm+mysql stack.
I need somehow…
0
votes
0 answers
Is it best to use multiple or a single Google Analytics property for a SaaS company
Is it best to use multiple or a single Google Analytics property if you have a website where people pay to log in and you want to view separate analytics for 1) your marketing site (http://www.example.com) and 2) your paid app…

Andrew
- 349
- 1
- 10