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
string
Mixpanel Project Token The Mixpanel Project Token is the unique identifier of your Mixpanel account. Learn more
boolean
Is EU region 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
string
Track event name event
is the event name that will be sent with a Track event. Learn more
string
Identified ID $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
string
Alias 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
string
Group key $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
string
Group ID $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
string
List of properties to delete 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
boolean
Ignore alias $ignore_alias
is used to ignore alias when deleting a profile. It must be provided with Delete user profile event. Learn more
string
User profile action user-set-action
specifies the action to be applied to a user profile. It must be provided with Update user properties event. Learn more
string
Group profile action 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!