--- v17/resources/ad_group.proto 2024-08-06 12:42:07.000000000 +0000 +++ v17-1/resources/ad_group.proto 2024-08-06 12:42:16.000000000 +0000 @@ -161,6 +161,14 @@ // value stored here is 1,000,000 * [fraction]. optional int64 percent_cpc_bid_micros = 45; + // The fixed amount in micros that the advertiser pays for every thousand + // impressions of the ad. + optional int64 fixed_cpm_micros = 64; + + // Average amount in micros that the advertiser is willing to pay for every ad + // view. + optional int64 target_cpv_micros = 65; + // True if optimized targeting is enabled. Optimized Targeting is the // replacement for Audience Expansion. bool optimized_targeting_enabled = 59;
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)