หากต้องการพูดคุยและแสดงความคิดเห็นเกี่ยวกับผลิตภัณฑ์ของเรา โปรดเข้าร่วมช่อง Discord อย่างเป็นทางการของ Google Ads ในเซิร์ฟเวอร์ชุมชนการโฆษณาและการวัดผลของ Google
--- v20/common/bidding.proto 2025-08-05 14:39:39.000000000 +0000+++ v21/common/bidding.proto 2025-08-05 14:39:46.000000000 +0000@@ -107,6 +107,13 @@ // The limit applies to all keywords managed by the strategy.
// Mutable for portfolio bidding strategies only.
int64 cpc_bid_floor_micros = 4;
++ // The percent of ROAS(return on advertising spend) degradation tolerance+ // allowed to increase traffic diversity and conversion volume, specified in+ // millis (for example, 10,000 = 10%). A value of 10,000 means that the+ // advertiser can expect ROAS degradation of up to 10% of the specified target+ // ROAS.+ optional int64 target_roas_tolerance_percent_millis = 5;}
// An automated bid strategy that sets bids to help get as many conversions as
@@ -184,6 +191,13 @@ // The limit applies to all keywords managed by the strategy.
// This should only be set for portfolio bid strategies.
optional int64 cpc_bid_floor_micros = 6;
++ // The percent of ROAS(return on advertising spend) degradation tolerance+ // allowed to increase traffic diversity and conversion volume, specified in+ // millis (for example, 10,000 = 10%). A value of 10,000 means that the+ // advertiser can expect ROAS degradation of up to 10% of the specified target+ // ROAS. This field is only mutable for portfolio bidding strategies.+ optional int64 target_roas_tolerance_percent_millis = 7;}
// An automated bid strategy that sets your bids to help get as many clicks
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-08-21 UTC"],[],[],null,["# /common/bidding.proto\n\n```diff\n--- v20/common/bidding.proto 2025-08-05 14:39:39.000000000 +0000\n+++ v21/common/bidding.proto 2025-08-05 14:39:46.000000000 +0000\n@@ -107,6 +107,13 @@\n // The limit applies to all keywords managed by the strategy.\n // Mutable for portfolio bidding strategies only.\n int64 cpc_bid_floor_micros = 4;\n+\n+ // The percent of ROAS(return on advertising spend) degradation tolerance\n+ // allowed to increase traffic diversity and conversion volume, specified in\n+ // millis (for example, 10,000 = 10%). A value of 10,000 means that the\n+ // advertiser can expect ROAS degradation of up to 10% of the specified target\n+ // ROAS.\n+ optional int64 target_roas_tolerance_percent_millis = 5;\n }\n\n // An automated bid strategy that sets bids to help get as many conversions as\n@@ -184,6 +191,13 @@\n // The limit applies to all keywords managed by the strategy.\n // This should only be set for portfolio bid strategies.\n optional int64 cpc_bid_floor_micros = 6;\n+\n+ // The percent of ROAS(return on advertising spend) degradation tolerance\n+ // allowed to increase traffic diversity and conversion volume, specified in\n+ // millis (for example, 10,000 = 10%). A value of 10,000 means that the\n+ // advertiser can expect ROAS degradation of up to 10% of the specified target\n+ // ROAS. This field is only mutable for portfolio bidding strategies.\n+ optional int64 target_roas_tolerance_percent_millis = 7;\n }\n\n // An automated bid strategy that sets your bids to help get as many clicks\n```"]]