RECGROUP

The RECGROUP function takes all lists of a group of lists and recommends all of their products. This function is usually used to recommend slots of products, where each list is a slot.

Syntax

RECGROUPS(group, [count, type])

Argument name

Description

group

Required

Group of lists.

count

Optional

Number of items at most that will be recommended in each list.

type

Optional

sku (default) The items of each list are SKUs

id The items of each list are IDs

Last updated