[ad_1]
Plugin Support
Amir
(@amirfallah)
Hi @dirkargyle
In the wp_statistics_visitor table, the ID is a unique identifier assigned to users. In the wp_statistics_pages table, page_id is also a unique identifier assigned to the page, and id is the identifier of that page in the wp_post or wp_terms table.
These two tables are not related to each other. To check which pages a visitor has viewed, you need to use the wp_statistics_visitor_relationships table in your database, where visitor_id refers to the ID field in the wp_statistics_visitor table, and page_id refers to the page_id in the wp_statistics_pages table.
I hope this helps you. If you have any questions, feel free to ask.
Regards,
