I would like to track outbound clicks to urls included in the code of fadeslideshow.js. I have a page with multiple slide shows running at http://wildwoodba.org/
Does anyone know how to do this?
I would like to track outbound clicks to urls included in the code of fadeslideshow.js. I have a page with multiple slide shows running at http://wildwoodba.org/
Does anyone know how to do this?
The code on that paged labeled:
should do that, but it's not being executed due to the slideshow script's call to noConflict mode. First thing I would try is changing:Code://Code source http://www.carronmedia.com/extend-google-analytics-with-jquery/
to:Code:<script type="text/javascript"> //Code source http://www.carronmedia.com/extend-google-analytics-with-jquery/$(document).ready(function(){
That should allow the tracking code to work in the noConflict environment.Code:<script type="text/javascript"> //Code source http://www.carronmedia.com/extend-google-analytics-with-jquery/jQuery(document).ready(function($){
The browser cache may need to be cleared and/or the page refreshed to see changes.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I have modified the code as you suggested and have clicked on a number of images. Will check the event tracking record tomorrow and get back to you. Thanks for your help
The modified code worked. We are now tracking clicks to websites off the fadeslideshow images. Thanks again for helping.
Bookmarks