DescriptionAllow the minimum time between banner trigger visits to be varied via field trials.
The current heuristics for banner triggering are hard-coded. This CL
allows the minimum time between visits that are counted for the purposes
of banner triggering to be varied via field trials. The time will
default to the current value, which is one visit per day (implemented by
bucketing all visits to local midnight time). The new implementation
will bucket to a given resolution in minutes, where the specified
resolution is less than one day and evenly divisible into the number of
minutes in a day.
BUG=487519
Committed: https://crrev.com/b6d06bfc9c3dceb0a8f4ef88838705b8d5334d5a
Cr-Commit-Position: refs/heads/master@{#345228}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressing reviewer feedback #Patch Set 3 : Fix unit tests #
Messages
Total messages: 10 (3 generated)
|