I administer the web site for a movie theatre, and I would like to track the number of times visitors to our site click a link to go to the official movie site or some other links that we have.
Is there an easy way to do this? The only thing that immediately comes to mind is to encode the URL in a GET link which would go to a page on our site to update the database and then redirect to the selected site.
Any input would be helpful.
For what it's worth, at this point I'm not interested in tracking individual users and their activity, I'm just interested in tracking volume.
Is there an easy way to do this? The only thing that immediately comes to mind is to encode the URL in a GET link which would go to a page on our site to update the database and then redirect to the selected site.
Any input would be helpful.
For what it's worth, at this point I'm not interested in tracking individual users and their activity, I'm just interested in tracking volume.