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/hub/enterprise-hub-analytics.md
+14-37Lines changed: 14 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,54 +17,31 @@ Track all your repository activity with a detailed downloads overview that shows
17
17
18
18
Explore the metrics of individual repositories with the per-repository drill-down table. Utilize the built-in search feature to quickly locate specific repositories. Each row also features a time-series graph that illustrates the trend of downloads over time.
19
19
20
-
## Export Analytics as JSON
20
+
## Export Analytics as CSV
21
21
22
-
Download a comprehensive JSON file containing analytics for all your repositories, including model and dataset download activity.
22
+
Download a comprehensive CSV file containing analytics for all your repositories, including model and dataset download activity.
23
23
24
24
### Response Structure
25
25
26
-
```json
27
-
[
28
-
{
29
-
"repoType": "model",
30
-
"repoName": "huggingface/CodeBERTa-small-v1",
31
-
"totalDownloads": 4362460,
32
-
"records": [
33
-
{
34
-
"timestamp": "2021-01-22T00:00:00.000Z",
35
-
"downloads": 4
36
-
}
37
-
// ... daily records
38
-
]
39
-
},
40
-
{
41
-
"repoType": "dataset",
42
-
"repoName": "huggingface/documentation-images",
43
-
"totalDownloads": 2167284,
44
-
"records": [
45
-
{
46
-
"timestamp": "2021-11-27T00:00:00.000Z",
47
-
"downloads": 4
48
-
}
49
-
// ... daily records
50
-
]
51
-
}
52
-
]
26
+
The CSV file is made of daily download records for each of your model and dataset.
0 commit comments