Base de connaissances Shopping.com Partners Resource Center
La base de connaissances est organisée en différentes catégories ; sélectionnez une catégorie qui vous intéresse.
Si vous ne trouvez pas les réponses que vous cherchez, introduisez une nouvelle demande de support.
Are there any APIs that would provide the most ‘popular products’ and the ‘top categories’?
There are 3 approaches to retrieving results for the most ‘popular products’ and the ‘top categories’.
- You could query our API for top products using TP-[n] parameter. TP-3 returns top clicked products through the partner's traffic, while TP-4 returns top clicked products on Shopping.com. For both queries, you can include a befid refinement, where befid is the category ID. Here is an example TP-3 query that shows Infospace's top click products in the Laptops category (befid-9007): http://api.shopping.com/scripts/GSIsapiExt.dll/linkin_id-XXXXXXX/TP-3/BEFID-9007
- The second approach is to just use a befid query, which pulls top products and offers base on behavioral relevance. Here is an example befid query: http://api.shopping.com/scripts/GSIsapiExt.dll/linkin_id-XXXXXXX/BEFID-7185/SF-7. SF-7 is a required parameter that allows the algorithm to return offers or products based on category structure.
- The 3rd approach is more manual. You could pull top products and category reports in PAC. Then you could query the API for specific products on those reports. Here is how you'd query for a specific product using our unique product ID (PID): http://api.shopping.com/scripts/GSIsapiExt.dll/linkin_id-XXXXXXX/SF-1/PID-36486072
