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
Copy file name to clipboardExpand all lines: docs/faq/data-metrics-analysis.mdx
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,20 +36,30 @@ After completing your experiment brief and defining your learning goals - attend
36
36
---
37
37
38
38
## Is there a straightforward way to get the results from an experiment programmatically? Like a JSON object or something that I could convert into a dataframe?
39
-
**Yes.** Results are available in bigquery and GCS, though what you see in Experimenter has been transformed a bit.
39
+
**Yes.** Results are available in BigQuery and GCS, though what you see in Experimenter has been transformed a bit.
40
40
41
-
Daily, weekly and overall results are in this bucket as JSON (you may need to request permission to access this data):
41
+
Daily, weekly and overall results are in GCS in [this bucket](https://console.cloud.google.com/storage/browser/mozanalysis/statistics) as JSON (you may need to request permission to access this data).
42
+
The JSON files are named in the format `statistics_{slug_with_underscores}_[daily|weekly|overall].json`. Here are some examples:
0 commit comments