How to reset podlove's analytics

I got a podlove publisher installation with a grown podcast. For numerous reasons I would like to clean out all analytics data and see stats rolling in as if the installation was brand new.
Following advice I found here in the forum I cleaned out the following tables:

  • podlove_downloadintent
  • podlove_downloadintentclean
  • podlove_geoarea
  • podlove_geoareaname
  • podlove_useragent

Then I went to podlove’s tool section and deleted the cache, started the recalculation of stats there and finally deleted the browser cache to make sure I see the latest in the dashboard. In my wordpress (latest version, all updates installed) I have no SEO or caching plugins installed. Also, when I export data as a CSV then all stats show up. So it looks very much like the graph at the top (showing the daily downloads) works with the now empty tables whereas most other stats are pulled from some other place…

As a result my dashboard is now all messed up (see screenshot below). However, the overview graph still shows historical data and the table with all episodes keeps listing individual download stats.

How can I fix this? As said - I actually like to wipe all stats from the system and start with 0…
image

Thank you!

@ericteubert shared a solution with me in another thread. For completeness I’m posting it here too…

Aside from the tables mentioned above a number of entries in the wordpress installation’s wp_meta table need to be cleaned out as well. Look for entries with the following entries in meta_key:

_podlove_eda_downloads
_podlove_eda_complete
_podlove_downloads_total
_podlove_downloads_3y
_podlove_downloads_2y
_podlove_downloads_1y
_podlove_downloads_3q
_podlove_downloads_2q
_podlove_downloads_1q
_podlove_downloads_4w
_podlove_downloads_3w
_podlove_downloads_2w
_podlove_downloads_1w
_podlove_downloads_6d
_podlove_downloads_5d
_podlove_downloads_4d
_podlove_downloads_3d
_podlove_downloads_2d
_podlove_downloads_1d

Remove all of those and everything is back to 0