Versions Compared

Key

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

FMCG algorithm is developed  to automatically detect frequently purchased products and recommends typical shopping cart sets relevant to the specific customer during this customer's next visit, therefore increasing ARPU.

Panel
titleFollowing steps are covered
Table of Contents

Add Additional Parameters to Your XML-file

For the algorithm to work properly every product in your XML Product Feed should have additional properties:

  • frequently purchased products;
  • product type.

This data should be included into the XML-file in the form of specific product parameters and send to PersonaClick.

Section <fmcg>

A distinctive FMCG product feature is presence of the <child> subsection inside the <offer>  section.

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

Purchase Frequency

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

...

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 Fast-Moving Consumer Goods (FMCG).



Case Sensitivity

Warning

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




FMCG

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

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

Periodic

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

ValueDescription
1Product is purchased frequently
0Product is purchased occasionally

...

Consider the following example of use:

. The default value.

Code Block
languagexml

...

theme

...

Midnight
<offer ...>
    ...
	<fmcg>
	    <periodic>1</periodic>
	</fmcg>
</offer>

...

...

Type

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

...

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

ValueDescription
food

...

Products that are food
chemicals

...

Products that are household chemicals
hygiene

...

Products that are personal care products
supplies

...

Products that are office supplies
child

...

Products for babies and children

...


Code Block
languagexml

...

theme

...

Midnight
<offer ...>
    ...
	<fmcg>
	    <type>food</type>
	</fmcg>
</offer>

...

Hypoallergenic Properties

Optional parameter <hypoallergenic>. Placed inside the <offer> section, within the <fmcg> subsection.

...



Hypoallergenic

The "hypoallergenic" element must be inside the "fmcg" element and can have one of the following values:

ValueDescription
1Hypoallergenic product
0Non-hypoallergenic product

...

. The default value.

Code Block
languagexml

...

theme

...

Midnight
<offer ...>
    ...
	<fmcg>
	    <hypoallergenic>1</hypoallergenic>
	</fmcg>
</offer>

...



Column

Page Navigation

Table of Contents
maxLevel2
indent0px
stylenone




Related Pages

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