Rebate Coupons Deals (RCD)
Example :
Wizard
Rebate Coupons Deals script is a simple list of our deal database. You can use Javascript or any dynamic scripts to load the HTML content to show on your website. Javascript of course will not give you actual SEO benefits. Please see the actual Rebate Coupons Deals calling codes below:
Javascript:
<script language="javascript" src="http://www.datafeedfile.com/dff_jsthrow.php?affid=____&script=rebdeal&nw=1"></script>
PHP code:
<?include('http://www.datafeedfile.com/dffphp_script_rebdeal.php?dffget_affid=____&dffget_style=2&'.$_SERVER['QUERY_STRING']);?>
Parameters you can use for Rebate Coupons Deals
rty = Deal Type - It is optional to specify specific Deal Type you only want to show. The default is to show all types.
- Here are the listing of deal type values:
- r = show rebates only
- c = show coupons only
- d = show discounts only
- rd = show rebates + deals
- rc = show rebates + coupons
- cd = show coupons + deals
- EXAMPLE:
- &rty=r (javascript)
- &dffget_rty=r (dynamic script include)
mernum = Only show price from this one single merchant / store.
- mernum stands for DFF merchant number which can be obtained using DFF Merchant # Finder or by downloading your specific merchant list in CSV/Excel, Tab or PHP Array.
- EXAMPLE: (display only result from Amazon.com)
- &mernum=45024 (javascript)
- &dffget_mernum=45024 (dynamic script include)
nw = Cause external links to merchants' website open in new window
- Putting any value such as '1' will make any external links URL from PPC script to be opened in new window.
- To disable, do not specify this parameter at all on the URL query string.
- EXAMPLE:
- &nw=1 (javascript)
- &dffget_nw=1 (dynamic script include)
ml = Hide or do not show merchant / store logo image
- Putting a value of 'h' which means hide in this parameter will hide the merchant logo image and show the text merchant / store name instead.
- EXAMPLE:
- &ml=h (javascript)
- &dffget_ml=h (dynamic script include)
aff_ls = Limit of listings / rows to show per page [numeric]
- EXAMPLE: (limit to output only 20 records max)
- &aff_ls=20 (javascript)
- &dffget_aff_ls=20 (dynamic script include)
style = DFF Template (Specify a style template #) [numeric]
- You must create your own DFF Template to obtain a DFF Template #. Created at ACP > Template (optional)
- DFF Template is a simple and easy way to manipulate the color, font and style of the HTML output of the PPC product info and merchant list result.
- EXAMPLE: (use DFF Template # 1209)
- &style=1209 (javascript)
- &dffget_style=1209 (dynamic script include)
bold = Make text bold
- Setting bold = 1 will turn regular text to bold, to disable simply do not use this parameter at all.
- EXAMPLE:
- &bold=1 (javascript)
- &dffget_bold=1 (dynamic script include)
picwd = Product image horizontal width (in pixels) [numeric]
- EXAMPLE: (set product image width to 120 pixels)
- &picwd=120 (javascript)
- &dffget_picwd=1 (dynamic script include)
picht = Product image height (in pixels) [numeric]
- EXAMPLE: (set product image height to 100 pixels)
- &picht=100 (javascript)
- &dffget_picht=100 (dynamic script include)
Using Directory Listing feature of Rebate Coupons Deals
Rebate Coupons Deals Directory Listing shows a list of merchants / stores menu where once clicked will display the list of deals from that particular merchant.
cols = Number of columns to use on the menu [numeric]
- EXAMPLE: (set listing to show only 4 columns horizontally)
- &cols=4 (javascript)
- &dffget_cols=4 (dynamic script include)
rows = Number of rows to display per page [numeric]
- EXAMPLE: (set listing to show only 20 rows vertically)
- &rows=20 (javascript)
- &dffget_rows=20 (dynamic script include)
view = Select directory list display mode, there are three options: list, grid or text. [string]
- EXAMPLE: (use list display mode)
- &views=list (javascript)
- &dffget_views=list (dynamic script include)
dir = enable or disable directory functionality [numeric]
- To enable set value to 1, to disable set to 0 or do not specify dir parameter at all.
- EXAMPLE: (enable listing or menu version of deal listing)
- &dir=1 (javascript)
- &dffget_dir=1 (dynamic script include)