• Resolved clonan

    (@clonan)


    I am trying to track clicks inside a frame. The function of the clicks are to update some cookies and reload the frame.

    I am getting no results from the event in the real time log or site analysis pages.

    1. the external page code is loaded in the frame.

    2. I am passing the event to a function by:

    onclick="handleClick(0, event)

    3. the function starts with:

    function handleClick(direction, ev) {
    SlimStat.ss_track(ev, parseInt("100"), 'clicked on button');

    Firebug is not giving me any errors but noting is showing up.

    Any ideas?

    https://wordpress.org/plugins/wp-slimstat/

  • The topic ‘frame event tracking’ is closed to new replies.