Operational

DocsGithub Open app

Operational

Github Articles Pitch Usecases Playground API

Contents

Start hereSetup Operational
The Manual
IntroductionPWA & push notificationsConventionsSetupTest modeNotifications
Integrations
Nodejs SDKPHP SDKWordpress plugin
Events API
IntroductionSend your first eventEvent parametersStructured EventsActionsContextsCategoriesError handling
Self hosting
IntroductionInstall locallyInstall on VPSInstall on RenderInstall via DockerInstall via Docker and CoolifyOnboardingSetup .envSetup PWA & push notificationsBest practices
Other
VisionRoadmapContributing

Wordpress plugin

Installation

Use the Wordpress plugin registry to install the plugin.

After installing the plugin, click on Operational’s settings in the sidebar.

operational wordpress plugin

Then enter your api key.

operational wordpress plugin

Custom events

By default, the plugin will log simple login activity.

However the true strength of Operational is in sending custom events tailored towards your Wordpress installation.

Here’s a example of sending a custom event via code.

// Paste this inside your functions.php file
use function Operational\ops;

$response = ops([
  'name' => 'custom event',
  'avatar' => '😃',
  'notify' => true // Optional, sends a push notification
]);

Read more about the events API here.

For self hosters

Pass your backend’s url in the ‘base url’ field inside plugin settings after installing the plugin.

You can find this url inside your self hosted instance’s profile page under your api key.

PHP SDK

Operational

Event tracker for your product.

PrivacyTerms
About the product
  • Use cases
  • Playground
  • API
  • Pitch
  • Wordpress plugin
  • Bubble plugin
Related to the product
  • VS Logsnag
  • Open Source
  • Articles
Useful articles for your business
  • Force post: The Payment Hack that lets Merchants charge you without approval
  • 6 Best practices for early stage B2B SaaS customer support
  • Setup event notifications for your SaaS
  • How to get high quality users for your B2B SaaS business?