fullstory WordPress reference integration

plugin banner

It adds an entry to the general settings page where you simply enter your valid…

Author:LewisCowles (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.7.0
Plugin version:1.09
Added to WordPress repository:21-06-2017
Last updated:18-02-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:2 193
Active installs:10+
plugin download
Click to start download

This plugin enables painless integration with WordPress (including WooCommerce) with the fullstory user-monitoring platform.

It adds a new settings page, where you simply enter your valid fullstory organisation ID, and you get data from your WordPress site.

The latest version has a helper so that you can paste a UI link from FullStory and automatically extract your Organisation ID.

This is still experimental, so below is the format expected.

https://app.fullstory.com/ui/**{ORGID}**/segments/everyone/people/0

The plugin is also compatible with wp-cli automated deployment by injecting a define ‘FULLSTORY_ORG’ to the wp-config.php.

The plugin does no special work apart from ensuring that attributes are escaped in saved values before being used.

Care has been taken to supply the following filters, so that you can specify your own custom fullstory attributes.

  • cd2_fstory_data (array)

If using custom filters, please note you are wholely responsible for not messing things up. I recommend using a sibling plugin rather than editing this one; as well as testing locally, perhaps in staging before deploying to production as FullStory does not love malformed data. The format of data is simply key-value in a PHP array which is merged with the default array.

This is a reference plugin, I’d love to develop it further, or work with you or your business to include additional features, perhaps a hooks interface or more formal view-separation for complex projects. I’ve used this on Multisite, Standard WP, multi-lingual sites.


ChangeLog