enso/std-bits
James Dunkerley c5734a8fc8
Improved Google Analytics integration (#11484)
- Enhanced Google Analytics API.
- Now published as a type with static methods not a module.
- Bump version and add Admin API.
- Moved the reading logic to Java from Enso.
- Add dependency on Standard Table allowing report to be built into a Java Table directly.
- New `Google_Credential.new` method.
![image](https://github.com/user-attachments/assets/54e3ad87-045f-4e40-b609-337d827c5d02)
- Ability to list accounts for a credential (`Google_Analytics.list_accounts`).
![image](https://github.com/user-attachments/assets/296c6dcc-3b24-43fa-b909-5e74c40d77a1)
- Ability to list properties (either for an account or for all) (`Google_Analytics.list_properties`).
![image](https://github.com/user-attachments/assets/e420c824-d08e-48d0-b21c-560b4c7c4809)
- Simple object structure of `Google_Analytics_Account`, `Google_Analytics_Property` and `Google_Analytics_Field` with some helper methods.
- Widget for `account`, `property` and `credentials`.
![image](https://github.com/user-attachments/assets/221c1450-964d-4fce-af8b-2273aa8739a1)
![image](https://github.com/user-attachments/assets/e1daf1dd-2ade-4c33-875c-4e3cb1544fe6)
![image](https://github.com/user-attachments/assets/cd37b018-4fad-4771-9f48-1448f0076ef9)
- Widget for `dimensions` and `metrics` with defaults and then reading from Admin API.
![image](https://github.com/user-attachments/assets/3a4b1d42-9555-499d-90da-04d7586ab4c1)
![image](https://github.com/user-attachments/assets/16efcb11-3547-4eaf-9f28-944fa21c4aa2)
- Added widget for `start_date` and `end_date` on `Google_Analytics.read`.
- Bug fix for `parse` with auto type by reordering to allow numeric dates to be parsed.
- **ToDo**: better exception handling.
2024-11-05 10:11:42 +00:00
..
aws/src/main/java/org/enso/aws Excel before 1900 and AWS signed requests. (#11373) 2024-10-28 20:20:06 +00:00
base/src/main/java/org/enso/base HTTP response caching, with TTL and LRU logic (#11342) 2024-10-30 12:50:35 +00:00
benchmarks/src/main/java/org/enso/benchmarks/libs Detect compilation while benchmarking (#10574) 2024-07-18 15:49:16 +00:00
database/src/main/java/org/enso/database When connecting to a Postgres database through a datalink stored on Enso Cloud, its asset ID is included in the audit logs (#11291) 2024-10-10 15:18:47 +00:00
google-api Improved Google Analytics integration (#11484) 2024-11-05 10:11:42 +00:00
image/src/main/java/org/enso/image Update java formatter sbt plugin (#8543) 2023-12-15 14:45:23 +00:00
microsoft/src/main/java/org/enso/microsoft Save Database connection as data link, SQL Server data link support (#11343) 2024-10-17 09:06:57 +00:00
snowflake/src/main/java/org/enso/snowflake Widget for Database.connect (#11216) 2024-10-01 08:43:03 +00:00
table/src/main Excel before 1900 and AWS signed requests. (#11373) 2024-10-28 20:20:06 +00:00
tableau/src/main/java/org/enso/tableau Remove some catch alls (#11254) 2024-10-04 21:32:56 +00:00