Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Additional Properties

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).


FMCG

The "fmcg" element must be inside the "offer" element.

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

Purchase Frequency

Optional parameter <periodic>. Placed inside the <offer> section, within the <fmcg> subsection.

Consider the following table of possible values:

ValueDescription
1Product is purchased frequently
0Product is purchased occasionally


Consider the following example of use:

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

Product Type

Optional parameter <type>. Placed inside the <offer> section, within the <fmcg> subsection.

Consider the following table of possible values:

ValueDescription
foodFoods
chemicalsHousehold chemicals
hygienePersonal hygiene products
suppliesOffice supplies
childBaby and children products


Consider the following example of use:

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

Hypoallergenic Properties

Optional parameter <hypoallergenic>. Placed inside the <offer> section, within the <fmcg> subsection.

Consider the following table of possible values:

ValueDescription
1Hypoallergenic product
0Non-hypoallergenic product


Consider the following example of use:

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

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.

  • No labels