DFF Client Library Script Types
PSE - Price Search Engine (value:1)
PPC - Product Price Comparison (value:2)
DSE - Deal Search Engine (value:3)
MERLIST - Merchant / Store Listing (value:4)
CATLIST - Category Listing (value:5)
How to use DFF Client Library Script Types
You do not have to remember the value for each one of the Types. To use one of the type all you have to do is specify the type after DFF_....
Here are some example:
To use PSE:
$result = $dff_request->post_request(DFF_PSE,$pse_params);
To use DSE:
$result = $dff_request->post_request(DFF_DSE,$deal_params);
To use MERLIST:
$result = $dff_request->post_request(DFF_MERLIST,$merlist_params);
There are no comments on this page. [Add comment]