The redirect works, but I get the error message:

parse_url() expects exactly 1 parameter, 2 given in /home/contract/public_html/community/modules/bouncer/bouncer.module on line 121. in my logs and am unable to track clicks.

Which brings me to another question - how do I actually view clicks tracked?

Thanks,
Alex

Comments

skiminki’s picture

You should be able to track clicks by either

  • Using bouncer reporting feature (enable the proper permission first)
  • Exporting the raw click data via bouncer reporting
  • Inspecting db table bouncer_redirects directly

The bouncer reporting feature should appear in your menu when permissions are set correctly. The direct link is: <your-site>/bouncer/reports

There might be some hairiness (i.e. PHP notices) in the code, although all the functionality should work. I'm going to fix these in 5.x-1.1 release. The outstanding issues with this module are minor AFAICT, so the next release might take some time.