Is there any way to reprocess a specific Custom report?
Having more than 200 million visits a year it would be most convenient to reprocess specific reports instead of all reports.
Is there any way to reprocess a specific Custom report?
Having more than 200 million visits a year it would be most convenient to reprocess specific reports instead of all reports.
Hi @h_perfect ,
Yes, it is possible to process a specific Custom report from the console.
./console/customreports:archive [--idsites="..."] [--date="..."] [--idreport="..."] [--disable-segments] [--periods="..."]
โidsites The ids of the sites you want to archive custom reports for (default: โallโ)
โdate The date or date range you want to archive custom reports for
โidreport If set, only a specific report will be archived
โdisable-segments Disables archiving of pre-archived segments
โperiods Specify which periods should be archived. A comma separated list will archive multiple periods (default: โallโ)
Wonderful, thanks! Altough I need someone in my matomo-team to run the right commands in the access the console, that is exactly what I wanted to hear.