rozod
    Preparing search index...

    Variable postSponsoredCampaignsCreateConst Api Param

    postSponsoredCampaignsCreate: EndpointGeneric<
        {},
        number,
        {
            campaignName: string;
            campaignTargetId: number;
            campaignTargetType: 0
            | 1
            | 2
            | 3;
            creativeModel: { creativeId: number; creativeType: 0 | 1 | 2 };
            dailyBidAmountInRobux: number;
            endDate: string;
            placementLocation: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128;
            startDate: string;
            targetAgeBracket: 1 | 2 | 4 | 8 | 16;
            targetDeviceType: 1 | 2 | 4 | 8 | 16 | 32;
            targetGender: 1 | 2 | 4;
        },
    > = ...

    POST https://adconfiguration.roblox.com/v2/sponsored-campaigns/create Creates a complete ad. Including ad campaign, ad set, escrow, and the ad. Currently intended for creation of sponsorships only. body Roblox.AdConfiguration.Api.Models.CreateSponsoredCampaignRequest