Forum Moderators: DixonJones

Message Too Old, No Replies

analog cfg config

need help for int search

         

operafan

3:35 am on Nov 8, 2003 (gmt 0)

10+ Year Member



I'cw tried numerous ways & configs to get it show my own cgibin redirects to another url but it wouldn't show in the report.
In my log it shows /cgi-bin/abc.cgi?http://www.abc.com/
& current config to test it out is
INTSEARCHENGINE /cgi-bin/abc.cgi? query
I tried both with argsexclude & include but to no avail - can anyone help - so that it the report it will show how many times the url will be clicked upon - recorded under the search term i guess & would like to record my own url as a referrer too.

Any help much appreciated.

hakre

7:15 am on Nov 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



hi operafan,

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].

operafan

2:17 am on Nov 10, 2003 (gmt 0)

10+ Year Member



Thank you so much Hakre, I did not try that command, let me try it & see if it works.
Thanks