Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Releases: googleapis/nodejs-analytics-admin

v3.0.2

29 Jun 17:02
f6dad3b

Choose a tag to compare

Bug Fixes

v3.0.1

24 Jun 18:17
b74d1d7

Choose a tag to compare

Bug Fixes

v3.0.0

01 Jun 19:47
10310c4

Choose a tag to compare

⚠ BREAKING CHANGES

  • remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API (#105)

Features

Bug Fixes

  • deps: require google-gax v2.12.0 (#110) (cec8b6a)
  • GoogleAdsError missing using generator version after 1.3.0 (#118) (f69d3e9)
  • remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API (#105) (c6c1883)
  • use require() to load JSON protos (#112) (904aaf6)

v2.0.3

08 Mar 20:33
82ace0c

Choose a tag to compare

Bug Fixes

  • deps: update dependency open to v8 (#83) (e8643f6)

v2.0.2

08 Mar 18:33
2a713b7

Choose a tag to compare

Bug Fixes

  • add https://www.googleapis.com/auth/analytics.edit OAuth2 scope to the list of acceptable scopes for all read only methods of the Admin API docs: update the documentation of the update_mask field used by Update() methods (#81) (655a893)

v2.0.1

09 Feb 18:47
8242432

Choose a tag to compare

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#79) (8e0e55b)

v2.0.0

20 Jan 01:47
c104cce

Choose a tag to compare

⚠ BREAKING CHANGES

  • update_mask field is required for all Update operations
  • rename country_code field to region_code in Account
  • rename url_query_parameter field to uri_query_parameter in EnhancedMeasurementSettings
  • remove parent field from GoogleAdsLink (#73)
  • remove unused fields from EnhancedMeasurementSettings

Features

  • add pagination support for ListFirebaseLinks operation (57205d1)

Bug Fixes

  • update_mask field is required for all Update operations (57205d1)
  • remove parent field from GoogleAdsLink (#73) (57205d1)
  • remove unused fields from EnhancedMeasurementSettings (57205d1)
  • rename country_code field to region_code in Account (57205d1)
  • rename url_query_parameter field to uri_query_parameter in EnhancedMeasurementSettings (57205d1)

v1.4.0

12 Jan 19:51
e5e58ae

Choose a tag to compare

Features

v1.3.0

07 Jan 19:50
c9a00f3

Choose a tag to compare

Features

  • added name field to GlobalSiteTag (#65) (a4baba5)

v1.2.3

02 Dec 20:21
d232226

Choose a tag to compare

Bug Fixes

  • do not modify options object, use defaultScopes docs: regenerated jsdoc comments with examples build: use gapic-generator-typescript v1.2.1 (#55) (126618a)