Please create the new collection "top-sites"
Categories
(Cloud Services :: Server: Remote Settings, task)
Tracking
(firefox81 fixed)
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: dao, Assigned: leplatrem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Collection name: top-sites
List of LDAP emails allowed to change the records (editors):
dgottwald@mozilla.com
mdeboer@mozilla.com
mbanner@mozilla.com
mconnor@mozilla.com
List of LDAP emails allowed to approve the changes (reviewers)
dgottwald@mozilla.com
mdeboer@mozilla.com
mbanner@mozilla.com
mconnor@mozilla.com
(optional) Allow file attachments on records: no
(optional) Are attachments required on records: no
(optional) List of fields names to display as columns in the records list UI: Title, Send attribution request, Search keyword, URL, newtab-specific URL, urlbar-specific URL
(optional) JSON schema to validate records (in YAML format):
type: object
description: Top sites to display by default on the new tab page and in the address bar.
required:
- url
- send_attribution_request
properties:
title:
type: string
title: Title
description: Title of the top site
keyword:
type: string
title: Search keyword
description: If specified, this will make the top site a search shortcut rather than a direct link.
send_attribution_request:
type: boolean
title: Send attribution request
description: Send attribution request to Mozilla server?
url:
type: string
title: URL
description: URL of the top site.
url_newtab_override:
type: string
title: newtab-specific URL
description: newtab-specific URL of the top site.
url_urlbar_override:
type: string
title: urlbar-specific URL
description: urlbar-specific URL of the top site.
(optional) Manual records ID: (yes/no)
(optional) JEXL target filters: (yes/no)
| Assignee | ||
Comment 1•5 years ago
|
||
| Reporter | ||
Comment 2•5 years ago
|
||
To estimate the cost of distributing this new collection, I'd like to know how big this collection is expected to be
We typically set a around 6 default top sites. The exact set of sites will be region-specific.
and how often it will be updated.
Not very often. Typically the list would change when we form new partner relationships or when we believe a site doesn't provide enough value anymore to users in a specific region / when a new player becomes popular in a specific region.
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•