--- v17/common/segments.proto 2024-08-06 12:42:05.000000000 +0000
+++ v17-1/common/segments.proto 2024-08-06 12:42:15.000000000 +0000
@@ -84,6 +85,10 @@
google.ads.googleads.v17.enums.AdDestinationTypeEnum.AdDestinationType
ad_destination_type = 136;
+ // Ad Format type.
+ google.ads.googleads.v17.enums.AdFormatTypeEnum.AdFormatType ad_format_type =
+ 191;
+
// Ad network type.
google.ads.googleads.v17.enums.AdNetworkTypeEnum.AdNetworkType
ad_network_type = 3;
@@ -443,6 +448,9 @@
// iOS Store Kit Ad Network postback sequence index.
optional int64 sk_ad_network_postback_sequence_index = 154;
+ // The version of the SKAdNetwork API used.
+ optional string sk_ad_network_version = 192;
+
// Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics.
// Indicates whether the interaction metrics occurred on the asset itself
// or a different asset or ad unit.
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["The update introduces new fields for Ad Format type (`ad_format_type`) and the SKAdNetwork API version (`sk_ad_network_version`)."],["The `ad_format_type` field specifies the format of the ad, while `sk_ad_network_version` indicates the version of the SKAdNetwork API used."],["These additions enhance the segment definitions within the Google Ads API, providing more granular data for analysis and reporting."]]],[]]