This repository was archived by the owner on Sep 19, 2023. It is now read-only.
Releases: googleapis/nodejs-analytics-admin
Releases · googleapis/nodejs-analytics-admin
v4.3.0
4.3.0 (2022-11-11)
Features
- add
GetAttributionSettings,UpdateAttributionSettingsmethods to the Admin API v1alpha (6d911ce) - add
GetAudience, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods to the Admin API v1alpha (6d911ce) - add
RunAccessReportmethod to the Admin API v1alpha (6d911ce)
Bug Fixes
- Allow passing gax instance to client constructor (#222) (c17ef19)
- Better support for fallback mode (#216) (6d911ce)
- Change import long to require (#217) (77aaecb)
- deps: Use google-gax v3.5.2 (#230) (7bbe484)
- Do not import the whole google-gax from proto JS (#1553) (#221) (2341928)
- Preserve default values in x-goog-request-params header (#224) (22f8b45)
- Regenerated protos JS and TS definitions (#233) (3a1d10c)
- use google-gax v3.3.0 (2341928)
v4.2.0
v4.1.0
v4.0.0
v3.2.0
3.2.0 (2022-04-11)
⚠ BREAKING CHANGES
- move the
GlobalSiteTagresource from the property level to the data stream level - remove WebDataStream, IosAppDataStream, AndroidAppDataStream resources
- remove
GetEnhancedMeasurementSettings,UpdateEnhancedMeasurementSettingsRequest,UpdateEnhancedMeasurementSettingsRequestoperations from the API
Features
- add
CreateDataStream,DeleteDataStream,UpdateDataStream,ListDataStreamsoperations to support the newDataStreamresource (33ead79) - add
DISPLAY_VIDEO_360_ADVERTISER_LINK,DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSALfields toChangeHistoryResourceTypeenum (33ead79) - add
restricted_metric_typefield to theCustomMetricresource (948d37d) - add the
accountfield to thePropertytype docs: update the documentation with a new list of valid values forUserLink.direct_rolesfield (33ead79) - add the
AcknowledgeUserDataCollectionoperation which acknowledges the terms of user data collection for the specified property (#166) (33ead79) - add the new resource type
DataStream, which is planned to eventually replaceWebDataStream,IosAppDataStream,AndroidAppDataStreamresources (33ead79) - move the
GlobalSiteTagresource from the property level to the data stream level (948d37d) - remove WebDataStream, IosAppDataStream, AndroidAppDataStream resources (948d37d)
Bug Fixes
- remove
GetEnhancedMeasurementSettings,UpdateEnhancedMeasurementSettingsRequest,UpdateEnhancedMeasurementSettingsRequestoperations from the API (33ead79)