1

Problem Statement: The LeadScoring system should support a model that accumulates points when at least one occurrence happens within the specified timeframe.

Example: If a customer clicks a link on Monday, does not click on Tuesday, but clicks again on Wednesday, the model should assign 15 + 0 + 15 points.

Time Condition: The timeframe for counting occurrences is 1 day.

Category: General
STATUS DETAILS
New