Skip to content

Commit

Permalink
Update custom-audiences.md (#522)
Browse files Browse the repository at this point in the history
added link to the recording
  • Loading branch information
shell1 authored Oct 27, 2023
1 parent fef7e3e commit 5dddfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow/implementing/custom-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ They are:

### How to add a new custom audience

Create a PR against [targeting/constants.py](https://github.com/mozilla/experimenter/blob/main/experimenter/experimenter/targeting/constants.py) that adds a new JEXL expression.
Create a PR against [targeting/constants.py](https://github.com/mozilla/experimenter/blob/main/experimenter/experimenter/targeting/constants.py) that adds a new JEXL expression. There is a [recorded session showing 2 examples of adding custom targeting](https://mozilla.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=8527feae-303e-41b3-b9df-b0a800f3cd41) to demoonstrate where to start.

Request review from a console core team member. It should be available in the Experimenter UI a few minutes after the PR has merged.

Expand All @@ -30,4 +30,4 @@ New custom audiences should be tested by the core Nimbus team before they are us
- Test the whole JEXL expression on each application/device it is intended to run on.
- Ask QA to help verify it by creating a dummy experiment.
- Launch an A/A in nightly to see if real users enroll correctly
:::
:::

0 comments on commit 5dddfec

Please sign in to comment.