Topic: Page Views Generator

I would like to know if the Juicebox PRO versión, is posible generate trafic or page views, when a picture is clicked.

I need something like this (example) but with JuiceBox

http://es.tendencias.yahoo.com/fotos/de … 91541.html

Thanks

Re: Page Views Generator

In Juicebox-Pro, you can set enableDirectLinks="TRUE" and each image within your gallery will have its own unique URL using a hashtag, e.g. http://www.example.com/gallery/#12

Google Analytics allows you to track custom events so you should be able to implement a solution by following the advice on the Event Tracking page.

You would need to use the Juicebox-Pro API to send the relevant information to Google via _gaq.push() when the onImageChange() event is fired (which indicates that a new image has been selected in the gallery).

This forum thread may also help.