這一頁列出了所有用於處理贊助活動的 HTTP API。 旧版 API 使用 cookie 認證的過時 API 可能會在未通知的情況下進行重大變更。我們不建議在生產應用程序中使用它們。 廣告配置 v2 基本網址https://adconfiguration.roblox.comGET/v2/sponsored-campaigns獲取一頁指定輸入參數的 Roblox.AdConfiguration.Api.SponsoredCampaignModel。GET/v2/sponsored-campaigns/eligible-asset-type-ids獲取所有符合贊助條件的資產類型 ID。GET/v2/sponsored-campaigns/multi-get-can-user-sponsor檢查目標是否符合贊助條件,以及用戶是否有權贊助這些目標。GET/v2/sponsored-games獲取指定輸入參數的 Roblox.AdConfiguration.Api.SponsoredGameV2Model 的一頁。GET/v2/sponsored-games/universes獲取授權用戶或者指定群組的宇宙列表,按最近創建的贊助遊戲廣告排序。POST/v2/sponsored-campaigns/create創建完整的廣告,包括廣告活動、廣告集、保證金和廣告。 目前僅用於贊助的創建。POST/v2/sponsored-campaigns/eligible-campaign-targets返回用戶有權贊助的 Roblox.AdConfiguration.Api.Models.CampaignTargetModel 集合,按最近廣告排序POST/v2/sponsored-campaigns/stop停止運行的贊助活動 / 廣告(廣告集)。由用戶觸發。POST/v2/sponsored-games/create使用指定輸入參數創建新的贊助遊戲廣告。POST/v2/sponsored-games/stop停止一個贊助遊戲廣告(廣告集)的運行,由用戶觸發。Models