itcig/wp-caliban

There is no license information available for the latest version (v1.0.0) of this package.

Wordpress plugin for Caliban integration

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.0.0 2020-11-02 21:04 UTC

This package is auto-updated.

Last update: 2024-04-04 23:08:05 UTC


README

Set custom JS tracker properties using WP filters as long as these are called before the wp_head action is called.

Examples:

User Id

Caliban\WP\ClientTracker::set('setUserId', 1357);

Free-form key/value data

Caliban\WP\ClientTracker::set('setSessionExtraData', ['a' => 1, 'b' => 'c']);