Currently we don't take the Navigation Popups gadget into account when logging events, which may distort EL analyses. When the NavPopups gadget is enabled, Hovercards will be disabled. This means that even though a user sees a navigation popup (using the gadget), 'dwelledButAbandoned' event will be logged when the user dismisses the popup. This is fine by itself, but it may give a wrong impression that the user didn't receive any info about the link. To distinguish true 'dwelledButAbandoned' actions from the actions described above, do the following:
To distinguish true 'dwelledButAbandoned' actions from the actions described above (or similar link context gadgets), do the following:
[] Modify the [[ https://meta.wikimedia.org/wiki/Schema:Popups | schema ]] and add the `navpopGadgetEnabled`hovercardsSuppressedByGadget` (boolean, required) field;
[] Update the codebase accordingly to take the newly created field into account.