Forum Moderators: DixonJones
Technically it is possible - you just have to get a copy of their log file (or other stats). However, I doubt you will succeed in getting it...
I guess it isn't your own shop on the secure server, but if you somehow could make them add eg. a 1x1 gif on a confirmation page referring to a gif on your server you can track hits on this particular gif. Naturally, this requires that there is a special confirmation page on purchases referred by you.
/Hannu
Instead of having hyperlinks from your main page out to a third party, you send the link to an internal "tracking" page on your own site - one page for every hyperlink destination you want to track. Use a redirect on that page to take them without delay to your destination. Then - in your logs, see how many people went to each redirect page... every one of them SHOULD have gone to the destination.
A Note - use robots.txt file or protocols to stop the spiders indexing these pages - they might not like the redirects.
Dixon.
Unfortunately it doesn't give you any numbers on the actual purchases since the confirmation page ("Thank you for your order etc...") is located on the external server and thereby the logfile is also located there.
Are you wanting to receive confirmations of purchase from your online transaction handler?
They usually offer online access to your purchase records (if yours doesn't, get another one), but if you're looking for further confirmation, one you're in control of, you could add some code to your "transaction approved" and "transction denied" pages. They usually are left to run at your server, and as long as you have access to server-side scripting you can write your own log.
Finally - your cookie solution will not work. Cookies cannot be transported across domains (at least, not in ie6) as it creates a security hole regarding privacy.
Best wishes,
Dixon.