# Click tag stats **GET /accounts/{account_id}/tags** Fetch statistics regarding different click tags 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) - **abusive_clicks** (number) Total number of clicks tagged as ABUSIVE in the chosen period - **fraudulent_clicks** (number) Total number of clicks tagged as FRAUDULENT in the chosen period - **disruptive_clicks** (number) Total number of clicks tagged as DISRUPTIVE in the chosen period - **unwanted_clicks** (number) Total number of clicks tagged as UNWANTED in the chosen period - **converted_clicks** (number) Total number of clicks tagged as CONVERTED in the chosen period [Powered by Bump.sh](https://bump.sh)