Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [mgeyman] Adcycle - Targeted keywords - search results page

Quote Reply
Re: [mgeyman] Adcycle - Targeted keywords - search results page In reply to
ok, found something that might work for you:

1. In Adcycle, create a group in Adcycle called SearchTargeted

2. In Links SQL go to the admin panel, under Plugins. Then click on Plugin Manager and edit the Adcycle plugin. Set the keyword_group setting to correspond to the Adcycle Group ID of the SearchTargeted group.

3. In Adcycle create a Campaign for your SearchTargeted-Group with NO Keywords (that will be the standard-ad if there is no ad for a keyword).

Create a Campaign-HTML-Ad and use something like the following:




<TABLE BORDER="0">
<TR><TD ALIGN ="center">
<FONT SIZE="2" FACE="Verdana" COLOR="#aabbcc"><B>Sponsored Link :</B></FONT>
</TD></TR>
<TR><TD>
<TABLE BORDER="0" WIDTH="158" HEIGHT="102" CELLPADDING="0" CELLSPACING="0" BGCOLOR="#A8DDA0">
<TR VALIGN="middle"><TD>
<TABLE BORDER="0" WIDTH="156" HEIGHT="100" ALIGN="center">
<TR BGCOLOR="#EBFFED" VALIGN="top" ALIGN="center"><TD>
<a href="http://www.shop-netz.de/...&mid=36&id=1" target="_blank"><FONT SIZE="2" FACE="Verdana"><B>
Visit TestPage</B></FONT></A><br>
<a href="http://www.shop-netz.de/...&mid=36&id=1" target="_blank">
<img src="http://www.shop-netz.de/shopping/images/adimages/banner1.gif" width=130 height=60 border=0 alt="Sponsored Link"></a><br>
<FONT SIZE="1">This is a little Test</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
</TD></TR></TABLE>




(the Link-Code will be provided to you by adcycle if you start to create a new HTML-Campaign

4. Now you can create similar campaigns for your advertisers. Therefor you just have to change the bold code in the HTML above. For this campaigns you have to define keywords in the add/modify-criteria area.

5. Goto your adcycle->groups->SearchTargeted (-group) and set your standard-campaign (see point 3.) to weight= (0-default) and all your other keyword-campaigns to (100-High)

6. Goto the plugins->adcenter->Groups->SearchTargeted and the click on [Get Ad Codes]; Select Page-Target (e.g. TOP), PageLayout (Multiple ads in page) and Keywords (Keyword Targeting Code).Click on the CHANGE-Button.

7. Take the IFRAME Cache-bust Code and but it into the right place of your search_results.html-template

8. Now do the following changes in the Cache-bust Code:
  • change every ENTER+KEYWORD+LIST text to <%query%>
  • if you want you can change the manger=adcycle.com tags to manager=yoursite.com
  • if you want to use more than one keyword-code/cache-bust Code in a single page, the id of each keyword-code has to be unique
  • if you like, you can change the alt=""-tags to "Sponsored link"
  • in the <noscript>-part i've added : <noscript> <FONT SIZE="2" FACE="Verdana" COLOR="#aabbcc"><B>Sponsored Link :</B></FONT><br>


If you did the changes, the code in your search_results.html should look something like:




<!-- START ADCYCLE.COM IFRAME RICH MEDIA CACHE-BUST CODE for SearchTargeted -->
<script language="javascript">
<!-- /* © 2001 AdCycle.com All Rights Reserved.*/
var id=313;
var jar=new Date();var s=jar.getSeconds();var m=jar.getMinutes();
var flash=s*m+id;var cgi='http://www.YourDoain.com/cgi-bin/shop/adcycle';
var p='<iframe src="'+cgi+'/adcycle.cgi?gid=39&layout=multi&t=_blank&id='+flash+'&type=iframe&keywords=<%query%>" ';
p+='height=160 width=160 border=0 marginwidth=0 marginheight=0 hspace=0 ';
p+='vspace=0 frameborder=0 scrolling=no>';
p+='<a href="'+cgi+'/adclick.cgi?manager=YourDomain.com&gid=39&layout=multi&id='+flash+'" target="_blank">';
p+='<img src="'+cgi+'/adcycle.cgi?gid=39&layout=multi&id='+flash+'&keywords=<%query%>" width=156 height=60 ';
p+='border=0 alt="Sponsored Link"></a></iframe>'; document.write(p); // -->
</script>
<noscript>
<FONT SIZE="2" FACE="Verdana" COLOR="#aabbcc"><B>Sponsored Link</B></FONT><br>
<a href="http://www.YourDomain.com/cgi-bin/shop/adcycle/adclick.cgi?manager=YourDomain.com&gid=39&layout=multi&id=313" target="_blank"><img src="http://www.YourDomain.com/cgi-bin/shop/adcycle/adcycle.cgi?gid=39&layout=multi&id=313&keywords=<%query%>" width=156 height=60 border=0 ALT="Sponsored link"></a>
</noscript>
<!-- END ADCYCLE.COM IFRAME RICH MEDIA CODE -->





9. Now it should work perfect! The only thing you have to to is to change the size of the IFRAME (marked red above), so that the full html-banner is displayed.

Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.
Subject Author Views Date
Thread Adcycle - Targeted keywords - search results page mgeyman 6801 May 8, 2001, 7:43 PM
Thread Re: [mgeyman] Adcycle - Targeted keywords - search results page
knewt 6547 Nov 12, 2002, 9:07 AM
Thread Re: [knewt] Adcycle - Targeted keywords - search results page
mgeyman 6487 Nov 12, 2002, 6:23 PM
Post Re: [mgeyman] Adcycle - Targeted keywords - search results page
knewt 6489 Nov 12, 2002, 10:52 PM
Thread Re: [mgeyman] Adcycle - Targeted keywords - search results page
ManuGermany 6461 Nov 12, 2002, 11:43 PM
Post Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6433 Nov 13, 2002, 8:30 PM
Thread Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6419 Nov 16, 2002, 5:00 AM
Post Re: [mgeyman] Adcycle - Targeted keywords - search results page
ManuGermany 6393 Nov 19, 2002, 12:32 AM
Thread Re: [mgeyman] Adcycle - Targeted keywords - search results page
ManuGermany 6410 Nov 19, 2002, 2:36 AM
Post Re: [ManuGermany] Adcycle - Targeted keywords - search results page
ManuGermany 6375 Nov 20, 2002, 1:01 AM
Thread Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6321 Dec 9, 2002, 8:16 AM
Thread Re: [mgeyman] Adcycle - Targeted keywords - search results page
ManuGermany 6383 Dec 9, 2002, 8:30 AM
Post Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6336 Dec 9, 2002, 8:43 AM
Thread Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6303 Dec 9, 2002, 9:34 AM
Thread Re: [mgeyman] Adcycle - Targeted keywords - search results page
ManuGermany 6298 Dec 9, 2002, 9:48 AM
Thread Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6292 Dec 9, 2002, 10:33 AM
Thread Re: [mgeyman] Adcycle - Targeted keywords - search results page
ManuGermany 6316 Dec 9, 2002, 10:54 AM
Post Re: [ManuGermany] Adcycle - Targeted keywords - search results page
mgeyman 6264 Dec 9, 2002, 11:06 AM