Hi,
There is currently a bug in the code preventing
rearchive_reports_in_past_last_n_months = last0
nor
rearchive_reports_in_past_last_n_months = 0
to work. Both fail, as explained here: Past Goal/Funnel report generation ends up in infinite loop
Anyway, even if this setting was working, past Funnel reports would still be generated, because last0
simply means the beginning of the current month.
Thus, if I update or create a Funnel today (March 23rd), all past reports since March 1st would be generated.
Indeed, there is a setDay(1)
in the code, that will always set the start date to the first day of the month.