Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
How do I enable and access product recommendation features?
How do I enable and access product recommendation features?
What is a product recommendation strategy?
What is a product recommendation strategy?
How do I publish a recommendation strategy on my website?
How do I publish a recommendation strategy on my website?
data-recommender-code (product recommendation block ID) parameter. For blocks using algorithms like Similar and They also buy this, include the data-recommender-item parameter to specify the current product’s ID.Why is the recommended product count much lower than my total product stock?
Why is the recommended product count much lower than my total product stock?
- Price
- Name
- URL
- Picture (image URL must be valid and retrievable)
- Server overload: Your shop’s storage or server cannot handle the high volume of requests from Kameleoon’s system. The system downloads images using 50 simultaneous threads, which often causes timeout errors.
- Security blocking: Your firewall or anti-DDoS protection might block requests based on the user agent or IP address.
- User agent: Kameleoon downloads images using the user agent
Kameleoon Fetcher 2.0. If downloads fail, allow this user agent in your server settings. - IP address: Whitelist all Kameleoon cluster IPs to ensure uninterrupted access. View the list of IPs here.
- User agent: Kameleoon downloads images using the user agent
- Click Settings > Recommendations > Products > Data feed.
- Select False from the Widgetable dropdown.
- Click any product to view its attributes. Kameleoon highlights the issue (for example, missing price or failed image retrieval) in the product’s attribute list.
How often does the product data feed update?
How often does the product data feed update?
Can I use product recommendations in email campaigns?
Can I use product recommendations in email campaigns?
Is there a preview mode for recommendations?
Is there a preview mode for recommendations?
Can I sort recommended products?
Can I sort recommended products?
Can I use regular expressions in recommendation rules?
Can I use regular expressions in recommendation rules?
Can I import my own recommendation algorithm?
Can I import my own recommendation algorithm?
Is there a limit to the number of recommendations I can display?
Is there a limit to the number of recommendations I can display?
Do all algorithms work everywhere on my site?
Do all algorithms work everywhere on my site?
Can I use product sizes imported from Google Merchant in Liquid recommendation templates?
Can I use product sizes imported from Google Merchant in Liquid recommendation templates?
Can I use a custom field name (like `shop_recommend`) for the Store Recommendations algorithm?
Can I use a custom field name (like `shop_recommend`) for the Store Recommendations algorithm?
accessories field in your data feed. It does not recognize custom field names for manual product relationships.To manually link products (for example, to display complementary items), map the related product IDs to the accessories field.The algorithm displays only the products linked via the accessories tag. You can restrict these results further by applying standard filters to the recommendation block (for example, to exclude out-of-stock items from the manual list).How do I provide data for the 'Currently on wishlist' recommendation algorithm?
How do I provide data for the 'Currently on wishlist' recommendation algorithm?
trackAddToWishList() method from the Activation API. This method sends the necessary event data to Kameleoon, which populates the wishlist algorithm.Which attributes can I import from Google Merchant Center versus Kameleoon XML?
Which attributes can I import from Google Merchant Center versus Kameleoon XML?
custom_label_0 - custom_label_4)- Not supported.
- The recommendation module does not import
custom_labelattributes from Google Merchant Center feeds. You cannot use these fields for filtering or display.
stockquantity)- Google Merchant Feeds: Not supported. The Google product data specification does not include a numerical stock count (only “availability” status). Therefore, you cannot import exact inventory numbers via Google CSV/XML.
- Kameleoon XML: Supported. To use exact stock counts, use the native Kameleoon XML format and populate the
stockquantityfield. - Viewing and using stock data: If you import stock data via Kameleoon XML, the values appear in the Data feed overview. Use the
stockquantityattribute to create filters (for example,stockquantity > 5).
How do I decide between XML import and API import for my catalog?
How do I decide between XML import and API import for my catalog?