This repository was archived by the owner on Sep 19, 2023. It is now read-only.
feat: add the AcknowledgeUserDataCollection operation which acknowledges the terms of user data collection for the specified property#166
Merged
gcf-merge-on-green[bot] merged 2 commits intoDec 20, 2021
Conversation
…edges the terms of user data collection for the specified property feat: add the new resource type `DataStream`, which is planned to eventually replace `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources fix!: remove `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettingsRequest`, `UpdateEnhancedMeasurementSettingsRequest` operations from the API feat: add `CreateDataStream`, `DeleteDataStream`, `UpdateDataStream`, `ListDataStreams` operations to support the new `DataStream` resource feat: add `DISPLAY_VIDEO_360_ADVERTISER_LINK`, `DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL` fields to `ChangeHistoryResourceType` enum feat: add the `account` field to the `Property` type docs: update the documentation with a new list of valid values for `UserLink.direct_roles` field PiperOrigin-RevId: 416888961 Source-Link: googleapis/googleapis@54861b4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0f16b9ae48611d9836acdb37e9f167419a8ef096 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGYxNmI5YWU0ODYxMWQ5ODM2YWNkYjM3ZTlmMTY3NDE5YThlZjA5NiJ9
|
Here is the summary of changes. You are about to add 6 region tags.
This comment is generated by snippet-bot.
|
AcknowledgeUserDataCollection operation which acknowledges the terms of user data collection for the specified property feat: add the new resource type DataStream, which is planned to eventually replace WebDataStream, `IosAppDataStr...AcknowledgeUserDataCollection operation which acknowledges the terms of user data collection for the specified property
chingor13
approved these changes
Dec 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PiperOrigin-RevId: 416888961
Source-Link: googleapis/googleapis@54861b4
Source-Link: https://github.com/googleapis/googleapis-gen/commit/0f16b9ae48611d9836acdb37e9f167419a8ef096
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGYxNmI5YWU0ODYxMWQ5ODM2YWNkYjM3ZTlmMTY3NDE5YThlZjA5NiJ9
feat: add the new resource type
DataStream, which is planned to eventually replaceWebDataStream,IosAppDataStream,AndroidAppDataStreamresourcesfix!: remove
GetEnhancedMeasurementSettings,UpdateEnhancedMeasurementSettingsRequest,UpdateEnhancedMeasurementSettingsRequestoperations from the APIfeat: add
CreateDataStream,DeleteDataStream,UpdateDataStream,ListDataStreamsoperations to support the newDataStreamresourcefeat: add
DISPLAY_VIDEO_360_ADVERTISER_LINK,DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSALfields toChangeHistoryResourceTypeenumfeat: add the
accountfield to thePropertytype docs: update the documentation with a new list of valid values forUserLink.direct_rolesfield