Confirmed users
539
edits
m (Willkg moved page Firefox/Input/Keyword suggester to Firefox/Input/Trigger suggester: project name change) |
(update language used) |
||
| Line 1: | Line 1: | ||
= | = 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 | # Sees keywords in the feedback and asks the user to complete a survey for more information. | ||
# Sees | # Sees keywords in the feedback and tells the user to go read our hot-fix workaround article. | ||
This project covers implementing a trigger- | 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 | # 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 | # implement trigger redirector provider which: | ||
## converts redirects to urls | ## converts redirects to urls | ||
## posts GA event | ## posts GA event | ||