Hi everybody
I'm developing an affiliate module which needs to receive requests from third party sites when certain actions occur on the third party. The Drupal site will maintain the record of successful basket completions via a small piece of javascript generating a gif pixel request back to the Drupal site with a bunch of query parameters appended detailing the purchase amount, transaction id, etc etc. This is very similar to Doubleclick spotlight tags and Web Analytics tags. Has anybody got any experience in developing this kind of thing in Drupal? the module will have one image object and the module will need to take the incoming requests and parse the query parameters, creating a record for each affiliate to what has been sold etc and other stats.
I've had a look at various modules out there but can't seem to find anything suitable. I'm starting to think about building the module from scratch.
Thanks in advance.
Dave