rozod
    Preparing search index...

    Variable getSponsoredCampaignsConst Api Param

    getSponsoredCampaigns: EndpointGeneric<
        {
            campaignTargetId: number;
            campaignTargetType: 0
            | 1
            | 2
            | 3;
            includeReportingStats?: boolean;
            isArchived?: boolean;
            pageCursor?: string;
        },
        {
            nextPageCursor: string;
            previousPageCursor: string;
            sponsoredCampaigns: {
                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;
                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-campaigns Gets a page of Roblox.AdConfiguration.Api.SponsoredCampaignModel with specified input parameters. campaignTargetType The campaign target type enum value campaignTargetId The id of the campaign target 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. If empty, fetches the first page