enso/distribution/lib/Standard
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/0.0.0-dev Excel before 1900 and AWS signed requests. (#11373) 2024-10-28 20:20:06 +00:00
Base/0.0.0-dev Improved Google Analytics integration (#11484) 2024-11-05 10:11:42 +00:00
Database/0.0.0-dev Add widget for name_filter (#11455) 2024-10-31 14:05:08 +00:00
Examples/0.0.0-dev Fixing small bugs uncovered by type checker (#11422) 2024-10-31 12:49:50 +00:00
Geo/0.0.0-dev Replace all from ... export all with explicit exports (#10369) 2024-07-11 19:34:25 +02:00
Google_Api/0.0.0-dev Improved Google Analytics integration (#11484) 2024-11-05 10:11:42 +00:00
Image/0.0.0-dev Add widget for name_filter (#11455) 2024-10-31 14:05:08 +00:00
Microsoft/0.0.0-dev Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Searcher/0.0.0-dev Default Project, Templates and Docs (#10980) 2024-09-05 14:36:08 +00:00
Snowflake/0.0.0-dev Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Table/0.0.0-dev Improved Google Analytics integration (#11484) 2024-11-05 10:11:42 +00:00
Tableau/0.0.0-dev Add widget for name_filter (#11455) 2024-10-31 14:05:08 +00:00
Test/0.0.0-dev Enso_File integration update: Multi-part upload and presigned URL for download (#11440) 2024-10-31 13:11:42 +00:00
Visualization/0.0.0-dev Expand and improve pretty for core data types, vector and table. (#11438) 2024-10-31 10:04:52 +00:00