Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 13 Current »

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 products for children and babies.


Child

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

<offer ...>
    ...
    <child>
        ...
    </child>
</offer>


Gender

The "gender" element must be inside the "child" element and can have one of the following values:

ValueDescription
mFor boys' products
fFor girls' products

<offer ...>
	...
	<child>
		<gender>f</gender>
	</child>
</offer>

If the product is equally suitable for either gender, there is no need to add this element.



Type

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

ValueDescription
toyAny products are toys in one way or another
educationAny products that are somehow educational games, constructor sets, etc.
nappyDiapers
furnitureAny products that are the furniture in one way or another
schoolAny products that are school supplies in one way or another
transportAny products that are somehow transportation devices (strollers, baby car seats, scooters, bicycles, etc.)

<offer ...>
    ...
	<child>
	    <type>toy</type>
	</child>
</offer>


Age

The "type" element must be inside the "child" element and include the "min" and "max" elements with the following values:

ValueAge
0.251-3 months
0.54-6 months
0.757-9 months
110-12 months
1.2513-15 months
1.516-18 months
1.7519-21 months
222-24 months
33 years
44 years
etc.

The age of children under 2 years old supports the division into year quarters.


<offer ...>
    ...
	<child>
		<age>
			<min>0.5</min>
			<max>1</max>
		</age>
	</child>
</offer>

Page Navigation




Related Pages

  • No labels