|
Accounts: Bid Screen Templates
|
Top Previous Next |
| This is the "wrapper" around the bidding form list.
|
|
|
| Variables Understood:
|
| <<INACTIVE_WARNING>> - Lets the user know if their listing is inactivate due to low balance
|
| <<SITESELECT>> - Drop list of their listings, for quick navigation
|
| <<ZONESELECT>> - Drop list of bidding zones, if you have them enabled
|
| <<ID>> - The ID number of the link
|
| <<TITLE>> - The title of the link
|
| <<DESCRIPTION>> - The description of the link
|
| <<KEYWORDS_ONLY>> - Link to show the bid screen with only keywords
|
| <<WORDS>> - The line items for the keyword bids
|
| <<NEXT_PREVIOUS>> - Allows the user to move amongst many pages of keywords
|
| <<HOTZONES_ONLY>> - Link to show the bid screen with only hotzones
|
| <<HOTZONE>> - The line items for the hotzone bids
|
| <<CATEGORIES_ONLY>> - Link to show the bid screen with only categories
|
| <<CATEGORIES>> - The line items for the category bids
|
| <<ADD_TERMS>> - A form allowing the user to add new keywords for this listing
|
| <<SMARTBID>> - The smart bidding form
|
| <<UPDATE_BUTTON>> - The button that submits the whole deal.
|
|
|
| Example:
|
|
|
| <h5><i><<INACTIVE_WARNING>></i></h5>
|
|
|
| <div style='border:1px solid black; background:#e0e0e0'>
|
| <b>Track the ROI for this listing ...</b> add the following code to your page:
|
| <br />
|
| <code>
|
| <script language="javascript" src="http://yourdomain.com/search/r.php?action=roitrack&id=<<ID>>"></script>
|
| </code>
|
| </div>
|
| <br />
|
|
|
| <table border=0 cellpadding='0' cellspacing='0' align="center">
|
|
|
| <tr>
|
| <td>
|
| <table border=0 cellpadding='0' cellspacing='0' width=100%>
|
| <tr>
|
| <td style='padding-bottom:10px;background:white' valign="top" width="50%">
|
| Select Listing: <<SITESELECT>>
|
| </td>
|
| <td style='padding-bottom:10px;background:white' valign="top" width="50%">
|
| Select Zone: <<ZONESELECT>>
|
| </td>
|
| </tr>
|
| </table>
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td>
|
| <table width=100% bgcolor="#efefef" cellspacing=1>
|
| <tr bgcolor="black">
|
| <th style="color:white"><a style="color:white" href="<<KEYWORDS_ONLY>>">Keyword</a></th>
|
| <th style="color:white">Current Bid</th>
|
| <th style="color:white">Proxy Bid</th>
|
| <th style="color:white">Current Rank</th>
|
| <th style="color:white">Top 5 Bids</th>
|
| <th style="color:white">Smartbid</th>
|
| <th style="color:white">Delete?</th>
|
| </TR>
|
|
|
| <<WORDS>>
|
|
|
| <tr>
|
| <td colspan=5 align="center"><<NEXT_PREVIOUS>></td>
|
| </tr>
|
|
|
| <TR><TD COLSPAN=5> </TD></TR>
|
|
|
|
|
| <tr bgcolor="black" style="color:white">
|
| <th style="color:white"><a style="color:white" href="<<HOTZONES_ONLY>>">Hot Zones</a></th>
|
| <th style="color:white">Current Bid</th>
|
| <th style="color:white">Proxy Bid</th>
|
| <th style="color:white">Current Rank</th>
|
| <th style="color:white">Top 5 Bids</th>
|
| <th style="color:white">Smartbid</th>
|
| <th style="color:white">Delete</th>
|
| </tr>
|
|
|
| <<HOTZONE>>
|
|
|
| <tr><td colspan=5> </td></tr>
|
|
|
| <tr bgcolor="black" style="color:white">
|
| <th style="color:white"><a style="color:white" href="<<CATEGORIES_ONLY>>">Directory Categories</a></th>
|
| <th style="color:white">Current Bid</th>
|
| <th style="color:white">Proxy Bid</th>
|
| <th style="color:white">Current Rank</th>
|
| <th style="color:white">Top 5 Bids</th>
|
| <th style="color:white">Smartbid</th>
|
| <th style="color:white">Delete?</th>
|
| </TR>
|
| <<CATEGORIES>>
|
|
|
| <tr><td colspan=5> </td></tr>
|
|
|
|
|
| </table>
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td align="center">
|
| <table border=0 width=100%>
|
| <tr>
|
| <td valign="top">
|
| <<ADD_TERMS>>
|
| <br />
|
| <i>Add new keywords and/or <br />
|
| phrases here ... one per line</i>
|
| </td>
|
| <td valign="top">
|
| <font face="verdana" size=-1>
|
| <<SMARTBID>>
|
| </font>
|
| </td>
|
| </tr>
|
| </table>
|
| </td>
|
| </tr>
|
| <tr>
|
| <td align="center">
|
| <br />
|
| <<UPDATE_BUTTON>>
|
| </td>
|
| </tr>
|
| </table>
|
| This template is run for each keyword bid, category bid and hotzone bid. This template is shown, respectably in place of <<WORDS>>, <<HOTZONE>>, and <<CATEGORIES>> in the above template. Note that not all of the variables listed below are required (only the termlink and bid are required), the rest serve mainly to provide your advertiser with more options and information.
|
|
|
| Variables Understood:
|
| <<TERMLINK>> - Link to open up the link editor (when using overture style bidding), or just the word for normal bidding screens.
|
| <<SIMULATE_LINK>> - Link to open up the related keyword search for this word
|
| <<LEXICAL_LINK>> - Link to show synonyms, similar words for this keyword
|
| <<BID>> - An input field for the current bid on this word
|
| <<PROXY>> - An input field for the current proxy bid on this word
|
| <<POSITION>> - Shows the current position of the word in the search results
|
| <<TOP5>> - Shows the top 5 bids on this term (using the "top 5" internal template)
|
| <<SMARTBID>> - A checkbox for including this keyword in the smartbidder
|
| <<DELETE>> - A checkbox to let the user delete this keyword when they save the screen.
|
|
|
| Example:
|
|
|
| <tr>
|
| <td>
|
| <<TERMLINK>>
|
| <<SIMULATE_LINK>>
|
| <<LEXICAL_LINK>>
|
| </td>
|
| <td><<BID>></td>
|
| <td><<PROXY>></td>
|
| <td><<POSITION>></td>
|
| <td><<TOP5>></td>
|
| <td align="center"><<SMARTBID>></td>
|
| <td align="center"><<DELETE>></td>
|
| </tr>
|
| This template used to replace <<TOP5>> in your "Each Term" internal template, if you have it in there.
|
|
|
| Variables Understood:
|
| <<1>> - The # 1 Bid amount for this keyword
|
| <<2>> - The # 2 Bid amount for this keyword
|
| <<3>> - The # 3 Bid amount for this keyword
|
| <<4>> - The # 4 Bid amount for this keyword
|
| <<5>> - The # 5 Bid amount for this keyword
|
|
|
| Example:
|
| <table border=0 cellspacing=1 cellpadding=1 width=100%>
|
| <tr>
|
| <td style='color:white;background:black;font-size:8pt;' width=20% nowrap>
|
| <<1>>
|
| </td>
|
| <td style='color:white;background:black;font-size:8pt;' width=20% nowrap>
|
| <<2>>
|
| </td>
|
| <td style='color:white;background:black;font-size:8pt;' width=20% nowrap>
|
| <<3>>
|
| </td>
|
| <td style='color:white;background:black;font-size:8pt;' width=20% nowrap>
|
| <<4>>
|
| </td>
|
| <td style='color:white;background:black;font-size:8pt;' width=20% nowrap>
|
| <<5>>
|
| </td>
|
| </tr>
|
| </table>
|