I am currently working on implementing Woopra custom event data upon page load by following their guidelines. I have attempted to push events when the page is ready, however, it keeps returning an error that woopratracker is not defined. Strangely, when I use onclick events, everything works as expected. This suggests that there may be a delay in loading the Woopra libraries. Despite calling its functions upon page ready, it seems like my call should wait for the page to completely load before executing! I even tried using settimeout and calling the same function after 1 second, which did work properly. However, this approach still doesn't seem logical. Any thoughts or ideas on why this could be happening? Thank you :)