"Jewelry" algorithm is developed to automatically identify particular characteristics of a new potential customer, such as the metal type of the item, finger and wrist size and so on, and specify product recommendations based on this data.
Following steps are covered
Add Additional Parameters to Your XML-file
For the algorithm to work properly every product in your XML Product Feedshould have additional properties stated inside the <offer>within the <jewelry> subsection:
gender this product is targeted at
ring size a.k.a finger size
bracelet size a.k.a. wrist size
necklace size (circumference length)
item color
metal type
gemstone type
This data should be included into the XML-file in the form of specific product parameters and send to PersonaClick.
Section <jewelry>
A distinctive jewelry piece feature is presence of the <jewelry>subsection inside the <offer> section.
Add the following parameters to each product to your XML-File.
Targeted Gender
Mandatory parameter <gender>. Placed inside the <offer>section, within the <adult> subsection.
No need to specify the gender this particular product is targeted at, if you do not have this data (gender). In this case, this particular product will simply be marked as 'unisex' and will have a lower displaying priority in relation to other products with the specified gender parameter.
Ring Size
Optional parameter <ring_sizes>. Contains the full list of available sizes for the given SKU (i.e ring). You should list all the available sizes for each given SKU. Use a dot as the decimal mark.
NOTE
Don't use this parameter for the SKUs that are not rings or don't come in different sizes.
Optional parameter <bracelet_sizes>. Contains the full list of available sizes for the given SKU (i.e bracelet). The size is measured in centimeters and is the circumference length. You should list all the available sizes for each given SKU. Use a dot as the decimal mark.
NOTE
Don't use this parameter for the SKUs that are not bracelets or don't come in different sizes.
Optional parameter <chain_sizes>. Contains the full list of available sizes for the given SKU (i.e necklace). The size is measured in centimeters and is the circumference length. You should list all the available sizes for each given SKU. Use a dot as the decimal mark.
NOTE
Don't use this parameter for the SKUs that are not necklaces or don't come in different sizes.