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: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ A system for publishing data retrieved from the Google Analytics API by the
7
7
This Analytics API serves data written to a PostgreSQL database by the Analytics
8
8
Reporter, in response to HTTP requests.
9
9
10
+
This project's data is provided by the Analytics Reporter using the [Google Analytics Data API v1](https://developers.google.com/analytics/devguides/reporting/data/v1/rest).
11
+
The analytics data is processed into a flat data structure by the reporter and
12
+
stored in the database which is then served by this API.
13
+
14
+
The project previously used the [Google Analytics Core Reporting API v3](https://developers.google.com/analytics/devguides/reporting/core/v3/)
15
+
and the [Google Analytics Real Time API v3](https://developers.google.com/analytics/devguides/reporting/realtime/v3/),
16
+
also known as Universal Analytics, which has slightly different data points.
17
+
18
+
Analytics API v1 serves the Universal Analytics data and Analytics API v2 serves
19
+
the new GA4 data. See [Migrating from API V1 to API V2](#migrating-from-api-v1-to-api-v2)
20
+
for more details. The Universal Analytics API will be deprecated on July 1, 2024
21
+
and the Analytics API v1 will no longer receive new data after that date.
22
+
10
23
## Setup
11
24
12
25
This Analytics API maintains the schema for the database that the
0 commit comments