Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile views increment on visiting other links as well #20

Closed
harshita130602 opened this issue Sep 21, 2020 · 5 comments
Closed

Profile views increment on visiting other links as well #20

harshita130602 opened this issue Sep 21, 2020 · 5 comments
Labels
question Further information is requested

Comments

@harshita130602
Copy link

The profile views are incrementing when a person himself/herself visit their own profile. Even apart from that, the profile views are incrementing when you are opening any other link on your account like explore, issues etc. So basically, everytime when you click on your mouse to visit any link on github, the views are incrementing. I think, they should only increment when someone visit the profile only.

@antonkomarev antonkomarev added the question Further information is requested label Sep 21, 2020
@antonkomarev
Copy link
Owner

antonkomarev commented Sep 21, 2020

Hi @harshita130602!
Are you sure that counter is incrementing on explore & issues pages? I've tested it right now and it doesn't.
About incrementing counter on visiting own profile you are totally right, it's incrementing because GitHub protects your private data (Username, IP address & UserAgent), so there is no way to track who has viewed profile page. And there is no way to get unique visitors count, that's why this counter is dead simple and just increments count on any hit.

@antonkomarev
Copy link
Owner

Maybe you have browser plugins which are getting info from your GitHub profile or something like that?

@harshita130602
Copy link
Author

Sorry, my bad! Not every link. But, if we navigate any link on our own profile then it's incrementing like if I open my profile then let the views be x, after navigating "repositories" section and then coming back to the profile, the views will become x+2. I think, this shouldn't be the matter.

@antonkomarev
Copy link
Owner

antonkomarev commented Sep 25, 2020

When you open your profile page @harshita130602 your counter increments, when you open a repository with your profile https://github.com/harshita130602/harshita130602 your counter increments as well because it increments on each image display in the browser. It is behaving like anonymous tracking pixel. I've covered more details in the FAQ section.

@antonkomarev
Copy link
Owner

Repository owner deleted a comment from yashu1wwww Sep 28, 2023
Repository owner deleted a comment from yashu1wwww Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants