Open Bug 1594876 Opened 6 years ago Updated 3 years ago

Pocket stories on newtab based on region

Categories

(Firefox :: New Tab Page, enhancement, P2)

enhancement

Tracking

()

People

(Reporter: thecount, Unassigned)

Details

Right now pocket stories show up in new tab based on your regions AND locale.

So if you're CA region and en browser, you see stories, or if you're DE region and de browser, you also see stories.

If you are DE region but download an English browser, you do not see stories.

Do we want to change this to be purely language based decision on if you see stories or not?

A huge consideration for this would be a significant population outside of the US using en-US browsers all of a sudden seeing pocket stories. Probably not what we're trying to do with this change.

I'm actually tempted to close this because of that, but I'll let this go to triage and we can discuss.

One thing we can do is open up the enabled region locales a bit more, though.

Example, if I'm in an enabled region and locale, even if they don't match "CA" and "de" I can probably safely see pocket stories.

What we cannot do, enable stories for all en-US browsers.

I'm considering this logic:

        const dsEnablementLocales = ["en-CA", "en-GB", "en-US", "de", "de-DE", "de-AT", "de-CH"];
        const dsEnablementRegions = ["US", "CA", "DE"];

        // Verify that the current geo & locale combination is enabled
        const isEnabled =
          dsEnablementRegions.includes(geo) && dsEnablementLocales.includes(locale);
Iteration: --- → 73.1 - Dec 2 - Dec 15
Priority: -- → P2
Iteration: 73.1 - Dec 2 - Dec 15 → ---
No longer blocks: pocket-newtab
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.