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

cut off end of url for specific sites #155

Open
amyxzhang opened this issue Feb 24, 2016 · 2 comments
Open

cut off end of url for specific sites #155

amyxzhang opened this issue Feb 24, 2016 · 2 comments

Comments

@amyxzhang
Copy link
Member

I've noticed it for medium and for buzzfeed - need to cut off anything after the # so that visits to the same page don't get counted as different pages.
Need to make this part of cron or a check when ingesting visits.

There are other domains with other rules as well. Note them here once I see them.

@karger
Copy link
Member

karger commented Feb 24, 2016

i think cutting off the # is the right thing to do for all sites (that
are obeying proper http/html semantics)---it identifies a place in the
page. More complicated is what comes after the ? , a lot of which is
tracking data unique to the user which all refers to the same page.

On 02/24/2016 04:01 PM, Amy Zhang wrote:

I've noticed it for medium and for buzzfeed - need to cut off anything
after the # so that visits to the same page don't get counted as
different pages.
Need to make this part of cron or a check when ingesting visits.

There are other domains with other rules as well. Note them here once
I see them.


Reply to this email directly or view it on GitHub
#155.

@amyxzhang
Copy link
Member Author

The ? is hard, because sometimes it helps direct to a specific page. For one example, the DL ACM uses ? to specify which paper you're looking at, which is pretty important to differentiate: http://dl.acm.org/citation.cfm?id=309253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants