开发者 |
segmentio
JustinSainton |
---|---|
更新时间 | 2016年2月23日 07:54 |
PHP版本: | 3.6 及以上 |
WordPress版本: | 4.0 |
版权: | GPLv2 |
版权网址: | 版权信息 |
Tons! Google Analytics, Mixpanel, KISSmetrics, Chartbeat, Clicky, Intercom, CrazyEgg, Customer.io, Gauges, GoSquared, HubSpot, Marketo, Olark, Quantcast, Vero, and more... You can check out the full list.
We automatically identify users that are logged in to your WordPress site, and record their name
, email
, username
, and website
, so you don't need to write any special code to handle that yourself. It also identifies commenters if it can.
We automatically record the different types of WordPress pages your users can visit. Things like "View About Page", "View Post", "View Author Page", etc. So you don't have to worry about recording them yourself. Just by enabling the plugin you'll already be recording all of those actions.
Yup! You can also turn off specific events, in case you only want a few.
Yup! You can even just ignore Administrators or Editors too.
Lots of new goodies for developers in the 1.0.0 release!
So very much. The two biggest enhancements for developers are the introduction of the segment_get_current_user_identify
and segment_get_current_page_track
filters. As a developer, you can hook into these filters and add any sort of conditional logic you want to track any event on a page, or customize the user identification system to hook into your own user system as needed. Super extensible!
Beyond that, we've completely refactored the plugin to use all of the appropriate WordPress APIs (Like the Settings API) and have added a easily extendable abstract class for eCommerce platforms. On top of all of that, all of our filters, classes, functions and methods are fully documented inline.
Need to add custom settings? By hooking into our segment_default_settings
and segment_settings_core_validation
filters, you can quickly and easily add your own settings to the Segment plugin.
'analytics-wordpress'
library
option.noninteraction
in Google Analytics.Analytics
class for custom tracking.