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

[Request] Clarify the difference between clicks and real clicks and views #39

Closed
erdmenchen opened this issue May 20, 2019 · 7 comments
Closed
Labels
feature request New Feature Request waiting opinions To go on we wait for community opinions on the issue

Comments

@erdmenchen
Copy link

Its unclear to me as a user, what the difference is between clicks and real clicks, and also what is the difference between clicks and views.

Make this clearer, either by documenting it or by reducing complexity and only talk about one kind of interactions:
Since this project is only counting url requests and is not a usage analytics tool inside of a website (e.g. google analytics) with custom javascript, only talks about clicks and not views.

As a user I am confused about what is shown on the analytics page of a shortened URL.

@erdmenchen erdmenchen added the feature request New Feature Request label May 20, 2019
@optiroot
Copy link
Member

Hello @erdmenchen!
Thank you for opening this.
You're right saying that there is some confusion about clicks vs views. Actually they are the same thing. But we use views when we talk about countries, and we use clicks for all the rest.
If this is confusing (and now I'm thinking it is), I can change it to just views or just clicks.

I leave this issue open so I invite others to contribute by sending their opinion here, so we can choose either clicks or views.
Thank you!

@optiroot optiroot added the waiting opinions To go on we wait for community opinions on the issue label May 20, 2019
@optiroot optiroot added this to To do in Version 0.3 Roadmap May 20, 2019
@michaellindahl
Copy link
Contributor

My vote is on clicks. This aligns with other URL shorteners like bit.ly and kutt.it

@michaellindahl
Copy link
Contributor

@optiroot What is the difference between clicks and real clicks?

@realodix
Copy link

realodix commented Sep 2, 2019

You're right saying that there is some confusion about clicks vs views. Actually they are the same thing. But we use views when we talk about countries, and we use clicks for all the rest.

@optiroot what the difference is between clicks and real clicks?

@optiroot
Copy link
Member

optiroot commented Oct 8, 2019

Actually, clicks are the same as views so, real clicks and real views are the same thing also.
The difference between "clicks" and "real clicks" is that real clicks evaluates for a single IP click in the last 24h hours. While, "clicks" is how many clicks in general the link had (for example if the same user clicks the link two times, we will have 2 clicks but 1 real click).

@erdmenchen
Copy link
Author

Why not calling it visitors and clicks?

@optiroot
Copy link
Member

I have an update on this.
Having checked other Url Shorteners, I came to the conclusion that between clicks and views it's better to use clicks.
Soon I'll push a commit that changes everything related to this.

Thanks you everyone!

Version 0.3 Roadmap automation moved this from To do to Done Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New Feature Request waiting opinions To go on we wait for community opinions on the issue
Projects
Development

No branches or pull requests

4 participants