OptimizePropositions
Generates propositions for the best offers among the list of offers passed as a parameter.
OptimizePropositions (
String offerSelection,
String schema,
String targetXPath,
Number maxPropositionCount,
Boolean logSQL,
String SQLPrefix,
Boolean reuseTable,
Number spaceId,
XML additionalFilter,
Date contactDate,
Boolean keepOnlyBestPropositions
)
String offerSelection,
String schema,
String targetXPath,
Number maxPropositionCount,
Boolean logSQL,
String SQLPrefix,
Boolean reuseTable,
Number spaceId,
XML additionalFilter,
Date contactDate,
Boolean keepOnlyBestPropositions
)
Parameters
offerSelection
List of offers
schema
Filtering table schema
targetXPath
Path of the target from the filtering schema
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
Return values
None.
Features

