AINOW - Statistics

Legend+

How to write the posts?

In the table below are listed all posts which were "hitted" by your visitors.

User UID

The User Unique ID is generated by a simple algorith: Previous_Interest_ID + 1 @ WEBSITE_DOMAIN

This UUID is stored at the user browser as a localStorage indentifier.

User IP

The User IP is used to get the visitor location at the moment when he hit the post.

This can help you to see what people like in the different areas.

Interest

This is the full title of the post that your visitors had read.

Hits

There are listed how many times a single visitor have hit that post.

Country

The country from which the visitor hit that post.

Region Name

The region from which the visitor hit that post.

Region ZIP

The ZIP Code of the region from which the visitor hit that post.

prefix ."ainow_users"; $sql_ = "SELECT * FROM $ainow_table ORDER BY user_interests_hits DESC"; $ainow_statistics = $wpdb->get_results( $sql_, OBJECT ); foreach ( $ainow_statistics as $statistic_ ) { $ip_tracker_ = unserialize( file_get_contents( 'http://ip-api.com/php/'. $statistic_->user_ip ) ); ?>
User UID User IP Interest (Post Title) Hits Country City Region Name Region ZIP
user_uid; ?> user_ip; ?> user_interests; ?> user_interests_hits; ?> "> "> "> ">