---
title: "Gets a page of Roblox.AdConfiguration.Api.SponsoredGameV2Model with specified input parameters."
method: GET
path: "/v2/sponsored-games"
tags: ["Advertising"]
---

# Gets a page of Roblox.AdConfiguration.Api.SponsoredGameV2Model with specified input parameters.

`GET /v2/sponsored-games`

## Query parameters

- `universeId` integer, required
- `includeReportingStats` boolean
- `isArchived` boolean
- `pageCursor` string

## Response `200`

OK

- RobloxAdConfigurationApiGetSponsoredGamesResponse — A response model for retrieving a page of Roblox.AdConfiguration.Api.SponsoredGameV2Model.
  - `sponsoredGames` RobloxAdConfigurationApiSponsoredGameV2Model[] — A collection of Roblox.AdConfiguration.Api.SponsoredGameV2Model.
    - `adId` integer — The id of the ad
    - `adSetId` integer — The id of the ad set
    - `adName` string — The name of the Ad
    - `adStatus` 0 | 1 | 2 | 3 | 4 — The status of the ad ['Undefined' = 0, 'Draft' = 1, 'PendingApproval' = 2, 'Approved' = 3, 'Moderated' = 4]
    - `creativeType` 0 | 1 | 2 — The type of the creative associated with the Ad ['Undefined' = 0, 'Image' = 1, 'Video' = 2]
    - `creativeTargetId` integer — The target id of the creative associated with the Ad
    - `creativeUrl` string — The Url of the creative
    - `bidAmountInRobux` integer — The bid amount of the Ad in Robux
    - `budgetInRobux` integer — The budget of the ad set in Robux
    - `adSetStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6 — The status of the ad set ['Undefined' = 0, 'Draft' = 1, 'Scheduled' = 2, 'Running' = 3, 'Paused' = 4, 'Stopped' = 5, 'Completed' = 6]
    - `startDate` string, date-time — The start date of the ad set
    - `endDate` string, date-time — The end date of the ad set
    - `targetGender` 1 | 2 | 4 — The target gender of the ad set ['Undefined' = 1, 'Male' = 2, 'Female' = 4]
    - `targetAgeBracket` 1 | 2 | 4 | 8 | 16 — The target age bracket of the ad set ['Undefined' = 1, 'AgeUnder13' = 2, 'Age13OrOver' = 4, 'Age13To16' = 8, 'Age17OrOver' = 16]
    - `targetDeviceType` 1 | 2 | 4 | 8 | 16 | 32 — The target device type of the ad set ['Undefined' = 1, 'Computer' = 2, 'Phone' = 4, 'Tablet' = 8, 'Console' = 16, 'VR' = 32]
    - `campaignTargetType` 0 | 1 | 2 | 3 — The target type of the campaign ['Undefined' = 0, 'Universe' = 1, 'Asset' = 2, 'ImmersiveAd' = 3]
    - `campaignTargetId` integer — The target id of the campaign
    - `totalSpendInRobux` integer — The total spend of the ad set in Robux
    - `totalImpressions` integer — The total number of impressions generated by the ad
    - `totalClicks` integer — The total number of clicks generated by the ad
    - `totalConversions` integer — The total number of conversions generated by the ad
    - `impressionConversions` integer — The number of conversions by ad impression generated by the ad
    - `clickConversions` integer — The number of conversions by ad click generated by the ad
  - `previousPageCursor` string — The cursor for retrieving the previous page, if present.
  - `nextPageCursor` string — The cursor for retrieving the next page, if present.

## Other responses

- `400` — 9: Cannot load the universe for the specified universe id. 9: Cannot load the universe for the specified universe id.
- `401` — 0: Authorization has been denied for this request.
- `503` — 1: This feature is disabled.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
