Skip to content

click_data.week_limit

Optional restriction of click data to a set number of weeks into the past.

Key: click_data.week_limit
Type: Integer
Can be set in: collection.cfg

Description

This option allows for the optional restriction of click data to a set number of weeks into the past. Setting this option does not replace the num_archived_logs_to_use option, it works in concert with it. That is, the num_archived_logs_to_use option will determine the set of logs to examine, and the week_limit option will possibly exclude old entries from these logs.

This value can be set to:

  • a number, if click data should be restricted.
  • nothing, if no restriction is desired.

Default Value

click_data.week_limit=12

Examples

click_data.week_limit=4
click_data.week_limit=35

To set unlimited weeks set this to empty

click_data.week_limit=

See Also

top

Funnelback logo
v15.24.0