Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

A lot of people just starred one of my Github projects overnight (yay!). Is there any way for me to figure out where this influx of traffic came from? Does Github provide any kind of analytics?

share|improve this question

3 Answers

Bitdeli provides a free badge that you can add to your READMEs in GitHub. It will give you access to the full request logs, which allows you to analyze who has been viewing your repositories.

share|improve this answer

githalytics provides some basic analytics. I don't think it would tell you about your traffic sources though.

share|improve this answer

Natively from a GitHub account? No.

If you want to try something else, consider adding an image or similar web bug to your README file.

When someone comes across your repo, provided your README has an extension that GitHub will automatically render, then it should also load the image. And that should, depending on how the web bug is set up, give you some detail or clue as to the source of traffic.

Or you could appeal via contact to the GitHub Supportocats and see if they're willing to give you a heads up on the incoming source of the sauce.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.