Closed mmiermans closed 2 weeks ago
Return eligible content that was scheduled during the past 3 days, for users in the treatment branch of the extended content duration experiment.
Steps:
gcloud auth application-default login
Create merino/configs/development.local.toml:
merino/configs/development.local.toml
[development] dynaconf_merge = true [development.curated_recommendations.gcs] bucket_name = "merino-airflow-data-prodpy" gcp_project = "moz-fx-merino-prod-1c2f"
curl --location 'http://localhost:8000/api/v1/curated-recommendations' \ --header 'Content-Type: application/json' \ --data '{ "locale": "en-US", "experimentName":"new-tab-extended-expiration-experiment", "experimentBranch":"control", "count": 500 }'
"experimentBranch":"treatment"
Find the scheduledCorpusItemId that occur in treatment but not in control, and list their receivedRank and title in a table.
Put an x in the boxes that apply
x
[DISCO-####]
[load test: (abort|warn)]
References
Description
Return eligible content that was scheduled during the past 3 days, for users in the treatment branch of the extended content duration experiment.
QA
Steps:
gcloud auth application-default login
to get access to GCP.Create
merino/configs/development.local.toml
:"experimentBranch":"treatment"
PR Review Checklist
Put an
x
in the boxes that apply[DISCO-####]
, and has the same title (if applicable)[load test: (abort|warn)]
keywords are applied (if applicable)