Auto Products

Additional niches properties of products allow studying user preferences and calculating recommendations more accurately. This section describes allowing filling the product feed with vehicle niche features.



Case Sensitivity

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



Auto

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

<offer ...>
    ...
	<auto>
        ...
	</auto>
</offer>


Compatibility

The "compatibility" elements must be inside the "auto" element and can have the following attributes:

NameRequirementDescription
brandrequiredAllows specifying the brand of the vehicle.
modeloptionallyAllows specifying the model of the vehicle. No specific model makes the product compatible with all brand models.

This allows adding more than one model of the same brand. There is no need to set this element if the product is compatible with all brands and models.


<offer ...>
    ...
	<auto>
		<compatibility brand="BMW" />
		<compatibility brand="Mini" model="Cooper S" />
		<compatibility brand="Mini" model="Cooper One" />
	</auto>
</offer>


Periodic

The "periodic" element must be inside the "auto" element and can have the following values:

ValueDescription
1Product is purchased frequently
0

Product is purchased occasionally. The default value.


<offer ...>
    ...
	<auto>
	    ...
		<periodic>1</periodic>
	</auto>
</offer>


VDS

The "vds" element must be inside the "auto" element.

<offer ...>
    ...
	<auto>
		...
		<vds>BP8AN5</vds>
		<vds>HH5820</vds>
	</auto>
</offer>

Page Navigation




Related Pages

Copyright 2018-2024 PersonaClick