Forum Moderators: DixonJones
Any help much appreciated.
your scenarion about
/cgi-bin/abc.cgi?http://www.abc.com/ is a little special for analaog, because it does not use query variable names. you had quite a nice idea with
INTSEARCHENGINE /cgi-bin/abc.cgi? query, but it only works, if the abc.cgi would be called in a way like this: ]/cgi-bin/abc.cgi?[b]query=[/b]http://www.abc.com/. to have all clicks shown in your reports, you should use a
FILEINCLUDE ]/cgi-bin/abc.cgi?* first, to get all abc.cgi-clicks in your report. then think about if you want your outgoing clicks into the searchengine stats or have them in your normal report, because otherwise they could mix something up (adding a bunch of search keywords but some are too less to be displayed or similar backdraws).
hope that helps [analog.cx].