我们已经为我们未来的网站实施了 Sitecore。我们的公司网站即将上线。我们在这个网站上进行了一些测试,以确保一切正常。由于这个原因,有一些数据被写入了 Analytics 数据库。
现在我们正在寻求摆脱这些数据并重新开始。我们想走从表中截断数据的路线。有没有办法做到这一点?我知道这可以通过 OMS 而不是 DMS 的内置功能来完成。此外,哪些表可以安全截断。
谢谢
Personally, I would start fresh by attaching an empty DMS database. You will need to redeploy any goals, page events, campaigns, etc., but it's a much safer option than truncating the tables.
Another thing to consider is that most (if not all) of the reports in the DMS are setup to accept a start and end date. Simply running your reports starting from the launch date may be all you need.
If you decide to truncate the tables, I would focus on any tables that have a Foreign Key relationship to the Visits table (the DMS ships with a Database Diagram that's really handy for stuff like this). Going in order that would be the PageEvents
, Pages
, and Profiles
tables. Then it should be safe to clear out the Visits
table.