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 pet products.
Pets
The "pets" element must be inside the "offer" element.
<offer ...>
...
<pets>
...
</pets>
</offer>
Type
The "pet_type" element must be inside the "pets" element and can have one of the following values:
Value
Description
dog
Products for dogs
cat
Products for cats
bird
Products for birds
fish
Products for fish
Don't use this element for products made for other pets.
The "breed" element must be inside the "pets" element.
Specify the pet breed code (EMS) if the product relates to a specific pet breed. If the product relates to more than one breed, don't use this element.
<offer ...>
...
<pets>
<!-- ANA - the Anatolian cat (Turkish Shorthair) -->
<breed>ANA</breed>
</pets>
</offer>
Size
Optional parameter <breed>. Placed inside the <offer>section, within the<pets> subsection.
This parameter should be attributed to the products that are targeted at specific size of the pet, for instance a food formula for a Saint Bernard or food formula for a Brussels Griffon.
Optional parameter <brand>. Placed inside the <offer>section, within the<pets> subsection (a basic XML tag, for more information address XML Product Feed).