how to create new tags in lexicon in mixpanel
Hi Akshay J., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
To create new tags in Lexicon in Mixpanel, you can follow these steps:1. Navigate to the Lexicon feature in Mixpanel. 2. Find the event or property you want to tag. 3. In the metadata section, look for the "tags" field. 4. Add your desired tags to this field.According to the Mixpanel documentation, project owners and admins can export a CSV of their Lexicon data, make changes (including adding tags), and then import that CSV back into Lexicon. This method allows you to add tags in bulk.Alternatively, you can use the Lexicon Schemas API to add tags programmatically. The API allows you to include tags in the metadata of your schema. Here's an example of how tags can be included in the schema JSON::LBKSLBKS```LBKS"metadata":: { "com.mixpanel": { "tags": [ "Shopping", "KPIs" ] } }```This example is taken from the Lexicon Schemas API documentation.Remember that only project owners and admins have the permissions to add tags in Lexicon as per the permissions documentation.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
Let me check the knowledge base for you again. One moment! đź“š
I apologize for the confusion in my previous answer. You're right, I didn't specifically address how to add new tags to an existing list of tags. Let me provide a more accurate answer based on the available information.Unfortunately, the knowledge sources provided don't contain explicit instructions on how to add new tags to an existing list of tags in Mixpanel's Lexicon. The documentation doesn't detail the exact UI steps or API calls for this specific action.However, based on the Lexicon Event Details documentation, we know that tags are a field that can be edited for events in Lexicon. The process to add new tags to an existing list would likely involve:1. Navigating to the specific event in Lexicon 2. Locating the "Tags" field 3. Adding new tags to the existing onesFor a more precise answer on how to add new tags to an existing list, you might need to consult Mixpanel's user interface directly or reach out to Mixpanel's support team. The documentation provided doesn't give step-by-step instructions for this specific action.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.