Commit graph

31 commits

Author SHA1 Message Date
Google APIs
113746270b feat: add the CreateReportingDataAnnotation method
feat: add the `GetReportingDataAnnotation` method
feat: add the `ListReportingDataAnnotations` method
feat: add the `UpdateReportingDataAnnotation` method
feat: add the `DeleteReportingDataAnnotation` method
feat: add the `SubmitUserDeletion` method
feat: add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum
fix!: change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`.
fix!: rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`.
feat: add the `ReportingDataAnnotation` type
feat: add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource
docs: announce the deprecation of the `sharing_with_google_any_sales_enabled` field of the `DataSharingSettings` type
docs: update the documentation of `sharing_with_google_support_enabled`, `sharing_with_google_assigned_sales_enabled`, 'sharing_with_google_products_enabled', 'sharing_with_others_enabled' fields of the `DataSharingSettings` type

PiperOrigin-RevId: 748054282
2025-04-15 15:54:39 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
f20edbd090 docs: replace "GA4" with "Google Analytics" or "GA" in all comments
feat: add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED`
fix: mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED`

PiperOrigin-RevId: 720655692
2025-01-28 11:48:10 -08:00
Google APIs
b479bc2f1e feat: add GetKeyEvent, CreateKeyEvent, ListKeyEvents, UpdateKeyEvent, and DeleteKeyEvent methods
feat: mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods as deprecated
docs: add deprecation comment to `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods
docs: improve comment formatting of the `parent` field in `CreateFirebaseLinkRequest` and `ListFirebaseLinksRequest`
docs: improve comment formatting of the `name` field in `DeleteFirebaseLinkRequest`, `GetGlobalSiteTagRequest`, and `GetDataSharingSettingsRequest`
docs: improve comment formatting of `account` and `property` fields in `SearchChangeHistoryEventsRequest`
feat: add the `create_time` field to the `Audience` resource
feat: add the `primary` field to the `ChannelGroup` resource
feat: add `CreateBigQueryLink`, `UpdateBigQueryLink`, and `DeleteBigQueryLink` methods
feat: add the `dataset_location` field to the `BigQueryLink` resource
feat: add the `BIGQUERY_LINK` option to the `ChangeHistoryResourceType` enum
feat: add the `gmp_organization` field to the `Account` resource
fix!: Rename custom method `CreateSubpropertyRequest` to `ProvisionSubpropertyRequest`
feat: add `GetEventEditRule`, `CreateEventEditRule`, `ListEventEditRules`, `UpdateEventEditRule`, `DeleteEventEditRule`, and `ReorderEventEditRules` methods to the Admin API v1 alpha

PiperOrigin-RevId: 658468819
2024-08-01 11:15:18 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
a88065adf4 feat: add GetCalculatedMetric, CreateCalculatedMetric, ListCalculatedMetrics, UpdateCalculatedMetric, DeleteCalculatedMetric methods to the Admin API v1alpha
feat: add the `CALCULATED_METRIC` option to the `ChangeHistoryResourceType` enum
feat: add the `calculated_metric` field to the `ChangeHistoryResource.resource` oneof field
feat: add the `CalculatedMetric` resource

PiperOrigin-RevId: 601235502
2024-01-24 14:30:04 -08:00
Google APIs
c329808160 feat: add GetSubpropertyEventFilter, ListSubpropertyEventFilters methods to the Admin API v1 alpha
feat: add the `default_conversion_value` field to the `ConversionEvent` type

fix!: remove values `PAID_AND_ORGANIC_CHANNELS_FIRST_CLICK`, `PAID_AND_ORGANIC_CHANNELS_LINEAR`, `PAID_AND_ORGANIC_CHANNELS_POSITION_BASED`, `PAID_AND_ORGANIC_CHANNELS_TIME_DECAY` corresponding to the deprecated attribution models from the `ReportingAttributionModel` enum, as per announcement in https://support.google.com/analytics/answer/9164320#040623

docs: update the documentation for the `RunAccessReport` method

docs: update the documentation for `grouping_rule`, `system_defined` fields of the `ChannelGroup` type
PiperOrigin-RevId: 590895495
2023-12-14 04:35:41 -08:00
Google APIs
a3006dd1ff fix!: delete BatchDeleteUserLinks, DeleteUserLink, BatchUpdateUserLinks, UpdateUserLink, BatchCreateUserLinks, CreateUserLink, AuditUserLinks, ListUserLinks, BatchGetUserLinks, GetUserLink from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt
feat: add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha

feat: add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest`

feat: add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types

feat: add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum

feat: add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field
PiperOrigin-RevId: 574877732
2023-10-19 08:20:01 -07:00
Google APIs
ba06e6ca44 fix!: rename the enterprise_daily_export_enabled field to fresh_daily_export_enabled in the BigQueryLink resource
feat: add `GetSKAdNetworkConversionValueSchema`, `CreateSKAdNetworkConversionValueSchema`, `DeleteSKAdNetworkConversionValueSchema`, `UpdateSKAdNetworkConversionValueSchema`, `ListSKAdNetworkConversionValueSchemas` methods to the Admin API v1 alpha
feat: add the `skadnetwork_conversion_value_schema` field to the `ChangeHistoryResource.resource` oneof type
feat: add the `SKADNETWORK_CONVERSION_VALUE_SCHEMA` option to the `ChangeHistoryResourceType` enum
feat: add `CoarseValue`, `ConversionValues`, `EventMapping`, `SKAdNetworkConversionValueSchema` types

PiperOrigin-RevId: 561159616
2023-08-29 15:46:53 -07:00
Google APIs
a9a67de598 fix!: rename the enterprise_daily_export_enabled field to fresh_daily_export_enabled in the BigQueryLink resource
feat: add `UpdateConversionEvent` method to the Admin API v1 alpha
feat: add the `counting_method` field to the `ConversionEvent` type
feat: add the `ConversionCountingMethod` enum

PiperOrigin-RevId: 555379699
2023-08-09 22:56:37 -07:00
Google APIs
0d84384f38 fix!: update the ReportingAttributionModel enum to rename CROSS_CHANNEL_DATA_DRIVEN to PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN, CROSS_CHANNEL_LAST_CLICK to PAID_AND_ORGANIC_CHANNELS_LAST_CLICK, CROSS_CHANNEL_FIRST_CLICK to PAID_AND_ORGANIC_CHANNELS_FIRST_CLICK, CROSS_CHANNEL_LINEAR to PAID_AND_ORGANIC_CHANNELS_LINEAR, CROSS_CHANNEL_POSITION_BASED to PAID_AND_ORGANIC_CHANNELS_POSITION_BASED CROSS_CHANNEL_TIME_DECAY to PAID_AND_ORGANIC_CHANNELS_TIME_DECAY, ADS_PREFERRED_LAST_CLICK to GOOGLE_PAID_CHANNELS_LAST_CLICK
fix!: update the `AdsWebConversionDataExportScope` enum to rename `CROSS_CHANNEL` to `PAID_AND_ORGANIC_CHANNELS`, `ADS_PREFERRED` to `GOOGLE_PAID_CHANNELS`

PiperOrigin-RevId: 551280325
2023-07-26 12:18:31 -07:00
Google APIs
ef2e2ea532 feat: add GetAdSenseLink, CreateAdSenseLink, DeleteAdSenseLink, ListAdSenseLinks methods to the Admin API v1alpha
feat: add `FetchConnectedGa4Property` method to the Admin API v1alpha
feat: add `CreateEventCreateRule`, `UpdateEventCreateRule`,`DeleteEventCreateRule`, `ListEventCreateRules` methods to the Admin API v1alpha
feat: add `EventCreateRule`, `MatchingCondition` types to the Admin API v1alpha
feat: add `AdSenseLink` type to the Admin API v1alpha
feat: add `AUDIENCE`, `EVENT_CREATE_RULE` options to the `ChangeHistoryResourceType` enum
feat: add `audience`, `event_create_rule` fields to the `ChangeHistoryResource.resource` oneof field

PiperOrigin-RevId: 531601348
2023-05-12 14:13:14 -07:00
Google APIs
893a25b7d1 feat: add FetchConnectedGa4Property method to the Admin API v1alpha
feat: add `GetChannelGroup`, `ListChannelGroups`, `CreateChannelGroup`, `UpdateChannelGroup` methods to the Admin API v1alpha
feat: add `ChannelGroupFilter`, `ChannelGroupFilterExpression`, `ChannelGroupFilterExpressionList`, `GroupingRule`, `ChannelGroup` types to the Admin API v1alpha

PiperOrigin-RevId: 526740438
2023-04-24 13:34:59 -07:00
Google APIs
1cfcea4fbe chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 520705454
2023-03-30 12:02:14 -07:00
Google APIs
061a9fb3c7 feat: add account-level binding for theRunAccessReport method (example: /v1alpha/accounts/1234567:runAccessReport)
feat: add `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettings` methods to the Admin API v1alpha
feat: add `CreateConnectedSiteTag`, `DeleteConnectedSiteTag`, `ListConnectedSiteTags` methods to the Admin API v1alpha
feat: add `EnhancedMeasurementSettings`, `ConnectedSiteTag` resource types to the Admin API v1alpha
feat: add `GetEnhancedMeasurementSettingsRequest`,
`UpdateEnhancedMeasurementSettingsRequest`,`CreateConnectedSiteTagRequest`, `CreateConnectedSiteTagResponse`, `DeleteConnectedSiteTagRequest`, `ListConnectedSiteTagsRequest`, `ListConnectedSiteTagsResponse`
feat: add `ENHANCED_MEASUREMENT_SETTINGS` option to the `ChangeHistoryResourceType` enum
feat: add `enhanced_measurement_settings` option to the `ChangeHistoryResource.resource` oneof field
feat: add `intraday_export_enabled` field to the `BigQueryLink` resource

PiperOrigin-RevId: 518088512
2023-03-20 15:08:57 -07:00
Google APIs
82655adac3 feat: add CreateAccessBinding, GetAccessBinding, UpdateAccessBinding, DeleteAccessBinding, ListAccessBindings, BatchCreateAccessBindings, BatchGetAccessBindings, BatchUpdateAccessBindings, BatchDeleteAccessBindings methods to the Admin API v1alpha
feat: add `GetExpandedDataSet`, `ListExpandedDataSets`, `CreateExpandedDataSet`, `UpdateExpandedDataSet`, `DeleteExpandedDataSet` methods to the Admin API v1alpha

feat: add `AccessBinding`, `ExpandedDataSet`, `ExpandedDataSetFilter`, `ExpandedDataSetFilterExpression`, `ExpandedDataSetFilterExpressionList` resource types to the Admin API v1alpha
PiperOrigin-RevId: 510499799
2023-02-17 12:49:24 -08:00
Google APIs
b221f5fb44 feat: add GetSearchAds360Link, ListSearchAds360Links, CreateSearchAds360Link, DeleteSearchAds360Link, UpdateSearchAds360Link methods to the Admin API v1alpha
feat: add `SetAutomatedGa4ConfigurationOptOut`, `FetchAutomatedGa4ConfigurationOptOut` methods to the Admin API v1alpha
feat: add `GetBigQueryLink`, `ListBigQueryLinks` methods to the Admin API v1alpha
feat: add `tokens_per_project_per_hour` field to `AccessQuota` type
feat: add `EXPANDED_DATA_SET`, `CHANNEL_GROUP` values to `ChangeHistoryResourceType` enum
feat: add `search_ads_360_link`, `expanded_data_set`, `bigquery_link` values to ChangeHistoryResource.resource oneof field
feat: add `BigQueryLink`, `SearchAds360Link` resource types to the Admin API v1alpha
fix!: remove `LESS_THAN_OR_EQUAL`, `GREATER_THAN_OR_EQUAL` values from NumericFilter.Operation enum
fix!: remove `PARTIAL_REGEXP` value from StringFilter.MatchType enum

PiperOrigin-RevId: 507839187
2023-02-07 11:31:15 -08:00
Google APIs
80bf61314c feat: add RunAccessReport method to the Admin API v1alpha
PiperOrigin-RevId: 465589484
2022-08-05 10:11:23 -07:00
Google APIs
2f00b9a069 feat: add GetAudience, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods to the Admin API v1alpha
feat: add `GetAttributionSettings`, `UpdateAttributionSettings` methods to the Admin API v1alpha

PiperOrigin-RevId: 465469599
2022-08-04 20:33:45 -07:00
Google APIs
a079cb09ba feat!: remove WebDataStream, IosAppDataStream, AndroidAppDataStream resources
and corresponding operations, as they are replaced by the `DataStream` resource
feat: add `restricted_metric_type` field to the `CustomMetric` resource
feat!: move the `GlobalSiteTag` resource from the property level to the data stream level

PiperOrigin-RevId: 432342398
2022-03-03 19:45:05 -08:00
Google APIs
54861b4934 feat: add the 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`, `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
2021-12-16 13:56:20 -08:00
Google APIs
9e617db503 feat: add GetDataRetentionSettings, UpdateDataRetentionSettings methods to the API
feat: add `GetDisplayVideo360AdvertiserLink`, `ListDisplayVideo360AdvertiserLinks`, `CreateDisplayVideo360AdvertiserLink`, `DeleteDisplayVideo360AdvertiserLink` methods to the API

feat: add `GetDisplayVideo360AdvertiserLinkProposal`, `ListDisplayVideo360AdvertiserLinkProposals`,`DeleteDisplayVideo360AdvertiserLinkProposal`, `CancelDisplayVideo360AdvertiserLinkProposal` methods to the API

feat: add `LinkProposalStatusDetails`, `DisplayVideo360AdvertiserLinkProposal`, `DisplayVideo360AdvertiserLink`
`LinkProposalState`, `LinkProposalInitiatingProduct`, `ServiceLevel`, `DataRetentionSettings` types to the API

feat: add `service_level` field to `Property` type

feat: add `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `data_retention_settings` fields to `ChangeHistoryChange.resource` oneof field.

feat: add `custom` output only field to `ConversionEvent` type

feat: change `measurement_unit` field to mutable in `CustomMetric` type

fix!: remove `UpdateFirebaseLink` method from the API

fix!: rename `is_deletable` field of `ConversionEvent` type to `deletable`

fix!: rename `email_address` field of `GoogleAdsLink` type to `creator_email_address`

fix!: remove `maximum_user_access` field from `FirebaseLink` type

fix!: remove `MaximumUserAccess` enum from the API

PiperOrigin-RevId: 392540180
2021-08-23 16:08:48 -07:00
Google APIs
c3bf1b7275 feat: add GetMeasurementProtocolSecret, ListMeasurementProtocolSecrets, CreateMeasurementProtocolSecret, DeleteMeasurementProtocolSecret, UpdateMeasurementProtocolSecret methods to the API
feat: add `GetGoogleSignalsSettings`, `UpdateGoogleSignalsSettings` methods to the API
feat: add `CreateConversionEvent`, `GetConversionEvent`, `DeleteConversionEvent`, `ListConversionEvents` methods to the API
feat: add `CreateCustomDimension`, `GetCustomDimension`, `UpdateCustomDimension`, `ListCustomDimensions`, `ArchiveCustomDimension` methods to the API
feat: add `CreateCustomMetric`, `GetCustomMetric`, `UpdateCustomMetric`, `ListCustomMetrics`, `ArchiveCustomMetric` methods to the API
feat: add `GoogleSignalsState`, `GoogleSignalsConsent` types
feat: add `GoogleSignalsSettings`  type
feat: add `MeasurementProtocolSecret` type
feat: add `ConversionEvent` type
feat: add `CustomDimension` type
feat: add `CustomMetric` type
feat: extend `ChangeHistoryResourceType` enum to support `GOOGLE_SIGNALS_SETTINGS`, `CONVERSION_EVENT`, `MEASUREMENT_PROTOCOL_SECRET`, `CUSTOM_DIMENSION`, `CUSTOM_METRIC` values
fix: label `email_address` field of `UserLink` type as immutable
fix: label `name` field of `UserLink` type as output only

PiperOrigin-RevId: 375776214
2021-05-25 12:59:45 -07:00
Google APIs
2375bb4a8f fix!: remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API
feat: add `SearchChangeHistoryEvents` method to the API
fix!: update `DeleteProperty` method to return the deleted property data as `Property` type instead of returning an empty response
feat: add `ActorType`, `ActionType`, `ChangeHistoryResourceType`, `ChangeHistoryEvent`, `ChangeHistoryChange` types used by `SearchChangeHistoryEvents` method
fix!: update `time_zone` field of `Property` type to be required
feat: add `delete_time`, `expire_time` output only fields to `Property` type
fix!: remove `deleted` field from `Property` type

PiperOrigin-RevId: 370749341
2021-04-27 13:21:20 -07:00
Google APIs
2a9e7295e6 fix: 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

PiperOrigin-RevId: 359531616
2021-02-25 08:47:15 -08:00
Google APIs
23e7356f4c fix!: remove unused fields from EnhancedMeasurementSettings
fix!: `update_mask` field is required for all Update operations
feat: add pagination support for `ListFirebaseLinks` operation
fix!: rename `country_code` field to `region_code` in `Account`
fix!: rename `url_query_parameter` field to `uri_query_parameter` in `EnhancedMeasurementSettings`
fix!: remove `parent` field from `GoogleAdsLink`

PiperOrigin-RevId: 351651504
2021-01-13 13:18:56 -08:00
Google APIs
700afd1f0b chore: put markdown table in a codeblock
PiperOrigin-RevId: 350414815
2021-01-06 13:19:14 -08:00
Google APIs
b365fff50d fix: 'requests' field of CreateUserLink, UpdateUserLink, DeleteUserLink methods is now required
docs: minor documentation updates

PiperOrigin-RevId: 340922897
2020-11-05 13:56:50 -08:00
Google APIs
2131e2f755 docs: renamed App + Web to Google Analytics 4 (GA4) in public documentation
PiperOrigin-RevId: 338527875
2020-10-22 12:36:54 -07:00
Google APIs
71088f1130 feat!: added ListAccountSummaries method
PiperOrigin-RevId: 336969301
2020-10-13 15:33:49 -07:00
Google APIs
e6ab0a55f2 This is first release of the API protos and Bazel BUILD files for the Analytics Admin API V1alpha.
PiperOrigin-RevId: 319180144
2020-07-01 01:09:48 -07:00