--- v22/enums/campaign_primary_status_reason.proto 2026-02-25 22:50:23.000000000 +0000 +++ v23/enums/campaign_primary_status_reason.proto 2026-02-25 22:50:29.000000000 +0000 @@ -160,5 +160,25 @@ // The campaign has location restrictions but does not specify location // targeting. MISSING_LOCATION_TARGETING = 39; + + // The campaign is a campaign with the FIXED_CPM bidding strategy but is not + // booked. Contributes to CampaignPrimaryStatus.NOT_ELIGIBLE when the + // campaign is not paused, and CampaignPrimaryStatus.PAUSED when the + // campaign is paused. + CAMPAIGN_NOT_BOOKED = 40; + + // The campaign is a campaign with the FIXED_CPM bidding strategy for which + // inventory was held, with the hold expiring. The hold expiry time can be + // read from Campaign.booking_details.hold_expiration_date_time. Contributes + // to CampaignPrimaryStatus.PAUSED. + BOOKING_HOLD_EXPIRING = 41; + + // The campaign is a campaign with the FIXED_CPM bidding strategy with the + // inventory hold expired. Contributes to CampaignPrimaryStatus.PAUSED. + BOOKING_HOLD_EXPIRED = 42; + + // The campaign is a campaign with the FIXED_CPM bidding strategy that has + // been auto-cancelled. Contributes to CampaignPrimaryStatus.NOT_ELIGIBLE. + BOOKING_CANCELLED = 43; } }
/enums/campaign_primary_status_reason.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।