--- 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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.