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 4 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 products for construction and repair.


Construction


A distinctive feature of a product from construction & repair category is presenceof the <construction> subsection inside the <offer>  section.

Add the following parameters to each product to your XML-File

Purcahse Frequency

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

Consider the following table of possible values of the parameter:

ValueDescription
1Product is purchased frequently (material)
0Product is purchased occasionally (equipment)


Consider the following example of use:

XML example
 ...
<offer ...>
    ...
	<construction>
	    <periodic>1</periodic>
	</construction>
</offer>
...

Product type

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

Consider the following table of possible values of the parameter:

ValueDescription
materialConstruction material
toolConstructoin equipment


Consider the following example of use:

XML example
 ...
<offer ...>
    ...
	<construction>
	    <type>tool</type>
	</construction>
</offer>
...

Location 

Optional parameter <outdoor>. Placed inside the <offer> section, within the <constructon> subsection.

Consider the following table of possible values of the parameter:

Parameter valueDescription
1Product is used only for countryside maintenance, repair and construction
0Product is used both for countryside and urban maintenance, repair and construction


Consider the following example of use:

XML example
 ...
<offer ...>
    ...
	<construction>
	    <outdoor>1</outdoor>
	</construction>
</offer>
...

Construction Type

Optional parameter <construction_type>. Specifies the construction type this particular product is used for. Placed inside the <offer> section, within the <constructon> subsection.

Consider the following table of possible values of the parameter:

NOTE: This parameter can take several values at once.

ValueDescription
floorFloormaintenance and repair
wallWall maintenance and repair
ceilingCeiling maintenance and repair
decorCosmetic alterations
outdoorOutdoor repair
indoorIndoor repair
roofRoof repair


Consider the following example of use:

XML example
 ...
<offer ...>
    ...
	<construction>
	    <construction_types>
			<construction_type>wall</construction_type>
			<construction_type>outdoor</construction_type>
		</construction_types>
	</construction>
</offer>
...

Brand

Optional parameter <brand>. Placed inside the <offer> section, within the <constructon> subsection  (a basic XML tag, for more information see XML Product Feed).

  • No labels