--- v21/enums/bidding_strategy_type.proto 2025-10-07 23:35:21.000000000 +0000 +++ v22/enums/bidding_strategy_type.proto 2025-10-07 23:35:30.000000000 +0000 @@ -49,6 +49,10 @@ // Fixed CPM is a manual bidding strategy with a fixed CPM. FIXED_CPM = 19; + // Fixed share of voice is a manual bidding strategy for YouTube + // Sponsorships that bills either on CPM or a fixed cost per day. + FIXED_SHARE_OF_VOICE = 22; + // Used for return value only. Indicates that a campaign does not have a // bidding strategy. This prevents the campaign from serving. For example, // a campaign may be attached to a manager bidding strategy and the serving @@ -94,6 +98,10 @@ // at the target cost-per-acquisition (CPA) you set. TARGET_CPA = 6; + // Target CPC is an automated bid strategy that sets bids to help get + // as many clicks as possible at the target cost-per-click (CPC) you set. + TARGET_CPC = 21; + // Target CPM is an automated bid strategy that sets bids to help get // as many impressions as possible at the target cost per one thousand // impressions (CPM) you set.
/enums/bidding_strategy_type.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-10-15。
[null,null,["最后更新时间 (UTC):2025-10-15。"],[],[]]