Version history
Version 1.0.0-beta08, released 2024-07-22
New features
- Add
GetKeyEvent
,CreateKeyEvent
,ListKeyEvents
,UpdateKeyEvent
,DeleteKeyEvent
methods to the Admin API v1beta (commit 64af82f) - Mark
GetConversionEvent
,CreateConversionEvent
,ListConversionEvents
,UpdateConversionEvent
,DeleteConversionEvent
methods as deprecated in the Admin API v1beta (commit 64af82f) - Add the
default_conversion_value
field to theConversionEvent
resource in the Admin API v1beta (commit 64af82f) - Add the
include_all_users
andexpand_groups
fields to theRunAccessReportRequest
resource in the Admin API v1beta (commit 64af82f) - Add the
gmp_organization
field to theAccount
resource in the Admin API v1beta (commit 64af82f)
Documentation improvements
- Change comment for methods
DeleteAccount
,DeleteProperty
, andRunAccessReport
in serviceAnalyticsAdminService
(commit 64af82f) - Change comment in fields
account
andproperty
in messageSearchChangeHistoryEventsRequest
(commit 64af82f) - Change comment for field
property_type
in messageProperty
(commit 64af82f)
Version 1.0.0-beta07, released 2024-05-08
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
Version 1.0.0-beta06, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Version 1.0.0-beta05, released 2024-02-28
No API surface changes; just dependency updates.
Version 1.0.0-beta04, released 2023-09-01
Bug fixes
- BREAKING CHANGE Add the missing
REQUIRED
annotation to theupdate_mask
field ofUpdateMeasurementProtocolSecretRequest
(commit c54eaea)
New features
- Add
UpdateConversionEvent
method to the Admin API v1 beta (commit c54eaea) - Add the
counting_method
field to theConversionEvent
type (commit c54eaea) - Add the
ConversionCountingMethod
enum (commit c54eaea) - Add the
ITEM
option to theDimensionScope
enum (commit c54eaea) - Make the field
default_uri
ofWebStreamData
mutable (commit c54eaea)
Version 1.0.0-beta03, released 2023-03-27
New features
- Add
RunAccessReport
method (with bindings for account and property resources) to the Admin API v1beta (commit 2efaa1a) - Add
AccessDimension
,AccessMetric
,AccessDateRange
,AccessFilterExpression
,AccessFilterExpressionList
,AccessFilter
,AccessStringFilter
,AccessInListFilter
,AccessNumericFilter
,AccessBetweenFilter
,NumericValue
,AccessOrderBy
,AccessDimensionHeader
,AccessMetricHeader
,AccessRow
,AccessDimensionValue
,AccessMetricValue
,AccessQuota
,AccessQuotaStatus
types to the Admin API v1beta (commit 2efaa1a)
Version 1.0.0-beta02, released 2023-01-19
New features
- Enable REST transport in C# (commit 496c8ab)
Version 1.0.0-beta01, released 2022-08-01
Initial release.