The pageviews tag has no wiki summary.
0
votes
1answer
32 views
Realtime android Google analytics without EasyTracker
I'm trying to figure out how to track page views in real time without using the EasyTracker singleton.
I have the following code:
/**
* This how I create the tracker instance...
*/
private void ...
0
votes
0answers
21 views
Get a specific swiping ImageView in Android
I implemented a dynamic swiping ImageView from a folder with many pictures (with a PagerAdapter). It works, but now I would like to add specific actions on my tabs (in the top menu of my app) to go to ...
0
votes
1answer
25 views
Tracking orders which placed using a specific button
I am trying to track the orders in Google analytics which placed after cliking on a specific button.
To be more specific there is a 'Upgrade' button for each of the product on listing page.
...
1
vote
1answer
69 views
Excel::Writer::XLSX Page View and Page Breaks (Perl)
I've searched the API, Google, StackOverflow, etc. trying to find an answer to the following questions, but thus far, my quest has been disappointing. Is anyone out there able to help me out?
1) I'm ...
-1
votes
1answer
72 views
Significant drop in pageviews without any changes to the website [closed]
I recently made some changes to our site, and following the change, there was almost a 50% decrease in our traffic according to Google Analytics. This has never happened before, so my first thought ...
0
votes
0answers
7 views
How to track PageViewTime
how can i track a viewtime of a page which is not mine by adding a tag, into the JS?
Because i cannot send a request to my server each second?
How does google do this, in analytics,....
1
vote
0answers
85 views
PageViewer Vertical Scrolling
I have a pageViewer which has a gridview in it. But i dont find the PagerViewer.SetOnScrollListner for vertical Scroll..Can anyone help me rgarding this..Previously i was doing ...
0
votes
1answer
150 views
JS cookie for displaying content after x-th pageview
I am trying to find how may I set a javascript cookie so it displays a fancybox popup after say 4-th pageview of visitor.
Here is the code that I am using to display a Fancybox popup, but as you may ...
0
votes
3answers
305 views
Most efficient way of storing daily page views, as well as a total count
There allot of discussion on storing page views for an article or video in a database, but I can't seem to find any information on storing daily page views. For example DeviantArt shows you the past ...
1
vote
0answers
281 views
make PageView view fast scrolling
i had a pageView, i use a code from dave to have some views on the same screen, like gallery widget, but the problem its seems its kind slow, not sure how to modify the ontouch event, what can i do to ...
1
vote
0answers
140 views
Google Analytics for Mobile - Showing pageviews equal to Unique Visitors on live server
I implemented google analytics with image tracking method to my mobile website. When I browse from my local server, google tracking is working fine and I found difference b/w page views and unique ...
1
vote
1answer
57 views
How can I get a website's images to increase in size, relative to their page views or hits?
The scenario:
I have a very basic html site with a series of images lumped together, side by side. The images are also linked to corresponding articles and when the cursor hovers over each image, a ...
0
votes
1answer
388 views
Viewpageindicator error, TitlePageIndicator is emty
Hi im using viewpageindicator and have setup a viewpager and fragments that works like a charm!
The problem is that I dont seem to get the TitlePageIndicator to work. It is just empty and dosnt show ...
0
votes
0answers
22 views
Extensions causing one-time success messages to be ignored. How can I tell if the user is actually viewing the page?
I have a few processing scripts that insert messages into the database for users to see when they login.
In the header of each page I request these users messages and after retrieval delete any ...
0
votes
0answers
141 views
audio with fragment
I am developing android app having images swiped horizontally and audio clips for each image.
I have used ViewPage along with fragment. Image swiping is working fine. But audio is not working ...
0
votes
1answer
198 views
How to count page views of static page?
i have static pages created on my site for different articles, but problem is that its not dynamic page, means its just created once and its done. so now m worried how to count page views ? i mean ...
0
votes
1answer
337 views
PageViews, Dynamic Page visits counter similar to Google Analytics or Alexa?
I want to put a hit counter or visits to display for my website http://www.deerpages.co on every dynamic pages. I'm using Php and MySQL. But, I'm thinking of once I've put every tracking in per row ...
2
votes
1answer
174 views
Is there a way to detect the source of android app page view on google play?
I basically want to detect the path from where users are getting to my android app market page.
What are the different keywords for which users are searching and thus viewing (if not necessarily ...
1
vote
1answer
71 views
How to track how many views a ajax post was seen?
I have something similar to twitter's feeds where we load it in real-time. How do i track how many people have seen a tweet? I am not talking about if you go to domain.com/post/32434 and that loads a ...
0
votes
1answer
233 views
PageViewController with MPMovieViewController
i'm developing an iOS app for the iPad and used the PageView template. I added some buttons which play some video files. Everything works so far, but the problem is that the touch gestures get called ...
2
votes
3answers
1k views
How to calculate page views in Codeigniter and limit count by IP address?
I am looking to calculate how many times people have viewed my users profiles on my site.
I would like to keep a count in my database and to stop the count incrementing when a user refreshes the ...
0
votes
2answers
559 views
How to Count Page views by unique IP
I have a video playing page where I want to count video views. Currently I am updating page views with:
mysql_query("UPDATE video set views = views+1 where videokey = '$key'")or die(mysql_error());
...
1
vote
3answers
471 views
CodeIgniter increments/counts page views twice, not once
I am simply trying to increment the amount of page views per visit with CodeIgniter's active record. For some reason, the following code is incrementing twice. So it adds 2 page views per visit. What ...
0
votes
1answer
83 views
how to maintain user statistic in PHP?
I am new to web programming. I want to maintain user statistic. For eg. i have a db_user tables which has id_user, username, password
I want to maintain a statistics of pages visited by guest.
I am ...
1
vote
2answers
123 views
for an asp.net-mvc website, how to capture page views in a distributed enviroment?
This question talks about how you can go about storing page views, but I now have a distributed environment (multiple web servers) so the answer in that question don't seem to apply any longer.
What ...
0
votes
3answers
471 views
Android image click in horizontal page view
I've implemented horizontal page view with many images. And I'm trying to create a click event on the image.
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
2
votes
1answer
346 views
Page Counter with Analytics where data is stored in MySQL database
Like this question, I wish to keep track of the number of page views. However, unlike that question, I would like to use MySQL to store the data. How do you propose that I set up my table to ...
0
votes
1answer
57 views
Different content on WordPress every second pageview
I would like to show different block every second pageview in the sidebar. Unfortunately, the WordPress by default does not utilize sessions. Is there any other way to track the same user's hits ...
1
vote
1answer
718 views
Rails 3 - exist any gem for counting page views?
I wanna to add to my blog a counter for displaying, how many times was an article displayed. I would like to solve it through ruby (not GA or something like that).
Is available any gem that do this ...
2
votes
1answer
100 views
reset default perldoc viewer
I am learning perl now and I find perldoc a very handy tool.
Originally perldoc use 'less' as default page viewer. That's fine.
But recently perldoc use 'more' as default page viewer.
the phenomena:
...
1
vote
1answer
160 views
Blog page hit counter
I'm creating a page hit counter for my busy blog.
I have a DB table called blog_article_hits, which contains three columns:
article_id INT
hit_counter INT
last_viewed DateTime
Each time a ...
0
votes
0answers
249 views
Update “pageviews” with mySQL and PHP
I am trying to count the number of pageviews of a certain webpage. So, I'm using mySQL and PHP.
Here is what I have
Table: test
test_id = int(11) auto increment primary key
test_pageviews = ...
-3
votes
1answer
190 views
iPhone Zite like UI [closed]
I'm just starting out my adventure in iPhone programming using XCode and I want to make an app that will allow the user to flick through pages horizontally much like Zite for iPhone. The contents of ...
0
votes
1answer
172 views
Is there any way to get the subpages with the largest number of views using Google Analytics's API?
I'd like to see the pages with the largest number of post views that start with the "posts" slug: http://www.example.com/my-page/ should be ignored when counting, but ...
0
votes
0answers
203 views
how to get number of page views in c# (user control) using google analytics package?
How can I get the number of views for a certain page in a c# control using this package ?
(I'm using the latest version 1.7.3)
1
vote
4answers
192 views
Monitoring page view times
Is there any easy way to monitor how long a user views a page?
Google Analytics uses this feature by allowing you to see how long your website visitors stay on a particular page. Can anything like ...
0
votes
0answers
191 views
Need clarification about Page Views count in an ASP.Net site
I need some clarification regarding the Page Views count of a site. I have a ASP.Net MVC application and there is a GridView in a page which has paging enabled and contains 10 pages.
So, whenever ...
0
votes
1answer
485 views
Event tracking and virtual pageviews are not tracked in Google Analytics
I'm trying to track how visitors interact with the price calculator that i placed on my website.
I've tried placing events and virtual pageviews in different places and events (onClick, onMouseDown, ...
3
votes
4answers
2k views
iPad - UIPageViewController - “dequeueReusableCellWithIdentifier” kind of option
I'm creating an app to show a book by using UIPageViewController (to have the default page turn animation which is very nice)
I'm maintaining all the data related to each page in form of core data.
In ...
0
votes
0answers
148 views
How to track pageview of each page within a period, with or without Google Analytics
I'm running a blog(wordpress) and I want to know the page view of each page SINCE it's created like in first 3 days, 10 days, 30 days, just within some periods.
What I want is to do the experiment to ...
0
votes
3answers
1k views
Use events or virtual pageviews for Google Analytics and ajax
What makes more sense (or is proper according to google)? Registering an event or a virtual pageview with Google Analytics when tracking navigation through a webpage with heavy use of ajax?
I had ...
0
votes
1answer
521 views
Adding information to a google analytics pageview
I use google analytics to monitor my traffic. For some pages, I want to record extra information beyond just the page being viewed. For example, if someone visits a profile page I might want to also ...
0
votes
2answers
146 views
how to get page veiw data like stackoverflow?
I want to get and display how many times a page is viewed, just like stackoverflow.
How to do it by php? Thanks!
2
votes
1answer
602 views
Is there a rails gem for tracking page views
Like the title says, I want to be able to track the amount of page views a particular post gets. This will then be used in a trending value equation.
Are there any gems out there for this?
0
votes
1answer
172 views
Get statistics for a given URL from a GAPI class [closed]
We have a Wordpress site that we would like to enhance with a list of most popular pages for the last 7 days.
For that we're using a plugin that implements the GAPI class, but unfortunately it returns ...
0
votes
1answer
366 views
Implementing view count using ASP.NET cache
I have the need to implement view count on a community of blogs for each post, so I researched through SO and Meta found many related posts, but there is no definite answer on this.
So here I plan ...
14
votes
3answers
2k views
what is the best way to capture page views per user in asp.net-mvc
what is the best way to capture page views by person without slowing down performance on the site. I see that stackoverflow show page views all over the place. Are they doing an insert into a db ...
3
votes
1answer
1k views
Google Analytics: Page views tracked but not ecommerce transactions
I'm trying to figure out why the Ecommerce tracking in Google Analytics doesn't seem to work. I can see the page views correctly tracked but no transactions.
Snippet from the confirmation page:
...
10
votes
2answers
277 views
How do you prevent gaming of page views?
Say I have a site with pages. Pages are ranked based on the number of times they have been viewed. It is good for a page to be highly ranked because it will make it show up higher in my search ...
0
votes
1answer
299 views
Best Way to Keep Page View Count in SQL Server
I'll be keeping details of PageView counts for a specific table.
Table design is:
[IMAGE_ID] [int] IDENTITY(1,1) NOT NULL,
[IMAGE_PATH] [nvarchar](150) NOT NULL,
[CARTOON_ID] [int] NOT NULL,
...

