Creating a Hotspot

What is a Hotspot?

A Hotspot is a type of "event listener" that allows you to gather critical information on how your users interact with and use your application. In principle, Hotspots are a variation of Launchers; while Launchers listen for an event, and when that event occurs (i.e., a click of a button), OGL launches an item. Hotspots listen for an event, and when that event occurs, OGL registers that event in analytics. Use this feature to set up hotspots around your application to gain insight into how users navigate or monitor key differences between starting a process and not submitting it.

The image illustrates what the invisible Hotspots would look like on the application and the analytics dashboard after a month of use.


example highlighting hotspots

Creating a Hotspot

To create a Hotspot:

  1. On the OGL console homepage, select Hotspot.

    Note:

    You can also select the Create+ (create) button from the My Content page and select the Hotspot type.

    hotspot

    The New Content modal dialog is now displayed. Select Hotspot from the Type dropdown menu, if needed.

    Hostspot

  2. Enter the Display Name and the Location URL.

    Note:

    The following characters are not allowed: / \ | : " < > ?

    Sample Hotspot

  3. Enter the Description for the Hotspot, as needed.

    Hotspot Description

  4. Select the Create button (Create) to launch the OGL Editor.

    The OGL Editor launches in a new tab on your host application.

  5. In the OGL Editor, select Select and Element button.

    Select an Element

  6. Move your mouse about the page and select an element where you want to place the Hotspot, then select the Select (select icon) button..

    Select Image

  7. A tool tip will appear to indicate the selected target element.

    Note:

    This tool tip will not display for the end user.

  8. Select the Step Settings (step setting) button top open the Step Settings panel in the OGL Editor.

    Step Settings

  9. Set the desired Activation Settings and Advanced Settings.

    Note:

    In the Advance when: setting, choose the user action that you wish to be counted when the user interacts with the selected element. For example, if you want the Hotspot to count the number of times the element is clicked, then select 'User presses mouse button' instead of 'User clicks element'.

    When a user clicks an element, there are two distinct events that can be counted:

    • User presses mouse button (i.e., "mousedown") : Records the event as soon as the mouse button is pressed down.
    • User clicks element (i.e., "click") : Records the event after the mouse button is pressed and then released on the same element.

    Key Differences:

    • 'mousedown' = happens before the full click is completed. Use 'mousedown' for immediate response.
    • 'click' = requires both press and release on the same target. Use 'click' for actions that confirm a full click.

    Mouse down

  10. Select the Close button to close the Settings panel when finished.

    Close

  11. Select Save & Exit Step to return to the OGL Editor main panel.

    Save and Exit

  12. Select Save & Exit when finished.

    Save & Exit

  13. From the OGL console, be sure to activate the Hotspot. Configure Guide Activation settings for this Hotspot, as needed, by selecting Guide Activation in the guide tile and Publish the guide when you ready to deploy the Hotspot.

    Draft

Note:

Remember to set your activation conditions, refer to the Enabling Guide Activation Settings section.

separator