Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do Traffic Graphs for a GitHub Project include Pages traffic? [closed]

Do the traffic graphs for a given project include the traffic data for the associated Pages site?

I.e. does https://github.com/blackberry/Alice/graphs/traffic

include traffic to http://github.com/blackberry/Alice

If not, is that information available anywhere?

like image 465
Pelegri Avatar asked Aug 25 '11 21:08

Pelegri


People also ask

Does the GitHub traffic graph include your own views?

Yep, it appears that Github counts your own visits to your repositories too. In this image, the "Traffic' page has 8 views from 1 visitor. Given that, the Traffic page is available only to the owner of the repository, you can deduct that Github counts your own visits too.

Does GitHub count you as a visitor?

If you are logged in to GitHub then your own page views won't be counted. Visitors is the total visits to your repo. Unique visitors refers to the number of individual users who have visited your repository and these are only counted once, regardless of how many times they visit the repo.

How do I read Insights on GitHub?

In the top right corner of GitHub.com, click your profile photo, then click Your organizations. Click the name of your organization. Under your organization name, click Insights. Optionally, in the upper-right corner of the page, choose to view data for the last 1 week, 1 month, or 1 year.


1 Answers

No, if you want stats for your Pages site you need to use something like google analytics. GitHub doesn't touch the content of your Pages.

like image 92
Tekkub Avatar answered Oct 26 '22 13:10

Tekkub