Firefox/Input/Trigger suggester: Difference between revisions

Jump to navigation Jump to search
update language used
m (Willkg moved page Firefox/Input/Keyword suggester to Firefox/Input/Trigger suggester: project name change)
(update language used)
Line 1: Line 1:
= Keyword suggester =
= Trigger suggester =


== Summary ==
== Summary ==
Line 9: Line 9:
There are a couple of additional use cases we'd like to cover:
There are a couple of additional use cases we'd like to cover:


# Sees trigger words in the feedback and asks the user to complete a survey for more information.
# Sees keywords in the feedback and asks the user to complete a survey for more information.
# Sees trigger words in the feedback and tells the user to go read our hot-fix workaround article.
# Sees keywords in the feedback and tells the user to go read our hot-fix workaround article.


This project covers implementing a trigger-keyword-based provider to handle these broken into several phases.
This project covers implementing a trigger-rule based provider to handle these broken into several phases.


Potential use cases:
Potential use cases:
Line 57: Line 57:
These values will be populated from the feedback response. If values are missing (e.g. the response has no version), then they will be empty strings.
These values will be populated from the feedback response. If values are missing (e.g. the response has no version), then they will be empty strings.


==== Trigger criteria ====
==== Trigger rule criteria ====


Suggestion trigger criteria will have:
Suggestion trigger criteria will have:
Line 131: Line 131:
=== Requirements ===
=== Requirements ===


# implement trigger suggest provider which:
# implement trigger suggester provider which:
## looks at feedback response and all active triggers and figures out which suggestions to show
## looks at feedback response and all active triggers and figures out which suggestions to show
## posts GA event for each suggestion to show
## posts GA event for each suggestion to show
## returns suggestions wrapped in appropriate redirector urls
## returns suggestions wrapped in appropriate redirector urls
# implement trigger suggest redirector which:
# implement trigger redirector provider which:
## converts redirects to urls
## converts redirects to urls
## posts GA event
## posts GA event
Confirmed users
539

edits

Navigation menu