Custom events overview

This feature is part of our Boost tier. It will be available to you on your free trial - if you're already our customer then message us and we'll activate it for you so you can try it.

A feature we offer is being able to track users' actions and having this activity influence Product Fruits behavior. We call this functionality custom events. 

Uses cases

These custom events can be used to start tours, and trigger hints and checklists to appear. You can also use custom events to track user clicks in your application, which can then be viewed in Product Fruits analytics. 

An example

You may want a tour to begin once a user has completed a certain action. With custom events this is easy. The first step is to go to the App Users section of your workplace settings and navigate to the Custom events tab. Once here, create an event group. Open the editor and select an element on your page. At the moment you can track what users click on. We're looking to expand this functionality soon but our JavaScript API may be able to help you in the meantime. Now that an element has been selected, save and exit the editor.

Now, let's go to the workspace tour tab. Here we can create a new tour. In the editor, we'll only make it a one card dialog tour. In the Tour trigger section, leave 'Once per user' selected. In the Targeting section, select custom rules, add a condition, and instead of user property change it to Event, and enter the event that we created in the last paragraph. Further refinement is possible, but let's keep things simple for now and publish the tour. Now, to test it, we can go to our application and click on the element that we made the custom event for. The tour should begin. 

Event Groups

Events are organized by groups in Product Fruits administration. The groups are solely used to organize your custom events, and the individual events can be seen in the editor, as well as in our events tracking analytics. 

Events Tracking

You can see which events are being triggered in our analytics section of Product Fruits administration. Events do not need to be attached to a tour or hint group to be tracked, nor does an event need to be created inside of an event group.
You can also send these events via JavaScript API

Settings

If you have analytics integrations set up, you can have these custom events analytics forwarded to those integrations by enabling this toggle in the event group settings.