Hay All.
I am currently working on a "checkout" system, the actual payment, etc., is carried out by a third party.
When the user checks the use of the form, he sends all the GET data to some other site, allows you to call this "checkout.com". So the query string is: "checkout.com?var=1&var2=2".
What I want to do is put a page between my form and this call on checkout.com, I want to be able to register this using Google Analytics.
Can I use the title ("location: checkout.com") "? Or will javascript not be called to register the page?
Do I need to use HTML redirection? or javascript redirection? or will php redriect work correctly?
thanks
dotty source
share