This page lists all HTTP APIs for working with sponsored campaigns. Legacy APIs Legacy APIs with cookie authentication can incorporate breaking changes without notice. We don't recommend them for production applications. Ad configuration v2 URL หลักhttps://adconfiguration.roblox.comGET/v2/sponsored-campaignsGets a page of Roblox.AdConfiguration.Api.SponsoredCampaignModel with specified input parameters.GET/v2/sponsored-campaigns/eligible-asset-type-idsGet all asset type IDs that are eligible to be sponsored.GET/v2/sponsored-campaigns/multi-get-can-user-sponsorChecks whether the targets are eligible for sponsorship, and if the user is authorized to sponsor the targets.GET/v2/sponsored-gamesGets a page of Roblox.AdConfiguration.Api.SponsoredGameV2Model with specified input parameters.GET/v2/sponsored-games/universesGets a list of universes for the authenticated user, or the given group, ordered by most recently created sponsored game ads.POST/v2/sponsored-campaigns/createCreates a complete ad. Including ad campaign, ad set, escrow, and the ad. Currently intended for creation of sponsorships only.POST/v2/sponsored-campaigns/eligible-campaign-targetsReturns a collection of Roblox.AdConfiguration.Api.Models.CampaignTargetModel that the user is authorized to sponsor, ordered by most recently advertisedPOST/v2/sponsored-campaigns/stopStops a sponsored campaign / ad (ad set) from running. Initiated by a user.POST/v2/sponsored-games/createCreates a new sponsored game ad with specified input parameters.POST/v2/sponsored-games/stopTo stop a sponsored-game ad (ad set) from running, initiated by a user.