I have a flash booking widget which I do not have the source code for, which goes to an intermediary page which should go to a booking engine ( I have not programmed it yet ).
I am looking to implement cross-domain GA tracking on the intermediary page, because I do not control the flash booking widget. It just goes to redirect.php
with parameters that should be fed to the booking engine.
I've come across these answers:
- HTTP Referrer on Redirection
- Process data BEFORE a 301 Redirect?
- track a redirect page with google analytics
But there's really no definitive solution for this. Has anyone come across a similar dilemma, and if so could you share how you integrated the tracking?
Specific questions:
- The new google code uses an asynchronous method, but can I bind an event handler to invoke itself, which can do a
location.href
setting, after the page has been tracked?