# User behavior stats **GET /accounts/{account_id}/behavior** Fetch statistics regarding user behavior on the website Available on: ![AuditGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/audit-off.png) ![AlertGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/active-off.png) ![PremiumGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/premium-on.png) ![EliteGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/elite-on.png) ## Servers ## Parameters ### Path parameters - **account_id** (string) ID of an account ### Query parameters - **period** (string) Period to fetch stats for ## Responses ### 200 Successful operation #### Body: (object) - **total_device_clicks** (number) Number of clicks with post-click data obtained with tracking code - **total_no_device_clicks** (number) Number of clicks without post-click data - **high_interaction_clicks** (number) Number of clicks with high user interaction level - **med_interaction_clicks** (number) Number of clicks with medium user interaction level - **low_interaction_clicks** (number) Number of clicks with low user interaction level - **no_interaction_clicks** (number) Number of clicks with no user interaction - **high_bot_probability_clicks** (number) Number of clicks with high bot probability - **med_bot_probability_clicks** (number) Number of clicks with medium bot probability - **low_bot_probability_clicks** (number) Number of clicks with low bot probability - **converted_clicks** (number) Number of clicks that converted - **average_page_views** (number) Average page views per user session - **average_time_on_site** (number) Average time on site per user session in milliseconds - **bounce_rate** (number) Average bounce rate [Powered by Bump.sh](https://bump.sh)