Page MenuHomePhabricator

CX event instrumentation: multiple filters selection
Open, Needs TriagePublic

Description

The following user actions to be instrumented to understand user actions related to multiple filters selection:

screenrelated touser actionevent_typeevent_subtypeevent_source(s)event_context (str)-
Adjust suggestionscustom suggestionsuser selects multiple suggestions filtersuggestion_filters_selectsuggestion_filters_multi_selectyesname of the topic area or the collection selected (as a string)
Adjust suggestionscustom suggestionsuser de-selects a suggestions filtersuggestion_filters_deselect-yesname of the topic area or the collection de-selected (as a string)
Adjust suggestionscustom suggestions (single_selection)user confirms the selected topic (i.e. user clicks "Done" button)suggestion_filters_confirmsuggestion_filters_single_select_confirm, suggestion_filters_multi_select_confirm-for multi-select this will be a string containing names of the topic areas, collections etc. selected (each topic area or collection name should be seperated by a semi-colon)

The following adjustments have to be made for to existing event

screenrelated touser actionevent_typeevent_subtypeevent_source(s)event_context (str)contextual fieldsnotes
dashboard home -> translation startgeneral workflowusers selects an article from the suggestions and proceeds to translatedashboard_translation_start-yes, corresponding source to be captured (from the list below)in case of single-select, this will just be a string, whereas for multi-select this will a string containing names of the topic areas, collections etc. selected (each topic area or collection name should be seperated by a semi-colon)translation_typeexamples: "Women in science 2024", "South America"
dashboard homegeneral workflowuser opens the dashboard by directly accessing a URL with pre-selected filtersdashboard_open-suggestion_filter_direct_preselectFilters active at the time of opening the dashboard, to be recorded as semi-colon separated stringsexamples: "related_edits; nearby_topics; art; india", "all_lists; fashion; food and drink", "related_edits; Women in science week"

Event source list:

  • suggestion_filter_previous_edits
  • suggestion_filter_topic_area
  • suggestion_filter_popular_articles
  • suggestion_filter_collections
  • suggestion_filter_search_result_seed

Spreadsheet for reference