Socket
Book a DemoInstallSign in
Socket

@posthog/engage-so-plugin

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posthog/engage-so-plugin

Engage + Posthog Integration

latest
npmnpm
Version
0.0.7
Version published
Maintainers
8
Created
Source

POSTHOG ENGAGE APP

The Engage Posthog plugin processes and sends customer data and events identified and tracked through Posthog to Engage. You can then use the data for customer segmentation, targeted campaigns and automation.

Tracked Events

The plugin only tracks your Custom and $identify events.

Setup

During installation, you will provide your Engage secret key and public key. These are available on the account settings page of your Engage dashboard (Settings -> Account -> API keys). This is used to send your Posthog events to Engage.

Once setup is complete, Posthog will start sending your events to Engage and they will be available on your Engage account.

Event properties

Extra event properties and metadata are also processed and sent to Engage.

posthog.identify(
    '[user unique id]', // distinct_id, required
    { userProperty: 'value1' }, // $set, optional
    { anotherUserProperty: 'value2' } // $set_once, optional
);

The example above using the Posthog JS SDK appends extra properties to the identify event. These extra properties will be sent as well to Engage.

FAQs

Package last updated on 28 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts