>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple GA Ranking |
Version | 1.3.2 |
Author | Horike Takahiro |
Rating | 90 |
Last updated | 2015-02-11 06:31:00 |
Downloads |
5640
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple GA Ranking plugin added 3 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
Simple GA Ranking plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple GA Ranking plugin ads no tables to your Wordpress blog database.Ranking plugin using data from google analytics.
Set your Google analytics account and so on at the Simple GA Ranking's option page (Settings->Simple GA Ranking).
Put the short code at where you'd like to show the ranking.
You can use many kind of filters by post-type or taxonomy. For example, you can show only posts and pages by [sga_ranking post_type="post,page"]
. Also, showing posts in only WordPress category by [sga_ranking post_type="post" category__in="wordpress"]
.
The short code supports parameters as follows: post_type
, exclude_post_type
, 'taxonomy_slug'__in
, 'taxonomy_slug'__not_in
, filter. All parameters except “filter” need to be set the slug(s).
post_type: set the attribute of the slug of the post-type you’d like to show. You can set multiple sulgs separeted by comma.
exclude_post_type: set the attribute of the post-type you’d NOT like to show. You can set multiple sulgs separeted by comma.
'taxonomy_slug'__in: set the attribute of the taxonomy you’d like to show. You can set multiple terms separeted by comma.
'taxonomy_slug'__not_in: set the attribute of the taxonomy you’d NOT like to show. You can set multiple terms separeted by comma.
filter: You can use the filter parameter as same as the fileter parameter of Google Analytics API. https://developers.google.com/analytics/devguides/reporting/core/v3/reference
For example, suppose you have a multi-languages site with direcotry based multisite, and take the statistic of all sites of the multisite having with the URL structure as follows by one GA account. http://example.com/ja http://example.com/en http://example.com/cn
When you’d like to take the statistic of each site, revise like below. [sga_ranking filter="pagePath=~^/ja/"] [sga_ranking filter="pagePath=~^/en/"] [sga_ranking filter="pagePath=~^/cn/"]
Please try ohter parameters using the below sites as a reference. https://support.google.com/analytics/answer/1034324?hl=en https://developers.google.com/analytics/devguides/reporting/core/v3/reference?hl=en
You can use JSON REST API Endpoint. Require plugin JSON REST API
http://example.com/wp-json/ranking
http://example.com/wp-json/ranking?filterdisplay_count=10
http://example.com/wp-json/ranking?filterperiod=7
You can send your own language pack to me.
Please contact to me.