From: [EMAIL PROTECTED] on behalf of Mick Semb Wever > From: [EMAIL PROTECTED] on behalf of Steinar Asbjørnsen > > We need to use boomerang to log views of and clicks to søkeordsbanners > > * Related issue (which needs to be specified) is GULD-1377 > > > > Mick: You suggested to use boomerang i javascript. Can you please > > describe how? > * A cermonial example is: > * > http://sesam.no/boomerang/category=results;subcategory=main/http://wever.org; > * > * > * A hunting example is: > * http://sesam.no/boomerang/?parameter-list > > So calling (from javascript) something like > http://sesam.no/boomerang/?mykey1=myvalue1&mykey2=myvalue2 > will work for you. Its response will be empty so you need not do anything > with it.
For logging of how many times an image's been shown and click stats, would extra javascript functionality be needed? Isn't it enough use images and links with boomerang tags? E.g. <img src="http://<some domain>/boomerang/category=superads;subcategory=banner;customer=<custid>/<some url>"/> And <a href="http://<some domain>/boomerang/category=superads;subcategory=linkclick;customer=<custid>/<some url>">..</a> If I'm not mistaken this will lead to the same as using a javascript/ajax solution, but with less code. -- Magne _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
