Managed Components docs are published at https://managedcomponents.dev .
Find out more about Managed Components here for inspiration and motivation details.
- Make sure you're running node version >=18.
- Install dependencies with
npm i
- Run unit test watcher with
npm run test:dev
Settings are used to configure the tool in a Component Manager config file
The Mixpanel Project Token is the unique identifier of your Mixpanel account. Learn more
Set it ON if you are enrolled in EU Data Residency. Learn more
Fields are properties that can/must be sent with certain events
event
is the event name that will be sent with a Track event. Learn more
$identified_id
is a unique user ID that will be connected to the anonymous distinct_id of the user. It must be provided with Identify event. Learn more
alias
which Mixpanel will use to remap one id to another. Multiple aliases can point to the same identifier. It must be provided with Create alias event. Learn more
$group_key
is a unique key for a group of user profiles. It must be provided with Update group properties, Delete group properties or Delete group profile events. Learn more
$group_id
is the ID for a group of user profiles. It must be provided with Update group properties, Delete group properties or Delete group profile events. Learn more
unsetList
is a comma separated list of properties to delete. It must be provided with Delete user properties or Delete group properties events. Learn more
$ignore_alias
is used to ignore alias when deleting a profile. It must be provided with Delete user profile event. Learn more
user-set-action
specifies the action to be applied to a user profile. It must be provided with Update user properties event. Learn more
group-set-action
specifies the action to be applied to a group profile. It must be provided with Update group properties event. Learn more
Licensed under the Apache License.
Thanks to everyone contributing in any manner for this repo and to everyone working on Open Source in general.
Thanks goes to these wonderful people (emoji key):
Maryna Iholnykova 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!