Delete Custom Events in Mixpanel - mixpanel

Me and my teammates created a custom event, which we don't want anymore. Is there a way to delete Custom Events in Mixpanel? To delete regular events, we need to contact mixpanel.
If that is not possible without contacting Mixpanel, is there any way to at least hide it? To hide an event, one can use 'Data Management'. Mixpanel documentation mentions that one cannot hide custom events using this option.

Yes, you can delete the Custom Events.
Go to Segmentation
Select the Custom Event
A Pencil will appear near the event name. Click it.
Click the trash icon

Albert's answer still holds true with as couple small caveats!
You can edit Custom events from several reports including Insights, Segmentation and the Funnels builder.
A pencil icon will appear next to the selected custom event.
Pencil Icon to Select
Select the pencil icon and the edit menu will result. If deleting from Insights, the trash can icon will appear at the bottom left side of the menu.
Delete Trash Icon

Related

VSTO Outlook: Add new icon to the Outlook items shown in the explorer email list

On folder selection (Inbox, Deleted, Sent, etc.) the Outlook email items are shown listed in the explorer view as a list of Outlook items.
For each Outlook items, some icons (attach, etc.) are show on the right. How can I add new icons there for each outlook item? I want to do the same as explained here or here, but instead of changing an existing one, I would like to add a new one/s.
Additionally (this is optional) it would be great if I could execute some code when user clicks on it but I am ok if I can just show it.
UPDATE 05/10/2022
There are two posibilities:
Add new columns to the message grid preview in the explorer view, I mean put more columns at the beginning or after the last column (flag one). This view is obtained when you resize the width of the messages grid:
Use the existing last column of the messages grid preview, marked with a flag, and put there more icons with its click event handlers.
Is it possible to implement both above solutions?
There is no trivial way to inject custom icons there. The best what you could do is to use the PR_ICON_INDEX property with a set of predefined icons. The property contains a number that indicates which icon to use when you display a group of email objects.
As explained in the articles mentioned in your post you can use the PropertyAccessor.SetProperty to set up an icon for Outlook items.
Additionally (this is optional) it would be great if I could execute some code when user clicks on it but I am ok if I can just show it.
You can handle the SelectionChange event of the Explorer class which is fired when the user selects a different or additional Microsoft Outlook item programmatically or by interacting with the user interface. The Outlook object model doesn't provide any other events for that.
There is no way to add a new icon next to the old one - the message view in Outlook does not support that level of customization.
The only way to replace a build-in icon with a truly custom one (instead of using one from a few dozen predefined icons) is to create a custom form (even if exposes no customization) and specify an icon for that form. If the message class (MailItem.MessageClass) matches that of a custom form, Outlook will show your custom icon. Not ideal at all.

Buttons in a view in Dynamics 365

I am new with Dynamics 365 and are not sure of how I can achieve this.
I am looking into having some buttons in a view.
Maybe a view isn't the best way of doing it, but what I want to do is to have a list of records connected to the logged in user (similar to a view)
But on each row/record I want to have multiple buttons. These buttons can be like 'Complete' (Changes status on task and updates the view) , 'Send email'(Starts a workflow) and so on.
What are some of the ways of doing this? Either with Javascript/C#/plugin or something else.
You cannot add buttons in views/subgrids directly.
That’s when we add ribbon/command bar buttons using Ribbon workbench usually.
Create a Workflow Short Cut Ribbon Button (No Code Solution!)
Update:
There is a PowerApps Components Framework (PCF - preview) coming out soon, then we can build custom grid control with the layout/buttons we want.
This can be achieved with RibbonWorkbench. My answer does not differ much with #arun vinoth answer but just added few explanation lines.
https://ribbonworkbench.uservoice.com/knowledgebase/articles/132235-create-a-workflow-short-cut-ribbon-button-no-code
If you look at view below where I have selected number of contact and then I have a Button at top "Nominieren" which is shown and clicking on it will perform whatever action is needed.
There will be java-script on click of button, from Java script you could call Action or workflow or perform operation in Java script itself.
Link for Adding new Button : https://community.dynamics.com/crm/b/crmtipsfromadeveloper/archive/2017/07/26/know-how-add-a-ribbon-button-using-ribbon-workbench
Now when you look at image below I have no contact selected and it does not show button on Ribbon.
It might be possible. I haven't tried this but you can write JavaScript for a view column now (since CRM 2016).
If you go to a view you can double click on a view column to view its properties. There are two properties you might be interested in:
Web Resource
Function
Here's a link to an MS page that explains how to use these options to add an icon. It might be possible to create a clickable button which uses CRM's WebApi to perform some actions: Docs # Microsoft

How to Fire a GTM Trigger when opening links in new Browser Tab or Window

I discovered a strange anomaly with GTM event Triggers.
I am capturing event clicks on PDF documents on my web pages and triggering an event record to my Google Analytics. The trigger is shown in the attached screen shot.
(1) when you click a PDF document on the web page (link does not contain a target="_blank" attribute in the html markup), the PDF opens in the current tab and a GA event is recorded -- "success".
(2) when you right-click a PDF document on the web page (link does not contain a target="_blank" attribute in the html markup), and open the link in a new tab or a new window, the PDF opens and a GA event is NOT recorded -- "NO success".
How can I adjust my GTM trigger to successfully capture and record event clicks opened in new tabs and new windows?
I've run into this before, and never found a solution; I think it's just the nature of the way GTM tracks people.
Every click on the web page triggers the click listener, which quickly identifies the DOM element you were clicking on, and sends a small packet of data to GTM.
However, right clicking is not the same thing, and doesn't trigger this behavior. The menu that then appears is not part of the web page, so a click on there won't be noticed by GTM.
I can think of two ways around this; the first would be to write your own click listener that listens for right clicks. Simo Ahava has some great advice about this. http://www.simoahava.com/analytics/custom-event-listeners-gtm/ The issue here is that, unlike a regular click, a right click doesn't guarantee that somebody will travel through a link.
The other would be to put custom code into either your buttons or your links that would allow you to track them without relying on the click listener in the first place. However, I suspect that this would be a lot more trouble than it's worth.
Because right-clicking and opening in a new tab is not a "click" in the eyes of JavaScript. It is however an event that can be tracked. It will require the use of jQuery and a GTM Variable that is Custom JavaScript.
This post has decent instructions on tracking it.
How to Track "Open New Tab" traffic in Google Analytics

How can I add ICON similar delete ICON in views on CRM 2013

Is it possible to add an icon to a view in CRM – similar to how they now have a delete icon when you hover over a record but we would want the icon to be available all the times based on the status or other factors.
The supported method is to add a ribbon button. I find this tool to be helpful: http://www.develop1.net/public/Download%20Ribbon%20Workbench%202013.aspx

where is the specific button on design mode?

how can i find the specific button on design mode where i have several buttons ie: hundered of buttons so that they all like spaghetti and one button may be under another button or a groupbox (i might be playing with the visibilities ) and i want to see my button number 83 on the design. how can i see him? where is he hiding? :) i use visual studio as an IDE. thanks.
MessageBox.Show(" where is the specific button? i know that he is somewhere on the form but cant distinguish it on the design since its somewhere under something i cant find it");
Use Document Outline (View - Other Windows - Document Outline)
Just pick the button from the tree and voila.
PS: this works for other types of designers (WPF/Silverlight, ASP.NET)
You can access it via the Properties Window. There is a drop-down that will list all of the items in your form in design mode.
Then use the drop-down. The drop-down will list all of the items on your form so you will scroll through the list to find Button number 83.
Images were pulled from MS Visual Studio: The properties Window which contains an explanation of the window.
Have you tried using the properties window?

Resources