{"slug":"track-a-bot","name":"Track-A-Bot","description":"Logs and analyzes SEO bots, AI crawlers, and other automated traffic.","author":"Track-A-Bot","active_installs":40,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/track-a-bot/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bot_traffic_log","full_table_name":"wp_bot_traffic_log","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_bot_traffic_log` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  `bot_id` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `bot_name` varchar(120) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `hostname` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `request_uri` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `http_status` int NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `bot_id` (`bot_id`),\\n  KEY `time` (`time`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}