For #3351 - Adds docs for search_default_engine telemetry

nightly-build-test
Jeff Boek 5 years ago
parent 7a505b3bbd
commit cce41afb7e

@ -401,7 +401,7 @@ search.default_engine:
bugs: bugs:
- 800 - 800
data_reviews: data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/1607 - https://github.com/mozilla-mobile/fenix/pull/1606
notification_emails: notification_emails:
- fenix-core@mozilla.com - fenix-core@mozilla.com
expires: "2019-09-01" expires: "2019-09-01"
@ -417,7 +417,7 @@ search.default_engine:
bugs: bugs:
- 800 - 800
data_reviews: data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/1607 - https://github.com/mozilla-mobile/fenix/pull/1606
notification_emails: notification_emails:
- fenix-core@mozilla.com - fenix-core@mozilla.com
expires: "2019-09-01" expires: "2019-09-01"
@ -434,7 +434,7 @@ search.default_engine:
bugs: bugs:
- 800 - 800
data_reviews: data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/1607 - https://github.com/mozilla-mobile/fenix/pull/1606
notification_emails: notification_emails:
- fenix-core@mozilla.com - fenix-core@mozilla.com
expires: "2019-09-01" expires: "2019-09-01"

@ -746,7 +746,41 @@ Items that are added to the metrics ping
<td>default_moz_browser</td> <td>default_moz_browser</td>
<td>string</td> <td>string</td>
<td>The name of the default browser on device if and only if it's a Mozilla owned product, otherwise empty string</td> <td>The name of the default browser on device if and only if it's a Mozilla owned product, otherwise empty string</td>
<td><a href=https://github.com/mozilla-mobile/fenix/pull/1953/">link</a></td> <td><a href="https://github.com/mozilla-mobile/fenix/pull/1953/">link</a></td>
<td></td>
<td>2019-09-01</td>
</tr>
<tr>
<td>search.default_engine.code</td>
<td>string</td>
<td>If the search engine is pre-loaded with Fenix this value
will be the search engine identifier. If it's a custom search engine
(defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
value will be "custom"</td>
<td><a href="https://github.com/mozilla-mobile/fenix/issues/1607">link</a></td>
<td></td>
<td>2019-09-01</td>
</tr>
<tr>
<td>search.default_engine.name</td>
<td>string</td>
<td>If the search engine is pre-loaded with Fenix this value
will be the search engine name. If it's a custom search engine
(defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
value will be "custom"</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/1953/">link</a></td>
<td></td>
<td>2019-09-01</td>
</tr>
<tr>
<td>search.default_engine.submission_url</td>
<td>string</td>
<td>If the search engine is pre-loaded with Fenix this value
will be he base URL we use to build the search query for the search engine.
For example: https://mysearchengine.com/?query=%s. If it's a custom search engine
(defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
value will be "custom"</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/1953/">link</a></td>
<td></td> <td></td>
<td>2019-09-01</td> <td>2019-09-01</td>
</tr> </tr>

Loading…
Cancel
Save