--- v21/common/bidding.proto 2025-10-07 23:35:19.000000000 +0000 +++ v22/common/bidding.proto 2025-10-07 23:35:27.000000000 +0000 @@ -256,10 +256,19 @@ // Time window expressing the period over which you want to reach // the specified target_count. - google.ads.googleads.v21.enums.FixedCpmTargetFrequencyTimeUnitEnum + google.ads.googleads.v22.enums.FixedCpmTargetFrequencyTimeUnitEnum .FixedCpmTargetFrequencyTimeUnit time_unit = 2; } // Target CPV (cost per view) bidding strategy. An automated bidding strategy // that sets bids to optimize performance given the target CPV you set. message TargetCpv {} + +// An automated bidding strategy that sets bids to help get as many clicks +// as possible at the target cost-per-click (CPC) you set. +message TargetCpc { + // Average CPC target. + // This target should be greater than or equal to minimum billable unit based + // on the currency for the account. + int64 target_cpc_micros = 1; +}
/common/bidding.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-10-15 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-10-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[]]