Closed travis79 closed 3 years ago
Ah okay this is conflating application
and channel
. What you're looking for here is channel
:
which is exposed in the DTO as channel
:
https://github.com/mozilla/nimbus-shared/blob/main/types/experiments.ts#L25
Example in the fenix experiment targeting Fenix Nightly
on stage:
https://stage.experimenter.nonprod.dataops.mozgcp.net/api/v6/experiments/fenix-nimbus-validation-2/
@jaredlockhart Let's go with application in the DTO being org.mozilla.fenix – it makes more sense given the way applications are set up from a targeting perspective (although not in the UI)
➤ Tim Smith commented:
Closing in favor of EXP-825.
Since the SDK matches the
application
field against theapplication_id
that is passed in during init, it is expecting the same bundle identifier that is used by the Play Store. This is the only way that channels are currently encoded in mobile that we can target them.┆Issue is synchronized with this Jira Task ┆Issue Number: EXP-745