--- 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;
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["This update introduces `fixed_cpm_micros` to allow advertisers to set a fixed cost-per-thousand-impressions bid."],["A new `target_cpv_micros` field enables advertisers to specify their desired cost-per-view."],["These additions provide more bidding flexibility within ad groups."]]],[]]