rozod
    Preparing search index...

    Variable postSponsoredGamesCreateConst Api Param

    postSponsoredGamesCreate: EndpointGeneric<
        {},
        Record<string, never>,
        {
            adName: string;
            bidAmountInRobux: number;
            budgetInRobux: number;
            endDate: string;
            startDate: string;
            targetAgeBracket: 1 | 2 | 4 | 8 | 16;
            targetDeviceType: 1 | 2 | 4 | 8 | 16 | 32;
            targetGender: 1 | 2 | 4;
            universeId: number;
        },
    > = ...

    POST https://adconfiguration.roblox.com/v2/sponsored-games/create Creates a new sponsored game ad with specified input parameters. body Roblox.AdConfiguration.Api.CreateSponsoredGameV2Request