Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Additional
PropertiesAdditional niches properties of products allow studying user preferences and calculating recommendations more accurately. This section describes allowing filling the product feed with niche features of Fast-Moving Consumer Goods (FMCG).
Case Sensitivity
Warning |
---|
All parameter names are case-sensitive and should follow the spelling used in this documentation. |
FMCG
The "fmcg" element must be inside the "offer" element.
Code Block | ||||
---|---|---|---|---|
| ||||
<offer ...> ... <fmcg> ... </fmcg> </offer> |
Purchase Frequency
Optional parameter <periodic>
. Placed inside the <offer>
section, within the <fmcg>
subsection.
Periodic
The "periodic" element must be inside the "fmcg" element and can have one of the following values:
Value | Description |
---|---|
1 | Product is purchased frequently |
0 | Product is purchased occasionally |
. The default value. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ...
| |||||
<offer ...>
...
<fmcg>
<periodic>1</periodic>
</fmcg>
</offer>
... |
Type
Optional parameter <type>
. Placed inside the <offer>
section, within the <fmcg>
subsection.
Consider the following table of possible The "type" element must be inside the "fmcg" element and can have one of the following values:
Value | Description |
---|---|
food |
Products that are food |
chemicals |
Products that are household chemicals |
hygiene |
Products that are personal care products |
supplies |
Products that are office supplies |
child |
Products for babies and children |
Code Block | ||||||
---|---|---|---|---|---|---|
| ...
| |||||
<offer ...>
...
<fmcg>
<type>food</type>
</fmcg>
</offer>
... |
Hypoallergenic Properties
Optional parameter <hypoallergenic>. Placed inside the <offer>
section, within the <fmcg>
subsection.
Hypoallergenic
The "hypoallergenic" element must be inside the "fmcg" element and can have one of the following values:
Value | Description |
---|---|
1 | Hypoallergenic product |
0 | Non-hypoallergenic product |
. The default value. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ...
| |||||
<offer ...>
...
<fmcg>
<hypoallergenic>1</hypoallergenic>
</fmcg>
</offer>
... |
Info |
---|
No need to specify the gender this particular product is targeted at, if you do not have correct data (hypoallergenic properties). By default, every cosmetic product is set to non-hypoallergenic. |
Column | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Page Navigation
Related Pages
|