Patrick Posted August 26, 2016 Report Posted August 26, 2016 Hi, is there a way to reset (or delete) old or past statistics from all campaigns, but only the statistics i use Revive for own campaigns ( have more than 150 campaigns) and wish to start from zero in stats.... Quote
Dave Brain Posted August 30, 2016 Report Posted August 30, 2016 Hi, Execute these queries into phpMyAdmin tool : TRUNCATE TABLE `rv_data_intermediate_ad`; TRUNCATE TABLE `rv_data_intermediate_ad_connection`; TRUNCATE TABLE `rv_data_summary_ad_hourly`; These queries will delete all the statistics(Only Statistics) information. Thanks. Erik Geurts 1 Quote
Erik Geurts Posted August 30, 2016 Report Posted August 30, 2016 One should never delete statistics this way, since it will restart certain types of campaigns that have ended when they reached their target number of impressions or clicks. Moreover, the queries above will just kill all statistics, effectively wiping your database. DO NOT FOLLOW DAVE'S SUGGESTION! Quote
jobcrusher Posted October 19, 2016 Report Posted October 19, 2016 Erik, So what can we do? My rv_data_intermediate_ad is very large and I would love to be able to safely remove old records from this table to keep it slim. Can you confirm this is possible? Quote
Erik Geurts Posted October 19, 2016 Report Posted October 19, 2016 I would strongly recommend to never manually delete any rows in that table (or any other). Quote
jOOc Posted February 27, 2018 Report Posted February 27, 2018 Hi, Any new information about this? I have done some testing on my environment and want to clear all my statistics Quote
MikeMynis Posted August 14, 2021 Report Posted August 14, 2021 Erik, you're telling what NOT to do. That is not very helpful. Please tell WHAT to do to clear stats for campaigns. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.