jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
Last commit date
all-time-stats
5 days ago
annual-highlights
5 days ago
authors
5 days ago
average-items-per-order
3 weeks ago
average-order-value
3 weeks ago
bookings-by-device
3 weeks ago
bookings-by-status
3 weeks ago
bookings-over-time
3 weeks ago
bookings-revenue-by-customer-type
3 weeks ago
clicks
5 days ago
conversion-rate
3 weeks ago
coupon-usage-over-time
3 weeks ago
devices
5 days ago
email-breakdown
5 days ago
email-time-series
5 days ago
email-top-row
5 days ago
emails
5 days ago
file-downloads
5 days ago
gross-sales-over-time
3 weeks ago
hello-world
2 weeks ago
latest-post
5 days ago
locations
5 days ago
most-commented-authors
5 days ago
most-commented-posts
5 days ago
most-popular-day
5 days ago
most-popular-time
2 weeks ago
net-sales-over-time
3 weeks ago
new-vs-returning-customer
3 weeks ago
orders-fulfillment
3 weeks ago
orders-over-time
3 weeks ago
payment-status
5 days ago
plan-usage
5 days ago
popular-days
5 days ago
popular-post
5 days ago
post-comments
5 days ago
post-detail-highlights
5 days ago
post-likes
5 days ago
post-traffic-activity
5 days ago
post-views
5 days ago
posting-activity
5 days ago
react-query-dev-tool
3 weeks ago
referrers
5 days ago
revenue-by-customer-type
3 weeks ago
sales-by-coupon
3 weeks ago
sales-by-coupon-usage
3 weeks ago
sales-by-device
3 weeks ago
sales-by-utm-campaign
3 weeks ago
sales-by-utm-channel
3 weeks ago
sales-by-utm-source
3 weeks ago
search-terms
5 days ago
sessions-by-device
3 weeks ago
shares
5 days ago
site-overview
5 days ago
store-conversion-rate-bookings
3 weeks ago
store-performance
5 days ago
subscriber-highlights
5 days ago
subscribers-chart
5 days ago
subscribers-list
5 days ago
tags
5 days ago
top-performing-bookings
3 weeks ago
top-performing-products
3 weeks ago
top-platforms
5 days ago
top-posts
5 days ago
total-returns
3 weeks ago
total-sales-over-time
3 weeks ago
total-views
5 days ago
total-visitors
5 days ago
traffic-chart
5 days ago
traffic-views-activity
5 days ago
utm-insights
5 days ago
video-detail-embeds
2 weeks ago
video-detail-highlights
5 days ago
video-detail-views-performance
5 days ago
videopress
5 days ago
visitors-by-location
3 weeks ago
visitors-over-time
3 weeks ago
wordads-adjustments-history
2 weeks ago
wordads-chart-tabs
5 days ago
wordads-earnings-history
2 weeks ago
wordads-highlights
5 days ago
wordads-sponsored-content-history
2 weeks ago
registry.php
5 days ago
registry.php
1145 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Widget registry - Auto-generated by build process. |
| 4 | * Do not edit this file manually. |
| 5 | * |
| 6 | * @package jpa |
| 7 | */ |
| 8 | |
| 9 | return array( |
| 10 | array( |
| 11 | 'name' => 'jpa/all-time-stats', |
| 12 | 'dir_name' => 'all-time-stats', |
| 13 | 'title' => 'All-time stats', |
| 14 | 'description' => 'Lifetime totals for your site — views, visitors, posts, and comments.', |
| 15 | 'help' => array( 'content' => 'Lifetime totals for your site — views, visitors, posts, and comments.' ), |
| 16 | 'actions' => null, |
| 17 | 'has_render' => true, |
| 18 | 'has_widget' => true, |
| 19 | 'presentation' => 'framed', |
| 20 | 'category' => 'stats', |
| 21 | 'keywords' => null, |
| 22 | 'textdomain' => null, |
| 23 | ), |
| 24 | array( |
| 25 | 'name' => 'jpa/annual-highlights', |
| 26 | 'dir_name' => 'annual-highlights', |
| 27 | 'title' => 'Highlights', |
| 28 | 'description' => 'Your totals for the year at a glance — posts, words, likes, and comments.', |
| 29 | 'help' => array( 'content' => 'Your totals for the year at a glance — posts, words, likes, and comments.' ), |
| 30 | 'actions' => null, |
| 31 | 'has_render' => true, |
| 32 | 'has_widget' => true, |
| 33 | 'presentation' => 'framed', |
| 34 | 'category' => 'stats', |
| 35 | 'keywords' => null, |
| 36 | 'textdomain' => null, |
| 37 | ), |
| 38 | array( |
| 39 | 'name' => 'jpa/authors', |
| 40 | 'dir_name' => 'authors', |
| 41 | 'title' => 'Popular authors', |
| 42 | 'description' => 'Top authors by views, with their most viewed posts.', |
| 43 | 'help' => array( 'content' => 'The authors whose content received the most views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 44 | 'actions' => null, |
| 45 | 'has_render' => true, |
| 46 | 'has_widget' => true, |
| 47 | 'presentation' => 'framed', |
| 48 | 'category' => 'stats', |
| 49 | 'keywords' => null, |
| 50 | 'textdomain' => null, |
| 51 | ), |
| 52 | array( |
| 53 | 'name' => 'jpa/average-items-per-order', |
| 54 | 'dir_name' => 'average-items-per-order', |
| 55 | 'title' => 'Average items per order', |
| 56 | 'description' => 'Show the average number of products per order over a set period of time.', |
| 57 | 'help' => array( 'content' => 'Show the average number of products per order over a set period of time.' ), |
| 58 | 'actions' => null, |
| 59 | 'has_render' => true, |
| 60 | 'has_widget' => true, |
| 61 | 'presentation' => 'framed', |
| 62 | 'category' => 'orders', |
| 63 | 'keywords' => null, |
| 64 | 'textdomain' => null, |
| 65 | ), |
| 66 | array( |
| 67 | 'name' => 'jpa/average-order-value', |
| 68 | 'dir_name' => 'average-order-value', |
| 69 | 'title' => 'Average order value', |
| 70 | 'description' => 'Track the average value of each order over a set period of time.', |
| 71 | 'help' => array( 'content' => 'Track the average value of each order over a set period of time.' ), |
| 72 | 'actions' => null, |
| 73 | 'has_render' => true, |
| 74 | 'has_widget' => true, |
| 75 | 'presentation' => 'framed', |
| 76 | 'category' => 'orders', |
| 77 | 'keywords' => null, |
| 78 | 'textdomain' => null, |
| 79 | ), |
| 80 | array( |
| 81 | 'name' => 'jpa/bookings-by-device', |
| 82 | 'dir_name' => 'bookings-by-device', |
| 83 | 'title' => 'Bookings by device', |
| 84 | 'description' => 'See which devices your customers are using to make bookings in your store.', |
| 85 | 'help' => array( 'content' => 'See which devices your customers are using to make bookings in your store.' ), |
| 86 | 'actions' => null, |
| 87 | 'has_render' => true, |
| 88 | 'has_widget' => true, |
| 89 | 'presentation' => 'framed', |
| 90 | 'category' => 'bookings', |
| 91 | 'keywords' => null, |
| 92 | 'textdomain' => null, |
| 93 | ), |
| 94 | array( |
| 95 | 'name' => 'jpa/bookings-by-status', |
| 96 | 'dir_name' => 'bookings-by-status', |
| 97 | 'title' => 'Bookings by status', |
| 98 | 'description' => 'Number of bookings by status over the selected time period.', |
| 99 | 'help' => array( 'content' => 'Number of bookings by status over the selected time period.' ), |
| 100 | 'actions' => null, |
| 101 | 'has_render' => true, |
| 102 | 'has_widget' => true, |
| 103 | 'presentation' => 'framed', |
| 104 | 'category' => 'bookings', |
| 105 | 'keywords' => null, |
| 106 | 'textdomain' => null, |
| 107 | ), |
| 108 | array( |
| 109 | 'name' => 'jpa/bookings-over-time', |
| 110 | 'dir_name' => 'bookings-over-time', |
| 111 | 'title' => 'Bookings over time', |
| 112 | 'description' => 'See a breakdown of when bookings are placed to identify peak selling periods.', |
| 113 | 'help' => array( 'content' => 'See a breakdown of when bookings are placed to identify peak selling periods.' ), |
| 114 | 'actions' => null, |
| 115 | 'has_render' => true, |
| 116 | 'has_widget' => true, |
| 117 | 'presentation' => 'framed', |
| 118 | 'category' => 'bookings', |
| 119 | 'keywords' => null, |
| 120 | 'textdomain' => null, |
| 121 | ), |
| 122 | array( |
| 123 | 'name' => 'jpa/bookings-revenue-by-customer-type', |
| 124 | 'dir_name' => 'bookings-revenue-by-customer-type', |
| 125 | 'title' => 'Bookings revenue by customer type', |
| 126 | 'description' => 'Revenue breakdown from new customers vs returning customers for bookings over the selected time period.', |
| 127 | 'help' => array( 'content' => 'Revenue breakdown from new customers vs returning customers for bookings over the selected time period.' ), |
| 128 | 'actions' => null, |
| 129 | 'has_render' => true, |
| 130 | 'has_widget' => true, |
| 131 | 'presentation' => 'framed', |
| 132 | 'category' => 'bookings', |
| 133 | 'keywords' => null, |
| 134 | 'textdomain' => null, |
| 135 | ), |
| 136 | array( |
| 137 | 'name' => 'jpa/clicks', |
| 138 | 'dir_name' => 'clicks', |
| 139 | 'title' => 'Top links clicked', |
| 140 | 'description' => 'Most clicked external links on your site.', |
| 141 | 'help' => array( 'content' => 'The external links your visitors clicked most often, sorted by clicks.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 142 | 'actions' => null, |
| 143 | 'has_render' => true, |
| 144 | 'has_widget' => true, |
| 145 | 'presentation' => 'framed', |
| 146 | 'category' => 'traffic', |
| 147 | 'keywords' => null, |
| 148 | 'textdomain' => null, |
| 149 | ), |
| 150 | array( |
| 151 | 'name' => 'jpa/conversion-rate', |
| 152 | 'dir_name' => 'conversion-rate', |
| 153 | 'title' => 'Store conversion rate', |
| 154 | 'description' => 'Store conversion rate over the selected time period.', |
| 155 | 'help' => array( 'content' => 'Conversion funnel from visitors to completed purchases over the selected time period.' ), |
| 156 | 'actions' => null, |
| 157 | 'has_render' => true, |
| 158 | 'has_widget' => true, |
| 159 | 'presentation' => 'framed', |
| 160 | 'category' => 'store', |
| 161 | 'keywords' => null, |
| 162 | 'textdomain' => null, |
| 163 | ), |
| 164 | array( |
| 165 | 'name' => 'jpa/coupon-usage-over-time', |
| 166 | 'dir_name' => 'coupon-usage-over-time', |
| 167 | 'title' => 'Coupon usage over time', |
| 168 | 'description' => 'Coupon usage over the selected time period.', |
| 169 | 'help' => array( 'content' => 'Track how effective your discounts and promotions have been over a set period of time.' ), |
| 170 | 'actions' => null, |
| 171 | 'has_render' => true, |
| 172 | 'has_widget' => true, |
| 173 | 'presentation' => 'framed', |
| 174 | 'category' => 'coupons', |
| 175 | 'keywords' => null, |
| 176 | 'textdomain' => null, |
| 177 | ), |
| 178 | array( |
| 179 | 'name' => 'jpa/devices', |
| 180 | 'dir_name' => 'devices', |
| 181 | 'title' => 'Devices', |
| 182 | 'description' => 'Top device types and screen sizes for your visitors.', |
| 183 | 'help' => array( 'content' => 'A breakdown of the device types your visitors used, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 184 | 'actions' => null, |
| 185 | 'has_render' => true, |
| 186 | 'has_widget' => true, |
| 187 | 'presentation' => 'framed', |
| 188 | 'category' => 'traffic', |
| 189 | 'keywords' => null, |
| 190 | 'textdomain' => null, |
| 191 | ), |
| 192 | array( |
| 193 | 'name' => 'jpa/email-breakdown', |
| 194 | 'dir_name' => 'email-breakdown', |
| 195 | 'title' => 'Email breakdown', |
| 196 | 'description' => 'Breaks a sent email down by countries, devices, email clients, or clicked links.', |
| 197 | 'help' => array( 'content' => 'Breaks a sent email down by countries, devices, email clients, or clicked links.' ), |
| 198 | 'actions' => null, |
| 199 | 'has_render' => true, |
| 200 | 'has_widget' => true, |
| 201 | 'presentation' => 'framed', |
| 202 | 'category' => 'stats', |
| 203 | 'keywords' => null, |
| 204 | 'textdomain' => null, |
| 205 | ), |
| 206 | array( |
| 207 | 'name' => 'jpa/email-time-series', |
| 208 | 'dir_name' => 'email-time-series', |
| 209 | 'title' => 'Email performance', |
| 210 | 'description' => 'A single email\'s opens or clicks over time since it was sent.', |
| 211 | 'help' => array( 'content' => 'How a single email performed over time: opens or clicks per day since it was sent, following the dashboard date range. Weekly and monthly grouping aggregate the daily buckets.' ), |
| 212 | 'actions' => null, |
| 213 | 'has_render' => true, |
| 214 | 'has_widget' => true, |
| 215 | 'presentation' => 'framed', |
| 216 | 'category' => 'stats', |
| 217 | 'keywords' => null, |
| 218 | 'textdomain' => null, |
| 219 | ), |
| 220 | array( |
| 221 | 'name' => 'jpa/email-top-row', |
| 222 | 'dir_name' => 'email-top-row', |
| 223 | 'title' => 'Email highlights', |
| 224 | 'description' => 'Headline open and click totals for a single email, split into Opens and Clicks views.', |
| 225 | 'help' => array( 'content' => 'Headline stats for a single email. The Opens view shows total sends, unique opens, total opens, and open rate; the Clicks view shows total sends, unique opens, total clicks, and click rate. Rates are measured against total sends. Figures are all-time and are not affected by the dashboard date range.' ), |
| 226 | 'actions' => null, |
| 227 | 'has_render' => true, |
| 228 | 'has_widget' => true, |
| 229 | 'presentation' => 'framed', |
| 230 | 'category' => 'stats', |
| 231 | 'keywords' => null, |
| 232 | 'textdomain' => null, |
| 233 | ), |
| 234 | array( |
| 235 | 'name' => 'jpa/stats-emails', |
| 236 | 'dir_name' => 'emails', |
| 237 | 'title' => 'Latest emails sent', |
| 238 | 'description' => 'Open and click rates for your latest emails.', |
| 239 | 'help' => array( 'content' => 'Your most recently sent emails, including their open and click rates.' ), |
| 240 | 'actions' => null, |
| 241 | 'has_render' => true, |
| 242 | 'has_widget' => true, |
| 243 | 'presentation' => 'framed', |
| 244 | 'category' => 'stats', |
| 245 | 'keywords' => null, |
| 246 | 'textdomain' => null, |
| 247 | ), |
| 248 | array( |
| 249 | 'name' => 'jpa/file-downloads', |
| 250 | 'dir_name' => 'file-downloads', |
| 251 | 'title' => 'Top downloaded', |
| 252 | 'description' => 'Most downloaded files on your site.', |
| 253 | 'help' => array( 'content' => 'The files your visitors downloaded most often, sorted by number of downloads.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 254 | 'actions' => null, |
| 255 | 'has_render' => true, |
| 256 | 'has_widget' => true, |
| 257 | 'presentation' => 'framed', |
| 258 | 'category' => 'stats', |
| 259 | 'keywords' => null, |
| 260 | 'textdomain' => null, |
| 261 | ), |
| 262 | array( |
| 263 | 'name' => 'jpa/gross-sales-over-time', |
| 264 | 'dir_name' => 'gross-sales-over-time', |
| 265 | 'title' => 'Gross sales over time', |
| 266 | 'description' => 'Gross sales over the selected time period.', |
| 267 | 'help' => array( 'content' => 'Monitor your total revenue — before any discounts, returns, or adjustments — over a set period of time.' ), |
| 268 | 'actions' => null, |
| 269 | 'has_render' => true, |
| 270 | 'has_widget' => true, |
| 271 | 'presentation' => 'framed', |
| 272 | 'category' => 'store', |
| 273 | 'keywords' => null, |
| 274 | 'textdomain' => null, |
| 275 | ), |
| 276 | array( |
| 277 | 'name' => 'jpa/hello-world', |
| 278 | 'dir_name' => 'hello-world', |
| 279 | 'title' => 'Hello World', |
| 280 | 'description' => 'A minimal example widget.', |
| 281 | 'help' => null, |
| 282 | 'actions' => null, |
| 283 | 'has_render' => true, |
| 284 | 'has_widget' => true, |
| 285 | 'presentation' => 'full-bleed', |
| 286 | 'category' => 'demo', |
| 287 | 'keywords' => null, |
| 288 | 'textdomain' => null, |
| 289 | ), |
| 290 | array( |
| 291 | 'name' => 'jpa/latest-post', |
| 292 | 'dir_name' => 'latest-post', |
| 293 | 'title' => 'Latest post', |
| 294 | 'description' => 'Your most recently published post with its views, likes, and comments.', |
| 295 | 'help' => array( 'content' => 'Your most recently published post with its views, likes, and comments.' ), |
| 296 | 'actions' => null, |
| 297 | 'has_render' => true, |
| 298 | 'has_widget' => true, |
| 299 | 'presentation' => 'framed', |
| 300 | 'category' => 'stats', |
| 301 | 'keywords' => null, |
| 302 | 'textdomain' => null, |
| 303 | ), |
| 304 | array( |
| 305 | 'name' => 'jpa/locations', |
| 306 | 'dir_name' => 'locations', |
| 307 | 'title' => 'Top locations', |
| 308 | 'description' => 'Where your visitors are viewing from — by country, region, or city.', |
| 309 | 'help' => array( 'content' => 'The countries, regions, and cities where your visitors came from, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 310 | 'actions' => null, |
| 311 | 'has_render' => true, |
| 312 | 'has_widget' => true, |
| 313 | 'presentation' => 'framed', |
| 314 | 'category' => 'stats', |
| 315 | 'keywords' => null, |
| 316 | 'textdomain' => null, |
| 317 | ), |
| 318 | array( |
| 319 | 'name' => 'jpa/most-commented-authors', |
| 320 | 'dir_name' => 'most-commented-authors', |
| 321 | 'title' => 'Top commented authors', |
| 322 | 'description' => 'The people who comment the most on your site.', |
| 323 | 'help' => array( 'content' => 'Your most active commenters, ranked by the number of comments they have left.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 324 | 'actions' => null, |
| 325 | 'has_render' => true, |
| 326 | 'has_widget' => true, |
| 327 | 'presentation' => 'framed', |
| 328 | 'category' => 'stats', |
| 329 | 'keywords' => null, |
| 330 | 'textdomain' => null, |
| 331 | ), |
| 332 | array( |
| 333 | 'name' => 'jpa/most-commented-posts', |
| 334 | 'dir_name' => 'most-commented-posts', |
| 335 | 'title' => 'Top commented posts', |
| 336 | 'description' => 'The posts and pages that receive the most comments.', |
| 337 | 'help' => array( 'content' => 'Your posts and pages, ranked by the number of comments they have received.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 338 | 'actions' => null, |
| 339 | 'has_render' => true, |
| 340 | 'has_widget' => true, |
| 341 | 'presentation' => 'framed', |
| 342 | 'category' => 'stats', |
| 343 | 'keywords' => null, |
| 344 | 'textdomain' => null, |
| 345 | ), |
| 346 | array( |
| 347 | 'name' => 'jpa/most-popular-day', |
| 348 | 'dir_name' => 'most-popular-day', |
| 349 | 'title' => 'Most popular day', |
| 350 | 'description' => 'The day your site received the most views.', |
| 351 | 'help' => array( 'content' => 'The day your site received the most views.' ), |
| 352 | 'actions' => null, |
| 353 | 'has_render' => true, |
| 354 | 'has_widget' => true, |
| 355 | 'presentation' => 'framed', |
| 356 | 'category' => 'stats', |
| 357 | 'keywords' => null, |
| 358 | 'textdomain' => null, |
| 359 | ), |
| 360 | array( |
| 361 | 'name' => 'jpa/most-popular-time', |
| 362 | 'dir_name' => 'most-popular-time', |
| 363 | 'title' => 'Most popular time', |
| 364 | 'description' => 'The day of week and hour of day when your site gets the most views.', |
| 365 | 'help' => array( 'content' => 'The day of week and hour of day when your site gets the most views.' ), |
| 366 | 'actions' => null, |
| 367 | 'has_render' => true, |
| 368 | 'has_widget' => true, |
| 369 | 'presentation' => 'framed', |
| 370 | 'category' => 'stats', |
| 371 | 'keywords' => null, |
| 372 | 'textdomain' => null, |
| 373 | ), |
| 374 | array( |
| 375 | 'name' => 'jpa/net-sales-over-time', |
| 376 | 'dir_name' => 'net-sales-over-time', |
| 377 | 'title' => 'Net sales over time', |
| 378 | 'description' => 'Monitor your total revenue after discounts, returns, or adjustments over a set period of time.', |
| 379 | 'help' => array( 'content' => 'Monitor your total revenue — after any discounts, returns, or adjustments — over a set period of time.' ), |
| 380 | 'actions' => null, |
| 381 | 'has_render' => true, |
| 382 | 'has_widget' => true, |
| 383 | 'presentation' => 'framed', |
| 384 | 'category' => 'orders', |
| 385 | 'keywords' => null, |
| 386 | 'textdomain' => null, |
| 387 | ), |
| 388 | array( |
| 389 | 'name' => 'jpa/new-vs-returning-customer', |
| 390 | 'dir_name' => 'new-vs-returning-customer', |
| 391 | 'title' => 'New vs returning customer', |
| 392 | 'description' => 'Unique customer counts broken down by new vs returning customers over the selected time period.', |
| 393 | 'help' => array( 'content' => 'Unique customer counts broken down by new vs returning customers over the selected time period.' ), |
| 394 | 'actions' => null, |
| 395 | 'has_render' => true, |
| 396 | 'has_widget' => true, |
| 397 | 'presentation' => 'framed', |
| 398 | 'category' => 'store', |
| 399 | 'keywords' => null, |
| 400 | 'textdomain' => null, |
| 401 | ), |
| 402 | array( |
| 403 | 'name' => 'jpa/orders-fulfillment', |
| 404 | 'dir_name' => 'orders-fulfillment', |
| 405 | 'title' => 'Orders fulfillment', |
| 406 | 'description' => 'Shows the breakdown of fulfilled vs unfulfilled order counts over the selected time period.', |
| 407 | 'help' => array( 'content' => 'Shows the breakdown of fulfilled vs unfulfilled order counts over the selected time period.' ), |
| 408 | 'actions' => null, |
| 409 | 'has_render' => true, |
| 410 | 'has_widget' => true, |
| 411 | 'presentation' => 'framed', |
| 412 | 'category' => 'store', |
| 413 | 'keywords' => null, |
| 414 | 'textdomain' => null, |
| 415 | ), |
| 416 | array( |
| 417 | 'name' => 'jpa/orders-over-time', |
| 418 | 'dir_name' => 'orders-over-time', |
| 419 | 'title' => 'Orders over time', |
| 420 | 'description' => 'See a breakdown of when orders are placed to identify peak selling periods.', |
| 421 | 'help' => array( 'content' => 'See a breakdown of when orders are placed to identify peak selling periods.' ), |
| 422 | 'actions' => null, |
| 423 | 'has_render' => true, |
| 424 | 'has_widget' => true, |
| 425 | 'presentation' => 'framed', |
| 426 | 'category' => 'orders', |
| 427 | 'keywords' => null, |
| 428 | 'textdomain' => null, |
| 429 | ), |
| 430 | array( |
| 431 | 'name' => 'jpa/payment-status', |
| 432 | 'dir_name' => 'payment-status', |
| 433 | 'title' => 'Payment status', |
| 434 | 'description' => 'Shows the breakdown of paid vs unpaid order revenue over the selected time period.', |
| 435 | 'help' => array( 'content' => 'Shows the breakdown of paid vs unpaid order revenue over the selected time period.' ), |
| 436 | 'actions' => null, |
| 437 | 'has_render' => true, |
| 438 | 'has_widget' => true, |
| 439 | 'presentation' => 'framed', |
| 440 | 'category' => 'store', |
| 441 | 'keywords' => null, |
| 442 | 'textdomain' => null, |
| 443 | ), |
| 444 | array( |
| 445 | 'name' => 'jpa/plan-usage', |
| 446 | 'dir_name' => 'plan-usage', |
| 447 | 'title' => 'Plan usage', |
| 448 | 'description' => 'How your billable views compare to your plan\'s monthly limit.', |
| 449 | 'help' => array( 'content' => 'Billable views are your total views minus your two highest-traffic days each billing cycle, so big spikes won\'t count against your limit. You\'ll only need to upgrade if you exceed your limit for three cycles in a row.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/free-or-paid/' ) ) ), |
| 450 | 'actions' => null, |
| 451 | 'has_render' => true, |
| 452 | 'has_widget' => true, |
| 453 | 'presentation' => 'framed', |
| 454 | 'category' => 'stats', |
| 455 | 'keywords' => null, |
| 456 | 'textdomain' => null, |
| 457 | ), |
| 458 | array( |
| 459 | 'name' => 'jpa/popular-days', |
| 460 | 'dir_name' => 'popular-days', |
| 461 | 'title' => 'Popular days', |
| 462 | 'description' => 'The day of the week that draws the most views, with the distribution across the week.', |
| 463 | 'help' => array( 'content' => 'The days of the week when your site received the most views on average.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://wordpress.com/support/stats/#popular-hours' ) ) ), |
| 464 | 'actions' => null, |
| 465 | 'has_render' => true, |
| 466 | 'has_widget' => true, |
| 467 | 'presentation' => 'framed', |
| 468 | 'category' => 'stats', |
| 469 | 'keywords' => null, |
| 470 | 'textdomain' => null, |
| 471 | ), |
| 472 | array( |
| 473 | 'name' => 'jpa/popular-post', |
| 474 | 'dir_name' => 'popular-post', |
| 475 | 'title' => 'Popular post', |
| 476 | 'description' => 'Your most-viewed post for the selected date range, with its all-time stats.', |
| 477 | 'help' => array( 'content' => 'Your most viewed post in the selected date range, with its all-time views, likes, and comments.' ), |
| 478 | 'actions' => null, |
| 479 | 'has_render' => true, |
| 480 | 'has_widget' => true, |
| 481 | 'presentation' => 'framed', |
| 482 | 'category' => 'stats', |
| 483 | 'keywords' => null, |
| 484 | 'textdomain' => null, |
| 485 | ), |
| 486 | array( |
| 487 | 'name' => 'jpa/post-comments', |
| 488 | 'dir_name' => 'post-comments', |
| 489 | 'title' => 'Latest comments', |
| 490 | 'description' => 'The latest comments on the post or page being viewed.', |
| 491 | 'help' => array( 'content' => 'The latest comments on the post or page being viewed.' ), |
| 492 | 'actions' => null, |
| 493 | 'has_render' => true, |
| 494 | 'has_widget' => true, |
| 495 | 'presentation' => 'framed', |
| 496 | 'category' => 'stats', |
| 497 | 'keywords' => null, |
| 498 | 'textdomain' => null, |
| 499 | ), |
| 500 | array( |
| 501 | 'name' => 'jpa/post-detail-highlights', |
| 502 | 'dir_name' => 'post-detail-highlights', |
| 503 | 'title' => 'Post highlights', |
| 504 | 'description' => 'Views, comments, and likes for the post or page being viewed.', |
| 505 | 'help' => array( 'content' => 'Views, comments, and likes for the post or page being viewed.' ), |
| 506 | 'actions' => null, |
| 507 | 'has_render' => true, |
| 508 | 'has_widget' => true, |
| 509 | 'presentation' => 'framed', |
| 510 | 'category' => 'stats', |
| 511 | 'keywords' => null, |
| 512 | 'textdomain' => null, |
| 513 | ), |
| 514 | array( |
| 515 | 'name' => 'jpa/post-likes', |
| 516 | 'dir_name' => 'post-likes', |
| 517 | 'title' => 'Latest likes', |
| 518 | 'description' => 'The people who liked the post or page being viewed.', |
| 519 | 'help' => array( 'content' => 'The people who liked the post or page being viewed.' ), |
| 520 | 'actions' => null, |
| 521 | 'has_render' => true, |
| 522 | 'has_widget' => true, |
| 523 | 'presentation' => 'framed', |
| 524 | 'category' => 'stats', |
| 525 | 'keywords' => null, |
| 526 | 'textdomain' => null, |
| 527 | ), |
| 528 | array( |
| 529 | 'name' => 'jpa/post-traffic-activity', |
| 530 | 'dir_name' => 'post-traffic-activity', |
| 531 | 'title' => 'Traffic activity', |
| 532 | 'description' => 'Daily views for the post or page being viewed, as a calendar heatmap.', |
| 533 | 'help' => array( 'content' => 'Daily views for the post or page being viewed, as a calendar heatmap.' ), |
| 534 | 'actions' => null, |
| 535 | 'has_render' => true, |
| 536 | 'has_widget' => true, |
| 537 | 'presentation' => 'framed', |
| 538 | 'category' => 'stats', |
| 539 | 'keywords' => null, |
| 540 | 'textdomain' => null, |
| 541 | ), |
| 542 | array( |
| 543 | 'name' => 'jpa/post-views', |
| 544 | 'dir_name' => 'post-views', |
| 545 | 'title' => 'Post views', |
| 546 | 'description' => 'The view trend of the post or page being viewed over the selected period.', |
| 547 | 'help' => array( 'content' => 'The view trend of the post or page being viewed over the selected period.' ), |
| 548 | 'actions' => null, |
| 549 | 'has_render' => true, |
| 550 | 'has_widget' => true, |
| 551 | 'presentation' => 'framed', |
| 552 | 'category' => 'stats', |
| 553 | 'keywords' => null, |
| 554 | 'textdomain' => null, |
| 555 | ), |
| 556 | array( |
| 557 | 'name' => 'jpa/posting-activity', |
| 558 | 'dir_name' => 'posting-activity', |
| 559 | 'title' => 'Posting activity', |
| 560 | 'description' => 'How often you publish — a calendar heatmap of posts per day.', |
| 561 | 'help' => array( 'content' => 'Your posting activity, shown as a heatmap to help you spot your most and least active days.' ), |
| 562 | 'actions' => null, |
| 563 | 'has_render' => true, |
| 564 | 'has_widget' => true, |
| 565 | 'presentation' => 'framed', |
| 566 | 'category' => 'stats', |
| 567 | 'keywords' => null, |
| 568 | 'textdomain' => null, |
| 569 | ), |
| 570 | array( |
| 571 | 'name' => 'jpa/react-query-dev-tool', |
| 572 | 'dir_name' => 'react-query-dev-tool', |
| 573 | 'title' => 'React Query Devtools', |
| 574 | 'description' => 'Inspect the dashboard\'s React Query cache. Available outside production only.', |
| 575 | 'help' => null, |
| 576 | 'actions' => null, |
| 577 | 'has_render' => true, |
| 578 | 'has_widget' => true, |
| 579 | 'presentation' => 'full-bleed', |
| 580 | 'category' => 'developer', |
| 581 | 'keywords' => null, |
| 582 | 'textdomain' => null, |
| 583 | ), |
| 584 | array( |
| 585 | 'name' => 'jpa/referrers', |
| 586 | 'dir_name' => 'referrers', |
| 587 | 'title' => 'Top referrers', |
| 588 | 'description' => 'Websites and search engines referring visitors to your site.', |
| 589 | 'help' => array( 'content' => 'The sources that sent the most visitors to your site, sorted by clicks.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 590 | 'actions' => null, |
| 591 | 'has_render' => true, |
| 592 | 'has_widget' => true, |
| 593 | 'presentation' => 'framed', |
| 594 | 'category' => 'traffic', |
| 595 | 'keywords' => null, |
| 596 | 'textdomain' => null, |
| 597 | ), |
| 598 | array( |
| 599 | 'name' => 'jpa/revenue-by-customer-type', |
| 600 | 'dir_name' => 'revenue-by-customer-type', |
| 601 | 'title' => 'Revenue by customer type', |
| 602 | 'description' => 'Shows the breakdown of order revenue from new and returning customers over the selected time period.', |
| 603 | 'help' => array( 'content' => 'Revenue breakdown from new customers vs returning customers over the selected time period.' ), |
| 604 | 'actions' => null, |
| 605 | 'has_render' => true, |
| 606 | 'has_widget' => true, |
| 607 | 'presentation' => 'framed', |
| 608 | 'category' => 'store', |
| 609 | 'keywords' => null, |
| 610 | 'textdomain' => null, |
| 611 | ), |
| 612 | array( |
| 613 | 'name' => 'jpa/sales-by-coupon', |
| 614 | 'dir_name' => 'sales-by-coupon', |
| 615 | 'title' => 'Sales by coupon', |
| 616 | 'description' => 'Shows the top coupon codes by order revenue over the selected time period.', |
| 617 | 'help' => array( 'content' => 'Revenue from physical product sales using coupons over the selected time period.' ), |
| 618 | 'actions' => null, |
| 619 | 'has_render' => true, |
| 620 | 'has_widget' => true, |
| 621 | 'presentation' => 'framed', |
| 622 | 'category' => 'store', |
| 623 | 'keywords' => null, |
| 624 | 'textdomain' => null, |
| 625 | ), |
| 626 | array( |
| 627 | 'name' => 'jpa/sales-by-coupon-usage', |
| 628 | 'dir_name' => 'sales-by-coupon-usage', |
| 629 | 'title' => 'Sales by coupon usage', |
| 630 | 'description' => 'Sales by coupon usage over the selected time period.', |
| 631 | 'help' => array( 'content' => 'Compare sales with and without coupons.' ), |
| 632 | 'actions' => null, |
| 633 | 'has_render' => true, |
| 634 | 'has_widget' => true, |
| 635 | 'presentation' => 'framed', |
| 636 | 'category' => 'coupons', |
| 637 | 'keywords' => null, |
| 638 | 'textdomain' => null, |
| 639 | ), |
| 640 | array( |
| 641 | 'name' => 'jpa/sales-by-device', |
| 642 | 'dir_name' => 'sales-by-device', |
| 643 | 'title' => 'Sales by device', |
| 644 | 'description' => 'Shows the sales breakdown by device type over the selected time period.', |
| 645 | 'help' => array( 'content' => 'See which devices your customers are using to make purchases in your store.' ), |
| 646 | 'actions' => null, |
| 647 | 'has_render' => true, |
| 648 | 'has_widget' => true, |
| 649 | 'presentation' => 'framed', |
| 650 | 'category' => 'store', |
| 651 | 'keywords' => null, |
| 652 | 'textdomain' => null, |
| 653 | ), |
| 654 | array( |
| 655 | 'name' => 'jpa/sales-by-utm-campaign', |
| 656 | 'dir_name' => 'sales-by-utm-campaign', |
| 657 | 'title' => 'Sales by UTM campaign', |
| 658 | 'description' => 'Shows the top UTM campaigns by order revenue over the selected time period.', |
| 659 | 'help' => array( 'content' => 'See which marketing campaigns are driving sales in your store.' ), |
| 660 | 'actions' => null, |
| 661 | 'has_render' => true, |
| 662 | 'has_widget' => true, |
| 663 | 'presentation' => 'framed', |
| 664 | 'category' => 'store', |
| 665 | 'keywords' => null, |
| 666 | 'textdomain' => null, |
| 667 | ), |
| 668 | array( |
| 669 | 'name' => 'jpa/sales-by-utm-channel', |
| 670 | 'dir_name' => 'sales-by-utm-channel', |
| 671 | 'title' => 'Sales by UTM channel', |
| 672 | 'description' => 'Shows the top UTM channels by order revenue over the selected time period.', |
| 673 | 'help' => array( 'content' => 'See which marketing channels are driving sales in your store.' ), |
| 674 | 'actions' => null, |
| 675 | 'has_render' => true, |
| 676 | 'has_widget' => true, |
| 677 | 'presentation' => 'framed', |
| 678 | 'category' => 'store', |
| 679 | 'keywords' => null, |
| 680 | 'textdomain' => null, |
| 681 | ), |
| 682 | array( |
| 683 | 'name' => 'jpa/sales-by-utm-source', |
| 684 | 'dir_name' => 'sales-by-utm-source', |
| 685 | 'title' => 'Sales by UTM source', |
| 686 | 'description' => 'Shows the top UTM sources by order revenue over the selected time period.', |
| 687 | 'help' => array( 'content' => 'See which referral sources are driving sales in your store.' ), |
| 688 | 'actions' => null, |
| 689 | 'has_render' => true, |
| 690 | 'has_widget' => true, |
| 691 | 'presentation' => 'framed', |
| 692 | 'category' => 'store', |
| 693 | 'keywords' => null, |
| 694 | 'textdomain' => null, |
| 695 | ), |
| 696 | array( |
| 697 | 'name' => 'jpa/search-terms', |
| 698 | 'dir_name' => 'search-terms', |
| 699 | 'title' => 'Top searched terms', |
| 700 | 'description' => 'The search terms visitors use to find your site.', |
| 701 | 'help' => array( 'content' => 'The most popular search terms visitors used to find your site.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 702 | 'actions' => null, |
| 703 | 'has_render' => true, |
| 704 | 'has_widget' => true, |
| 705 | 'presentation' => 'framed', |
| 706 | 'category' => 'stats', |
| 707 | 'keywords' => null, |
| 708 | 'textdomain' => null, |
| 709 | ), |
| 710 | array( |
| 711 | 'name' => 'jpa/sessions-by-device', |
| 712 | 'dir_name' => 'sessions-by-device', |
| 713 | 'title' => 'Sessions by device', |
| 714 | 'description' => 'Shows the sessions breakdown by device type over the selected time period.', |
| 715 | 'help' => array( 'content' => 'See which devices visitors are using to browse your store.' ), |
| 716 | 'actions' => null, |
| 717 | 'has_render' => true, |
| 718 | 'has_widget' => true, |
| 719 | 'presentation' => 'framed', |
| 720 | 'category' => 'store', |
| 721 | 'keywords' => null, |
| 722 | 'textdomain' => null, |
| 723 | ), |
| 724 | array( |
| 725 | 'name' => 'jpa/shares', |
| 726 | 'dir_name' => 'shares', |
| 727 | 'title' => 'Top social media shares', |
| 728 | 'description' => 'The number of times your content was shared to social networks.', |
| 729 | 'help' => array( 'content' => 'The platforms where your content was shared most often, sorted by number of shares.' ), |
| 730 | 'actions' => null, |
| 731 | 'has_render' => true, |
| 732 | 'has_widget' => true, |
| 733 | 'presentation' => 'framed', |
| 734 | 'category' => 'stats', |
| 735 | 'keywords' => null, |
| 736 | 'textdomain' => null, |
| 737 | ), |
| 738 | array( |
| 739 | 'name' => 'jpa/site-overview', |
| 740 | 'dir_name' => 'site-overview', |
| 741 | 'title' => 'Site overview', |
| 742 | 'description' => 'Views, visitors, likes, and comments for the selected period, with period-over-period change.', |
| 743 | 'help' => array( 'content' => 'A summary of your site\'s views, visitors, likes, and comments, with period-over-period change.' ), |
| 744 | 'actions' => null, |
| 745 | 'has_render' => true, |
| 746 | 'has_widget' => true, |
| 747 | 'presentation' => 'framed', |
| 748 | 'category' => 'stats', |
| 749 | 'keywords' => null, |
| 750 | 'textdomain' => null, |
| 751 | ), |
| 752 | array( |
| 753 | 'name' => 'jpa/store-conversion-rate-bookings', |
| 754 | 'dir_name' => 'store-conversion-rate-bookings', |
| 755 | 'title' => 'Store conversion rate - Bookings', |
| 756 | 'description' => 'Store conversion rate for booking products over the selected time period.', |
| 757 | 'help' => array( 'content' => 'Track your booking conversion funnel from sessions to completed bookings over the selected time period.' ), |
| 758 | 'actions' => null, |
| 759 | 'has_render' => true, |
| 760 | 'has_widget' => true, |
| 761 | 'presentation' => 'framed', |
| 762 | 'category' => 'bookings', |
| 763 | 'keywords' => null, |
| 764 | 'textdomain' => null, |
| 765 | ), |
| 766 | array( |
| 767 | 'name' => 'jpa/store-performance', |
| 768 | 'dir_name' => 'store-performance', |
| 769 | 'title' => 'Store performance', |
| 770 | 'description' => 'Shows key store performance metrics at a glance.', |
| 771 | 'help' => array( 'content' => 'Shows key store performance metrics at a glance.' ), |
| 772 | 'actions' => null, |
| 773 | 'has_render' => true, |
| 774 | 'has_widget' => true, |
| 775 | 'presentation' => null, |
| 776 | 'category' => 'store', |
| 777 | 'keywords' => null, |
| 778 | 'textdomain' => null, |
| 779 | ), |
| 780 | array( |
| 781 | 'name' => 'jpa/subscriber-highlights', |
| 782 | 'dir_name' => 'subscriber-highlights', |
| 783 | 'title' => 'Subscriber highlights', |
| 784 | 'description' => 'Your subscriber totals at a glance — total, paid, free, and social followers.', |
| 785 | 'help' => array( 'content' => 'A summary of your subscribers — total, paid, free, and social followers.' ), |
| 786 | 'actions' => null, |
| 787 | 'has_render' => true, |
| 788 | 'has_widget' => true, |
| 789 | 'presentation' => 'framed', |
| 790 | 'category' => 'subscribers', |
| 791 | 'keywords' => null, |
| 792 | 'textdomain' => null, |
| 793 | ), |
| 794 | array( |
| 795 | 'name' => 'jpa/subscribers-chart', |
| 796 | 'dir_name' => 'subscribers-chart', |
| 797 | 'title' => 'Subscribers summary', |
| 798 | 'description' => 'Track subscriber growth over time, with paid subscribers and the previous period overlaid for comparison.', |
| 799 | 'help' => array( 'content' => 'A summary of the new subscribers you gained over time.' ), |
| 800 | 'actions' => null, |
| 801 | 'has_render' => true, |
| 802 | 'has_widget' => true, |
| 803 | 'presentation' => 'framed', |
| 804 | 'category' => 'subscribers', |
| 805 | 'keywords' => null, |
| 806 | 'textdomain' => null, |
| 807 | ), |
| 808 | array( |
| 809 | 'name' => 'jpa/subscribers-list', |
| 810 | 'dir_name' => 'subscribers-list', |
| 811 | 'title' => 'Latest subscribers', |
| 812 | 'description' => 'Your most recent subscribers.', |
| 813 | 'help' => array( 'content' => 'Your most recent subscribers.' ), |
| 814 | 'actions' => null, |
| 815 | 'has_render' => true, |
| 816 | 'has_widget' => true, |
| 817 | 'presentation' => 'framed', |
| 818 | 'category' => 'subscribers', |
| 819 | 'keywords' => null, |
| 820 | 'textdomain' => null, |
| 821 | ), |
| 822 | array( |
| 823 | 'name' => 'jpa/tags', |
| 824 | 'dir_name' => 'tags', |
| 825 | 'title' => 'Top tags & categories', |
| 826 | 'description' => 'Your most visited tags and categories, ranked by views.', |
| 827 | 'help' => array( 'content' => 'The tags and categories associated with your most-viewed content, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 828 | 'actions' => null, |
| 829 | 'has_render' => true, |
| 830 | 'has_widget' => true, |
| 831 | 'presentation' => 'framed', |
| 832 | 'category' => 'stats', |
| 833 | 'keywords' => null, |
| 834 | 'textdomain' => null, |
| 835 | ), |
| 836 | array( |
| 837 | 'name' => 'jpa/top-performing-bookings', |
| 838 | 'dir_name' => 'top-performing-bookings', |
| 839 | 'title' => 'Top performing bookings', |
| 840 | 'description' => 'Shows the top booking products by net revenue over the selected time period.', |
| 841 | 'help' => array( 'content' => 'Your best-selling bookings by revenue over the selected time period.' ), |
| 842 | 'actions' => null, |
| 843 | 'has_render' => true, |
| 844 | 'has_widget' => true, |
| 845 | 'presentation' => 'framed', |
| 846 | 'category' => 'bookings', |
| 847 | 'keywords' => null, |
| 848 | 'textdomain' => null, |
| 849 | ), |
| 850 | array( |
| 851 | 'name' => 'jpa/top-performing-products', |
| 852 | 'dir_name' => 'top-performing-products', |
| 853 | 'title' => 'Top performing products', |
| 854 | 'description' => 'Shows the top products by net revenue over the selected time period.', |
| 855 | 'help' => array( 'content' => 'Your best-selling products by revenue over the selected time period.' ), |
| 856 | 'actions' => null, |
| 857 | 'has_render' => true, |
| 858 | 'has_widget' => true, |
| 859 | 'presentation' => 'framed', |
| 860 | 'category' => 'store', |
| 861 | 'keywords' => null, |
| 862 | 'textdomain' => null, |
| 863 | ), |
| 864 | array( |
| 865 | 'name' => 'jpa/top-platforms', |
| 866 | 'dir_name' => 'top-platforms', |
| 867 | 'title' => 'Top platforms', |
| 868 | 'description' => 'Top browsers and operating systems your visitors use.', |
| 869 | 'help' => array( 'content' => 'A breakdown of the operating systems and browsers your visitors used, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 870 | 'actions' => null, |
| 871 | 'has_render' => true, |
| 872 | 'has_widget' => true, |
| 873 | 'presentation' => 'framed', |
| 874 | 'category' => 'traffic', |
| 875 | 'keywords' => null, |
| 876 | 'textdomain' => null, |
| 877 | ), |
| 878 | array( |
| 879 | 'name' => 'jpa/stats-top-posts', |
| 880 | 'dir_name' => 'top-posts', |
| 881 | 'title' => 'Top pages', |
| 882 | 'description' => 'Your most viewed posts, pages, and archives.', |
| 883 | 'help' => array( 'content' => 'Your most popular posts and pages, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 884 | 'actions' => null, |
| 885 | 'has_render' => true, |
| 886 | 'has_widget' => true, |
| 887 | 'presentation' => 'framed', |
| 888 | 'category' => 'stats', |
| 889 | 'keywords' => null, |
| 890 | 'textdomain' => null, |
| 891 | ), |
| 892 | array( |
| 893 | 'name' => 'jpa/total-returns', |
| 894 | 'dir_name' => 'total-returns', |
| 895 | 'title' => 'Total returns', |
| 896 | 'description' => 'Shows refunds and net sales over the selected time period.', |
| 897 | 'help' => array( 'content' => 'Total value of returns issued for physical products over the selected time period.' ), |
| 898 | 'actions' => null, |
| 899 | 'has_render' => true, |
| 900 | 'has_widget' => true, |
| 901 | 'presentation' => 'framed', |
| 902 | 'category' => 'store', |
| 903 | 'keywords' => null, |
| 904 | 'textdomain' => null, |
| 905 | ), |
| 906 | array( |
| 907 | 'name' => 'jpa/total-sales-over-time', |
| 908 | 'dir_name' => 'total-sales-over-time', |
| 909 | 'title' => 'Total sales over time', |
| 910 | 'description' => 'Track total sales including all orders and transactions.', |
| 911 | 'help' => array( 'content' => 'Track total sales including all orders and transactions.' ), |
| 912 | 'actions' => null, |
| 913 | 'has_render' => true, |
| 914 | 'has_widget' => true, |
| 915 | 'presentation' => 'framed', |
| 916 | 'category' => 'store', |
| 917 | 'keywords' => null, |
| 918 | 'textdomain' => null, |
| 919 | ), |
| 920 | array( |
| 921 | 'name' => 'jpa/total-views', |
| 922 | 'dir_name' => 'total-views', |
| 923 | 'title' => 'Total views', |
| 924 | 'description' => 'Total views for the selected period, with the trend over time.', |
| 925 | 'help' => array( 'content' => 'The total number of times your content was viewed.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://wordpress.com/support/stats/#views' ) ) ), |
| 926 | 'actions' => null, |
| 927 | 'has_render' => true, |
| 928 | 'has_widget' => true, |
| 929 | 'presentation' => 'framed', |
| 930 | 'category' => 'stats', |
| 931 | 'keywords' => null, |
| 932 | 'textdomain' => null, |
| 933 | ), |
| 934 | array( |
| 935 | 'name' => 'jpa/total-visitors', |
| 936 | 'dir_name' => 'total-visitors', |
| 937 | 'title' => 'Total visitors', |
| 938 | 'description' => 'Total visitors for the selected period, with the trend over time.', |
| 939 | 'help' => array( 'content' => 'The number of visitors to your site. A returning visitor is counted once per day.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://wordpress.com/support/stats/#visitors' ) ) ), |
| 940 | 'actions' => null, |
| 941 | 'has_render' => true, |
| 942 | 'has_widget' => true, |
| 943 | 'presentation' => 'framed', |
| 944 | 'category' => 'stats', |
| 945 | 'keywords' => null, |
| 946 | 'textdomain' => null, |
| 947 | ), |
| 948 | array( |
| 949 | 'name' => 'jpa/traffic-chart', |
| 950 | 'dir_name' => 'traffic-chart', |
| 951 | 'title' => 'Traffic summary', |
| 952 | 'description' => 'Compare views, visitors, likes, and comments over the selected period, with the previous period overlaid for comparison.', |
| 953 | 'help' => array( 'content' => 'A summary of your site\'s views, visitors, likes, and comments.' ), |
| 954 | 'actions' => null, |
| 955 | 'has_render' => true, |
| 956 | 'has_widget' => true, |
| 957 | 'presentation' => 'framed', |
| 958 | 'category' => 'traffic', |
| 959 | 'keywords' => null, |
| 960 | 'textdomain' => null, |
| 961 | ), |
| 962 | array( |
| 963 | 'name' => 'jpa/traffic-views-activity', |
| 964 | 'dir_name' => 'traffic-views-activity', |
| 965 | 'title' => 'Traffic views activity', |
| 966 | 'description' => 'Daily views across the whole site, as a calendar heatmap.', |
| 967 | 'help' => array( 'content' => 'Your daily views, shown as a heatmap to help you spot busy days and quieter stretches.' ), |
| 968 | 'actions' => null, |
| 969 | 'has_render' => true, |
| 970 | 'has_widget' => true, |
| 971 | 'presentation' => 'framed', |
| 972 | 'category' => 'stats', |
| 973 | 'keywords' => null, |
| 974 | 'textdomain' => null, |
| 975 | ), |
| 976 | array( |
| 977 | 'name' => 'jpa/utm-insights', |
| 978 | 'dir_name' => 'utm-insights', |
| 979 | 'title' => 'Top UTM', |
| 980 | 'description' => 'Traffic breakdown by UTM parameters — source, medium, campaign, and combinations.', |
| 981 | 'help' => array( 'content' => 'Your top UTM campaigns, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 982 | 'actions' => null, |
| 983 | 'has_render' => true, |
| 984 | 'has_widget' => true, |
| 985 | 'presentation' => 'framed', |
| 986 | 'category' => 'traffic', |
| 987 | 'keywords' => null, |
| 988 | 'textdomain' => null, |
| 989 | ), |
| 990 | array( |
| 991 | 'name' => 'jpa/video-detail-embeds', |
| 992 | 'dir_name' => 'video-detail-embeds', |
| 993 | 'title' => 'Used on posts & pages', |
| 994 | 'description' => 'Pages where the selected video is embedded, sourced from Jetpack Stats.', |
| 995 | 'help' => array( 'content' => 'Lists every page on your site where the selected video is embedded, so you can see where it is being watched.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 996 | 'actions' => null, |
| 997 | 'has_render' => true, |
| 998 | 'has_widget' => true, |
| 999 | 'presentation' => 'framed', |
| 1000 | 'category' => 'stats', |
| 1001 | 'keywords' => null, |
| 1002 | 'textdomain' => null, |
| 1003 | ), |
| 1004 | array( |
| 1005 | 'name' => 'jpa/video-detail-highlights', |
| 1006 | 'dir_name' => 'video-detail-highlights', |
| 1007 | 'title' => 'Video highlights', |
| 1008 | 'description' => 'Impressions, hours watched, and retention rate for the video being viewed over the selected period.', |
| 1009 | 'help' => array( 'content' => 'Impressions, hours watched, and retention rate for the video being viewed over the selected period.' ), |
| 1010 | 'actions' => null, |
| 1011 | 'has_render' => true, |
| 1012 | 'has_widget' => true, |
| 1013 | 'presentation' => 'framed', |
| 1014 | 'category' => 'stats', |
| 1015 | 'keywords' => null, |
| 1016 | 'textdomain' => null, |
| 1017 | ), |
| 1018 | array( |
| 1019 | 'name' => 'jpa/video-detail-views-performance', |
| 1020 | 'dir_name' => 'video-detail-views-performance', |
| 1021 | 'title' => 'Views performance', |
| 1022 | 'description' => 'The view trend of the video being viewed over the selected period.', |
| 1023 | 'help' => array( 'content' => 'The view trend of the video being viewed over the selected period.' ), |
| 1024 | 'actions' => null, |
| 1025 | 'has_render' => true, |
| 1026 | 'has_widget' => true, |
| 1027 | 'presentation' => 'framed', |
| 1028 | 'category' => 'stats', |
| 1029 | 'keywords' => null, |
| 1030 | 'textdomain' => null, |
| 1031 | ), |
| 1032 | array( |
| 1033 | 'name' => 'jpa/videopress', |
| 1034 | 'dir_name' => 'videopress', |
| 1035 | 'title' => 'Top videos', |
| 1036 | 'description' => 'Your most played VideoPress videos, sourced from Jetpack Stats.', |
| 1037 | 'help' => array( 'content' => 'The published videos your visitors watched most often, sorted by views.', 'links' => array( array( 'label' => 'Learn more', 'href' => 'https://jetpack.com/support/jetpack-stats/' ) ) ), |
| 1038 | 'actions' => null, |
| 1039 | 'has_render' => true, |
| 1040 | 'has_widget' => true, |
| 1041 | 'presentation' => 'framed', |
| 1042 | 'category' => 'stats', |
| 1043 | 'keywords' => null, |
| 1044 | 'textdomain' => null, |
| 1045 | ), |
| 1046 | array( |
| 1047 | 'name' => 'jpa/visitors-by-location', |
| 1048 | 'dir_name' => 'visitors-by-location', |
| 1049 | 'title' => 'Visitors by location', |
| 1050 | 'description' => 'See where your store visitors are located geographically.', |
| 1051 | 'help' => array( 'content' => 'See where your store visitors are located geographically.' ), |
| 1052 | 'actions' => null, |
| 1053 | 'has_render' => true, |
| 1054 | 'has_widget' => true, |
| 1055 | 'presentation' => 'framed', |
| 1056 | 'category' => 'visitors', |
| 1057 | 'keywords' => null, |
| 1058 | 'textdomain' => null, |
| 1059 | ), |
| 1060 | array( |
| 1061 | 'name' => 'jpa/visitors-over-time', |
| 1062 | 'dir_name' => 'visitors-over-time', |
| 1063 | 'title' => 'Visitors over time', |
| 1064 | 'description' => 'Track website visitor trends and monitor traffic patterns over time.', |
| 1065 | 'help' => array( 'content' => 'Track website visitor trends and monitor traffic patterns over time.' ), |
| 1066 | 'actions' => null, |
| 1067 | 'has_render' => true, |
| 1068 | 'has_widget' => true, |
| 1069 | 'presentation' => 'framed', |
| 1070 | 'category' => 'visitors', |
| 1071 | 'keywords' => null, |
| 1072 | 'textdomain' => null, |
| 1073 | ), |
| 1074 | array( |
| 1075 | 'name' => 'jpa/wordads-adjustments-history', |
| 1076 | 'dir_name' => 'wordads-adjustments-history', |
| 1077 | 'title' => 'Adjustments History', |
| 1078 | 'description' => 'WordAds earnings adjustments by period, with amounts, ads served, and payment status.', |
| 1079 | 'help' => array( 'content' => 'Ads Served is the number of ads we attempted to display (page impressions × available ad slots). Not every ad served results in a paid impression.' ), |
| 1080 | 'actions' => null, |
| 1081 | 'has_render' => true, |
| 1082 | 'has_widget' => true, |
| 1083 | 'presentation' => 'content-bleed', |
| 1084 | 'category' => 'stats', |
| 1085 | 'keywords' => null, |
| 1086 | 'textdomain' => null, |
| 1087 | ), |
| 1088 | array( |
| 1089 | 'name' => 'jpa/wordads-chart-tabs', |
| 1090 | 'dir_name' => 'wordads-chart-tabs', |
| 1091 | 'title' => 'WordAds', |
| 1092 | 'description' => 'Compare ads served, average CPM, and revenue over the selected period, with the previous period overlaid for comparison.', |
| 1093 | 'help' => array( 'content' => 'Compare ads served, average CPM, and revenue over the selected period, with the previous period overlaid for comparison.' ), |
| 1094 | 'actions' => null, |
| 1095 | 'has_render' => true, |
| 1096 | 'has_widget' => true, |
| 1097 | 'presentation' => 'framed', |
| 1098 | 'category' => 'stats', |
| 1099 | 'keywords' => null, |
| 1100 | 'textdomain' => null, |
| 1101 | ), |
| 1102 | array( |
| 1103 | 'name' => 'jpa/wordads-earnings-history', |
| 1104 | 'dir_name' => 'wordads-earnings-history', |
| 1105 | 'title' => 'Earnings History', |
| 1106 | 'description' => 'Your WordAds earnings by period, with amounts, ads served, and payment status.', |
| 1107 | 'help' => array( 'content' => 'Ads Served is the number of ads we attempted to display (page impressions × available ad slots). Not every ad served results in a paid impression.' ), |
| 1108 | 'actions' => null, |
| 1109 | 'has_render' => true, |
| 1110 | 'has_widget' => true, |
| 1111 | 'presentation' => 'content-bleed', |
| 1112 | 'category' => 'stats', |
| 1113 | 'keywords' => null, |
| 1114 | 'textdomain' => null, |
| 1115 | ), |
| 1116 | array( |
| 1117 | 'name' => 'jpa/wordads-highlights', |
| 1118 | 'dir_name' => 'wordads-highlights', |
| 1119 | 'title' => 'WordAds highlights', |
| 1120 | 'description' => 'Your WordAds earnings at a glance — total earnings, amount paid, and outstanding balance.', |
| 1121 | 'help' => array( 'content' => 'Payment is made once your outstanding balance reaches $100, approximately 45 days after the end of the month in which it was earned.' ), |
| 1122 | 'actions' => null, |
| 1123 | 'has_render' => true, |
| 1124 | 'has_widget' => true, |
| 1125 | 'presentation' => 'framed', |
| 1126 | 'category' => 'stats', |
| 1127 | 'keywords' => null, |
| 1128 | 'textdomain' => null, |
| 1129 | ), |
| 1130 | array( |
| 1131 | 'name' => 'jpa/wordads-sponsored-content-history', |
| 1132 | 'dir_name' => 'wordads-sponsored-content-history', |
| 1133 | 'title' => 'Sponsored Content History', |
| 1134 | 'description' => 'Your WordAds sponsored-content earnings by period, with amounts, ads served, and payment status.', |
| 1135 | 'help' => array( 'content' => 'Ads Served is the number of ads we attempted to display (page impressions × available ad slots). Not every ad served results in a paid impression.' ), |
| 1136 | 'actions' => null, |
| 1137 | 'has_render' => true, |
| 1138 | 'has_widget' => true, |
| 1139 | 'presentation' => 'content-bleed', |
| 1140 | 'category' => 'stats', |
| 1141 | 'keywords' => null, |
| 1142 | 'textdomain' => null, |
| 1143 | ) |
| 1144 | ); |
| 1145 |