Описание
Get popular posts from Google Analytics Real Time and set every 10 minutes a new category called «Popular RT» with a number (By default 10 Posts) of popular post that you want and the number of active users in every post in this category, ready for you display your blog´s trendy post in every place of your WordPress.
Query Example using the category and the number of views for sorting.
<?php $args = array( 'posts_per_page' => 5, 'offset' => 0, 'category_name' => 'popular_real_time_cat', 'meta_key' => 'active_users', 'orderby' => 'meta_value_num', 'order' => 'DESC'); $queryWP = new WP_Query(); ?>
- The number of posts assigned in «Popular RT» may be less than the number selected (By default 10) because Google Analytics also include root path / (Home), categories or tags if have more active users than another posts.
Установка
- Upload the plugin files to the
/wp-content/plugins/popular-post-google-analytics-real-timedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Popular Post RT screen to configure the plugin
Часто задаваемые вопросы
- How I can request access to Google Analytics Real Time?
-
You only need fill the next information and in 24 hours with the correct configuration your connection to Google Analytics Real Time API should be work.
https://docs.google.com/forms/d/e/1FAIpQLSc9OpoDGB3tBD7oy1OG9fyum8KBIxs-2ihPCsHp13WTnM-SSQ/viewform
Отзывы
Участники и разработчики
«Popular Post Real Time» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Popular Post Real Time» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
- Number of popular post configurable
- Test Connection to Google Analytics in Plugin Settings



