Fast-Moving Consumer Goods (FMCG)

Additional 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

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.

<offer ...>
    ...
    <fmcg>
        ...
    </fmcg>
</offer>

Periodic

The "periodic" element must be inside the "fmcg" element and can have one of the following values:

ValueDescription
1Product is purchased frequently
0Product is purchased occasionally. The default value.

<offer ...>
    ...
	<fmcg>
	    <periodic>1</periodic>
	</fmcg>
</offer>

Type

The "type" element must be inside the "fmcg" element and can have one of the following values:

ValueDescription
foodProducts that are food
chemicalsProducts that are household chemicals
hygieneProducts that are personal care products
suppliesProducts that are office supplies
childProducts for babies and children

<offer ...>
    ...
	<fmcg>
	    <type>food</type>
	</fmcg>
</offer>


Hypoallergenic

The "hypoallergenic" element must be inside the "fmcg" element and can have one of the following values:

ValueDescription
1Hypoallergenic product
0Non-hypoallergenic product. The default value.

<offer ...>
    ...
	<fmcg>
	    <hypoallergenic>1</hypoallergenic>
	</fmcg>
</offer>

Page Navigation




Related Pages

Copyright 2018-2024 PersonaClick