Customer.io integration
A simple WordPress plugin for integrating customer.io tracking into a WordPress website
by CoEditor / Matt Tompkins · github.com/coeditor-technology/customer-io-wordpress-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/coeditor-technology/customer-io-wordpress-plugin/archive/refs/heads/master.zipA simple plugin to enable tracking of user behvaiour on a WordPress site with customer.io. This will require configuration of a JS tracking script in Customer.io. This plugin is designed to be installed via composer
Installation
In your sites composer.json file, include the following:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/CoEditor-Technology/customer-io-wordpress-plugin"
}
],
"require": {
"coeditor/customerio-plugin": "^1.0"
}
}
Versioning
To version the plugin for release, run:
git push origin master --tags
git tag v1.0.0