---
title: "Creates a new sponsored game ad with specified input parameters."
method: POST
path: "/v2/sponsored-games/create"
tags: ["Advertising"]
---

# Creates a new sponsored game ad with specified input parameters.

`POST /v2/sponsored-games/create`

## Request body

- RobloxAdConfigurationApiCreateSponsoredGameV2Request — A request model for creating a sponsored game
  - `universeId` integer — The target universe id
  - `targetGender` 1 | 2 | 4 — Targeting gender(s) of the ad set ['Undefined' = 1, 'Male' = 2, 'Female' = 4]
  - `targetAgeBracket` 1 | 2 | 4 | 8 | 16 — Targeting age bracket(s) of the ad set ['Undefined' = 1, 'AgeUnder13' = 2, 'Age13OrOver' = 4, 'Age13To16' = 8, 'Age17OrOver' = 16]
  - `budgetInRobux` integer — The budget in Robux
  - `startDate` string, date-time — The start date of the ad set
  - `endDate` string, date-time — The end date of the ad set
  - `targetDeviceType` 1 | 2 | 4 | 8 | 16 | 32 — Targeting device type(s) of the ad set ['Undefined' = 1, 'Computer' = 2, 'Phone' = 4, 'Tablet' = 8, 'Console' = 16, 'VR' = 32]
  - `adName` string — The name of the Ad
  - `bidAmountInRobux` integer — The bid amount of the Ad in Robux

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 2: Daily budget is lower than minimum allowed. 3: Total budget must be greater than 0. 4: Ad name cannot be empty. 5: Start date must not be a future date. 6: End date must be a future date. 7: Start date must be earlier than end date. 8: Total budget does not match daily spend and number of days being scheduled 9: Cannot load the universe for the specified universe id. 11: Invalid target age bracket. 12: Invalid target gender. 13: Invalid target device type. 14: Invalid ad set id. 15: Ad name cannot exceed 255 characters. 16: Insufficient Robux balance. 17: Name has already been taken. 18: Daily budget is higher than maximum allowed. 19: Invalid group id. 20: Number of days scheduled exceeded maximum days allowed. 21: Your experience is currently not eligible for advertising. 22: Invalid campaign target ID. 23: Invalid campaign target type. 24: Invalid creative ID. 25: Invalid creative type. 28: Total budget must be campaign duration * daily bid 29: The target is not eligible for new campaigns 30: Invalid user ID
- `401` — 0: Authorization has been denied for this request. 10: Insufficient permissions.
- `403` — 0: Token Validation Failed
- `500` — 0: An unknown error occurred. 31: Internal server error
- `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)
