--- 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.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-22 (UTC)
[null,null,["Última actualización: 2024-08-22 (UTC)"],[[["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."]]],[]]