Zombse

The Zombie Stack Exchanges That Just Won't Die

View the Project on GitHub anjackson/zombse

How do libraries determine if users are accessing subscribed eresources using Google?

Is there a way to determine the number of users accessing full text of library subscribed database via Google search, or via Google Scholar?

aarontay

Comments

Answer by Ben Ostrowsky

It looks to me like you can use your own link resolver with Google Scholar's Library Links program:

I have a home grown link resolver. Can I still sign up for the Library Links program?

Yes, but it will take some work. First, edit this file and put it up on your library website. Next, make your link resolver export your electronic holdings in this format and put those files up on your website as well. Finally, email us the URLs for these files. We'll review your configuration and get back to you within a week or two. Once we add you to the program, our robots will periodically visit your URLs and update the links on our website appropriately.

Your link resolver can then track the HTTP referer and other juicy tidbits of information about who's using which databases and how they found them. If your authentication page happens to include some Google Analytics code as well, so much the better.

If you want the same Google Analytics information about on-campus users who are authorized by IP address, you might consider an interstitial page saying "Now forwarding you to (resource)... click here if it doesn't load", and have JavaScript do the forwarding after Google Analytics exits. But tread carefully here, as you'd be inconveniencing your users in order to get better statistics, in order to learn how to better serve your users, when one important way to better serve your users is to — wait for it — avoid inconveniencing your users!

Comments