This repository was archived by the owner on Dec 31, 2023. It is now read-only.
v0.8.0
0.8.0 (2022-03-07)
Features
- add
CreateDataStream,DeleteDataStream,UpdateDataStream,ListDataStreamsoperations to support the newDataStreamresource (03abb54) - add
DISPLAY_VIDEO_360_ADVERTISER_LINK,DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSALfields toChangeHistoryResourceTypeenum (03abb54) - add
restricted_metric_typefield to theCustomMetricresource (aeb64bf) - add api key support (#185) (2ec0a0b)
- add the
accountfield to thePropertytype (03abb54) - add the AcknowledgeUserDataCollection operation (03abb54)
- add the new resource type
DataStream, which is planned to eventually replaceWebDataStream,IosAppDataStream,AndroidAppDataStreamresources (03abb54) - move the
GlobalSiteTagresource from the property level to the data stream level (aeb64bf) - remove
WebDataStream,IosAppDataStream,AndroidAppDataStreamresources (#195) (aeb64bf), closes #184
Bug Fixes
- deps: require google-api-core>=1.31.5, >=2.3.2 (#194) (f2b9bc3)
- deps: require proto-plus>=1.15.0 (f2b9bc3)
- remove
GetEnhancedMeasurementSettings,UpdateEnhancedMeasurementSettingsRequest,UpdateEnhancedMeasurementSettingsRequestoperations from the API (03abb54) - resolve DuplicateCredentialArgs error when using credentials_file (49c8857)