{"slug":"athenai-wander-ai-traffic-tracker","name":"Athenai-Wander AI Traffic Tracker","description":"A simple, zero-configuration plugin to track and visualize traffic from AI services and bots per post.","author":"athenai0830","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/athenai-wander-ai-traffic-tracker/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"ai_traffic_log","full_table_name":"wp_ai_traffic_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"ai_service","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"access_type","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"accessed_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_ai_traffic_log` ( id bigint(20) NOT NULL AUTO_INCREMENT, post_id bigint(20) NOT NULL, ai_service varchar(50) NOT NULL, access_type varchar(20) NOT NULL, accessed_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY post_id (post_id), KEY accessed_at (accessed_at) ) $charset;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );"}],"table_count":1}