2024 年 12 月 2 日当周
对于过滤账号,externalAccountId
谓词会从 relationship
级别移至 service
级别。因此,过滤器 relationship(externalAccountId = "foo")
现在需要写为 relationship(service(externalAccountId = "foo"))
。为了实现向后兼容性,我们仍然支持旧格式,但该格式已被弃用,并且在不久的将来会抛出错误。所有文档都将仅提及新格式。
2024 年 11 月 18 日当周
CreateAndConfigureAccountRequest.service.provider
字段中的提供商现在也可以是 providers/GOOGLE_ADS
或 providers/GOOGLE_BUSINESS_PROFILE
。其他账号应称为 providers/123
(而非 accounts/123
)。这意味着,该字段不再注释为账号引用。不过,您仍然可以使用 accounts/123
等账号名称以实现向后兼容性。
ListSubAccountsRequest
中的提供程序现在应采用 providers/123
格式,但出于向后兼容性考虑,仍可使用 accounts/123
。
2024 年 11 月 4 日当周
在 BusinessIdentity
资源中标记 promotions_consent
REQUIRED
(来自 OPTIONAL
)。这只会影响更新方法。谨此说明,无法将 promotions_consent
更新为 UNSPECIFIED
。这已经不可能了,但错误现在更具描述性,并且字段已正确注解。
2024 年 10 月 28 日当周
改进了账号软件包的各种资源(例如 User
、Homepage
、BusinessInfo
等)的文档。
2024 年 10 月 21 日当周
改进了更新请求中 update_mask
字段的文档,以明确指出哪些字段支持更新。
在 ShippingSettings
资源的外部文档中添加了指向受支持运营商的 Google Merchant 帮助中心链接
2024 年 10 月 14 日当周
在 AccountsService.CreateAndConfigureAccountRequest.AddAccountService
中将 provider
标记为 REQUIRED
。
在账号套装(例如商家身份、商家信息、首页等)中将 update_mask
设为可选,并对 ConversionSources
资源进行回溯性更改。
向 ClaimHomepageRequest
添加了 overwrite
参数。
2024 年 9 月 30 日当周
推出了“Accounts.delete”方法的“force”参数。
2024 年 9 月 23 日当周
在 RetrieveLatestTermsOfServiceRequest
中将 region_code
和 kind
标记为 REQUIRED
。
2024 年 9 月 16 日当周
将 ListAccountIssuesRequest
中的 time_zone
参数的类型更改为字符串
2024 年 8 月 12 日当周
向 BusinessInfo
资源添加了 korean_business_registration_number
字段。
2024 年 5 月 27 日所在的周
Accounts 子 API 的 Beta 版发布