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

Releases: googleapis/python-analytics-admin

v0.8.1

19 May 12:24
f7ab18b

Choose a tag to compare

0.8.1 (2022-05-13)

Bug Fixes

  • CustomDimension and CustomMetric resource configuration (#222) (79470bd)

v0.8.0

07 Mar 17:30
bb85f2c

Choose a tag to compare

0.8.0 (2022-03-07)

Features

  • add CreateDataStream, DeleteDataStream, UpdateDataStream, ListDataStreams operations to support the new DataStream resource (03abb54)
  • add DISPLAY_VIDEO_360_ADVERTISER_LINK, DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL fields to ChangeHistoryResourceType enum (03abb54)
  • add restricted_metric_type field to the CustomMetric resource (aeb64bf)
  • add api key support (#185) (2ec0a0b)
  • add the account field to the Property type (03abb54)
  • add the AcknowledgeUserDataCollection operation (03abb54)
  • add the new resource type DataStream, which is planned to eventually replace WebDataStream, IosAppDataStream, AndroidAppDataStream resources (03abb54)
  • move the GlobalSiteTag resource from the property level to the data stream level (aeb64bf)
  • remove WebDataStream, IosAppDataStream, AndroidAppDataStream resources (#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, UpdateEnhancedMeasurementSettingsRequest operations from the API (03abb54)
  • resolve DuplicateCredentialArgs error when using credentials_file (49c8857)

Documentation

  • add autogenerated code snippets (323815a)
  • update the documentation with a new list of valid values for UserLink.direct_roles field (03abb54)

v0.7.2

01 Nov 21:47
0c589da

Choose a tag to compare

Bug Fixes

  • deps: drop packaging dependency (be96ebc)
  • deps: require google-api-core >= 1.28.0 (be96ebc)

Documentation

  • list oneofs in docstring (be96ebc)

v0.7.1

19 Oct 10:49
b52c971

Choose a tag to compare

Documentation

  • samples: add samples for Measurement Protocol Secrets management methods (#152) (e264571)
  • samples: add samples for Conversion Event management methods (#153) (126f271)

v0.7.0

13 Oct 15:17
81926e8

Choose a tag to compare

Features

v0.6.0

12 Oct 17:17
3b36a87

Choose a tag to compare

Features

  • add context manager support in client (#146) (f1559b6)

v0.5.2

07 Oct 12:47
18e527e

Choose a tag to compare

Bug Fixes

  • improper types in pagers generation (aa076a9)

Documentation

  • add samples for accounts.search_change_history_events() method (#137) (c299b37)

v0.5.1

27 Sep 15:54
c163d0d

Choose a tag to compare

Bug Fixes

  • add 'dict' annotation type to 'request' (256c880)

v0.5.0

25 Aug 13:17
7e954cf

Choose a tag to compare

Features

  • add CancelDisplayVideo360AdvertiserLinkProposal method to the API (2a1c5a0)
  • add CreateDisplayVideo360AdvertiserLink, DeleteDisplayVideo360AdvertiserLink methods to the API (2a1c5a0)
  • add custom output only field to ConversionEvent type (2a1c5a0)
  • add data_retention_settings fields to ChangeHistoryChange.resource oneof field. (2a1c5a0)
  • add DeleteDisplayVideo360AdvertiserLinkProposal method to the API (2a1c5a0)
  • add display_video_360_advertiser_link_proposal fields to ChangeHistoryChange.resource oneof field. (2a1c5a0)
  • add display_video_360_advertiser_link fields to ChangeHistoryChange.resource oneof field. (2a1c5a0)
  • add DisplayVideo360AdvertiserLink, LinkProposalState types to the API (2a1c5a0)
  • add GetDataRetentionSettings, UpdateDataRetentionSettings methods to the API (#119) (2a1c5a0)
  • add GetDisplayVideo360AdvertiserLink, ListDisplayVideo360AdvertiserLinks methods to the API (2a1c5a0)
  • add GetDisplayVideo360AdvertiserLinkProposal, ListDisplayVideo360AdvertiserLinkProposals methods to the API (2a1c5a0)
  • add LinkProposalInitiatingProduct, ServiceLevel, DataRetentionSettings types to the API (2a1c5a0)
  • add LinkProposalStatusDetails, DisplayVideo360AdvertiserLinkProposal types to the API (2a1c5a0)
  • add service_level field to Property type (2a1c5a0)
  • change measurement_unit field to mutable in CustomMetric type (2a1c5a0)

Bug Fixes

  • remove maximum_user_access field from FirebaseLink type (2a1c5a0)
  • remove MaximumUserAccess enum from the API (2a1c5a0)
  • remove UpdateFirebaseLink method from the API (2a1c5a0)
  • rename email_address field of GoogleAdsLink type to creator_email_address (2a1c5a0)
  • rename is_deletable field of ConversionEvent type to deletable (2a1c5a0)

v0.4.3

27 Jul 15:32
fd08f01

Choose a tag to compare

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#102) (99d607c)

Miscellaneous Chores