Just enter your code in admin->settings->design template->Analytics code:
Tag Archives: stats
How to reset property views / counter to 0
You can run this query on database:
UPDATE `property` SET `counter_views`=0
You can run this query on database:
UPDATE `property` SET `counter_views`=0