Forum Moderators: DixonJones
Atlas One point requires a code of javascript on every landing page in order to recognize the click came from a paid search listing. It then drops a cookie (landing page event). Once a user hit the "thank you page" after a transaction, another Javascript (sale event) is called and the sale is attributed to the keyword.
The site I am working with has moved to an Iframe check out process, which has 4 steps...all of which take place in the iframe.
My question is, can the "sale event" code somehow be called when the thank you page is called? Right now, the source of the each step in the purchase path is the frameset. I was told that we could put the code in the <head> tag of the frame, but that will only show us when the purchase path is started, not completed.
Is anyone else using an iframe purchase path and using javascript tracking successfully? AOP or otherwise...
Thanks!
-WH