You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Send user and event data to Engage for personalized engagement.",
"main": "index.js",
"config": [
{
"key": "publicKey",
"name": "Public key",
"type": "string",
"default": "",
"hint": "Get your public key from your Engage dashboard (Settings -> Account)",
"required": true,
"secret": true
},
{
"key": "secret",
"name":"Private key",
"type": "string",
"default": "",
"hint": "Get your private key from your Engage dashboard (Settings -> Account)",
"required": true,
"secret": true
},
{
"key": "filter",
"name":"Event filter",
"type": "choice",
"default": "Send events for all users",
"hint": "Sending events for only identified users ensures user and event data for anonymous users are not sent to Engage. However, note that if they are later identified, you will miss the leading events before identification.",