Mixpanel Managed Component
Documentation
Managed Components docs are published at https://managedcomponents.dev .
Find out more about Managed Components here for inspiration and motivation details.
🚀 Quickstart local dev environment
- Make sure you're running node version >=18.
- Install dependencies with
npm i
- Run unit test watcher with
npm run test:dev
⚙️ Tool Settings
Settings are used to configure the tool in a Component Manager config file
Mixpanel Project Token string
The Mixpanel Project Token is the unique identifier of your Mixpanel account. Learn more
Is EU region boolean
Set it ON if you are enrolled in EU Data Residency. Learn more
🧱 Fields Description
Fields are properties that can/must be sent with certain events
Track event name string
event
is the event name that will be sent with a Track event. Learn more
Identified ID string
$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 string
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 string
$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 string
$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
List of properties to delete string
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 boolean
$ignore_alias
is used to ignore alias when deleting a profile. It must be provided with Delete user profile event. Learn more
User profile action string
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 profile action string
group-set-action
specifies the action to be applied to a group profile. It must be provided with Update group properties event. Learn more
📝 License
Licensed under the Apache License.
💜 Thanks
Thanks to everyone contributing in any manner for this repo and to everyone working on Open Source in general.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Maryna Iholnykova 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!