--- 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.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)