Skip to content

Commit a1380ed

Browse files
committed
Add links to GA4/UA and deprecation warning
1 parent d7efc9f commit a1380ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ A system for publishing data retrieved from the Google Analytics API by the
77
This Analytics API serves data written to a PostgreSQL database by the Analytics
88
Reporter, in response to HTTP requests.
99

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+
1023
## Setup
1124

1225
This Analytics API maintains the schema for the database that the

0 commit comments

Comments
 (0)