You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
Looks like the audience descriptions still reference a "release channel" even though we turned that into a variable. Not sure if that is a bug or if it'd only impact us testing locally on Beta/Nightly and no end users would see this.
"First start-up users (e.g. for about:welcome) with an en-* locale using the release channel.",
us_only: {name: "US users (en)",description: "All users in the US with an en-* locale using the release channel.",targeting:
"localeLanguageCode == 'en' && region == 'US' && browserSettings.update.channel == '{firefox_channel}'",desktop_telemetry:
"STARTS_WITH(environment.settings.locale, 'en') AND normalized_country_code = 'US'",},
Also, I notice that the targeting field references a {firefox_channel}, but I don't see a similar reference to a channel in the desktop_telemetry field. I'll need to peek further into that to see what it was like before we parameterized the channel from a hardcoded "release" string.
The text was updated successfully, but these errors were encountered:
Also, I notice that the targeting field references a {firefox_channel}, but I don't see a similar reference to a channel in the desktop_telemetry field. I'll need to peek further into that to see what it was like before we parameterized the channel from a hardcoded "release" string.
Looks like this was changed in PR #99. I also added a more context aware question in #99 (comment)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like the audience descriptions still reference a "release channel" even though we turned that into a variable. Not sure if that is a bug or if it'd only impact us testing locally on Beta/Nightly and no end users would see this.
nimbus-shared/data/Audiences.ts
Line 6 in 9a78bd7
nimbus-shared/data/Audiences.ts
Line 13 in 9a78bd7
nimbus-shared/data/Audiences.ts
Line 22 in 9a78bd7
Also, I notice that the
targeting
field references a{firefox_channel}
, but I don't see a similar reference to a channel in thedesktop_telemetry
field. I'll need to peek further into that to see what it was like before we parameterized the channel from a hardcoded "release" string.The text was updated successfully, but these errors were encountered: