Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.



Case Sensitivity

Warning

All parameter names are case-sensitive and should follow the spelling used in this documentation.




Pets

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


Code Block
languagexml
themeMidnight
<offer ...>
    ...
    <pets>
        ...
    </pets>
</offer>



Type

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

ValueDescription
dogProducts for dogs
catProducts for cats
birdProducts for birds
fishProducts for fish

Warning

Don't use this element for products made for other pets.


Code Block
languagexml
themeMidnight
<offer ...>
    ...
	<pets>
	    <pet_type>cat</pet_type>
	</pets>
</offer>


Breed

The "breed" element must be inside the "pets" element.

Tip

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.


Code Block
languagexml
themeMidnight
<offer ...>
    ...	
	<pets>
        <!-- ANA - the Anatolian cat (Turkish Shorthair) -->
	    <breed>ANA</breed>
	</pets>
</offer>


Size

Anchor
size
size
The "pet_size" element must be inside the "pets" element and can have one of the following values:

ValueDescription
smallFor small pets
mediumFor medium-sized pets
largeFor big pets

Code Block
languagexml
themeMidnight
<offer ...>
    ...
	<pets>
	    <pet_size>small</pet_size>
	</pets>
</offer>


Age

Anchor
age
age
The "pet_age" element must be inside the "pets" element and can have one of the following values:

ValueDescription
youngKittens, pups and other cubs
middleMid-aged pets
oldOld pets

Code Block
languagexml
themeMidnight
<offer ...>
    ...
	<pets>
	    <pet_age>old</pet_age>
	</pets>
</offer>


Periodic

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

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

Code Block
languagexml
themeMidnight
<offer ...>
    ...
	<pets>
	    <periodic>1</periodic>
	</pets>
</offer>



Column

Page Navigation

Table of Contents
maxLevel2
minLevel2
indent0px
stylenone




Related Pages

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
cqllabel = "products"