Gossamer Forum
Home : Products : Links 2.0 : Customization :

Help required for Keyword Targetting Ads

Quote Reply
Help required for Keyword Targetting Ads
Hi All, I am looking to do some Keyword Targetting Ads and would require the query words to be pass onto a target url, for example as below, the keyword submitted to the search engine is palm pilot, any kind soul please advise on how I can pass in the values.


<A HREF="http://www.mydomain.com/search;abr=!ie;sz=468x60;kw=palm+pilot;ord=50834870586042360?"><IMG SRC="http://www.mydomain.com/search;abr=!ie;sz=468x60;kw=palm+pilot;ord=50834870586042360?" border=0 height="60" width="468"></A>

Thanks,
OrAcOLo
Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
Change palm+pilot to <%term%>.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
Hi Eliot, thanks I tried it but I need to substitute the space with a + how do I do it?

Please advise

Cheers,
Beng Yeow
Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
If you use <%term%>, the space should be replaced with a plus sign.

Make sure that you have the following codes in your sub site_html_search_results:

Code:
my $term = &urlencode ($in{'query'});

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
Hi, %20 is space right? its not + right?

by the way, I have this in my sub site_html_search_results:

my $term = &urlencode ($in{'query'});

Cheers,
Beng Yeow
Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
 
Quote:
%20 is space right?

Yes, Spaces in Netscape are defined as %20.

Quote:
its not + right?

Correct.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
Buddy, I need a plus in place of the space.... can help?
Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
Welp..that is what I provided...

And based on your response, I will leave it up to you to find a better solution.

Good luck!

Regards,



------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help required for Keyword Targetting Ads In reply to
Hi Eliot, I really appreciate you help but I am new to CGI, I seriously would appreciate if you could advise me how I could replace the space with a plus?

Thanks,
Beng-Yeow