Neolane - JavaScript API - v6.1.0

Unknown
GenerateTempPropositions
Generates propositions for the best offers among those available in the category passed as a parameter.
GenerateTempPropositions (
    String       schema,
    String       targetXPath,
    Number       categoryId,
    Number       maxPropositionCount,
    Boolean      logSQL,
    String       SQLPrefix,
    Boolean      reuseTable,
    Number       spaceId,
    XML          additionalFilter,
    Date         contactDate,
    Boolean      keepOnlyBestPropositions,
    String       sThemes
)
Parameters
schema
Filtering table schema
targetXPath
Path of the target from the filtering schema
categoryId
Offer category (or environment) ID
maxPropositionCount
Maximum number of propositions per target
logSQL
Saves the SQL queries in the log
SQLPrefix
Prefix to use for work tables
reuseTable
Reuses a preexisting table for the propositions
spaceId
Space ID
additionalFilter
Additional filter on the filtering schema
contactDate
Contact date
keepOnlyBestPropositions
Sort propositions by weight
sThemes
Limit the offers to the selected themes
Return values
None.
Features
Schema: nms:interaction
Static: Yes

jsapi-en

previous page start next page