rozod
    Preparing search index...

    Variable getSponsoredGamesConst Api Param

    getSponsoredGames: EndpointGeneric<
        {
            includeReportingStats?: boolean;
            isArchived?: boolean;
            pageCursor?: string;
            universeId: number;
        },
        {
            nextPageCursor: string;
            previousPageCursor: string;
            sponsoredGames: {
                adId: number;
                adName: string;
                adSetId: number;
                adSetStatus: 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6;
                adStatus: 0 | 1 | 2 | 3 | 4;
                bidAmountInRobux: number;
                budgetInRobux: number;
                campaignTargetId: number;
                campaignTargetType: 0 | 1 | 2 | 3;
                clickConversions: number;
                creativeTargetId: number;
                creativeType: 0 | 1 | 2;
                creativeUrl: string;
                endDate: string;
                impressionConversions: number;
                startDate: string;
                targetAgeBracket: 1 | 2 | 4 | 8 | 16;
                targetDeviceType: 1 | 2 | 4 | 8 | 16 | 32;
                targetGender: 1 | 2 | 4;
                totalClicks: number;
                totalConversions: number;
                totalImpressions: number;
                totalSpendInRobux: number;
            }[];
        },
        undefined,
    > = ...

    GET https://adconfiguration.roblox.com/v2/sponsored-games Gets a page of Roblox.AdConfiguration.Api.SponsoredGameV2Model with specified input parameters. universeId The universe id of the ad campaign. includeReportingStats Indicates whether to include reporting stats in the response. isArchived Indicates whether to retrieve archived ads. pageCursor The cursor of the page to retrieve.