---
title: "POST /studio/creatives"
method: POST
path: "/studio/creatives"
tags: ["studioCreatives"]
---

# POST /studio/creatives

`POST /studio/creatives`

Inserts a new studio creative.

## Request body

- StudioCreative — *Beta:* This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains studio creative information.
  - `status` 'UNKNOWN_STATUS' | 'IN_DEVELOPMENT' | 'PUBLISHED' | 'QA_REJECTED' | 'QA_APPROVED' | 'TRAFFICKED' — Output only. Status of this studio creative. It is a read-only field.
  - `name` string — Identifier. Name of this studio creative. This is a required field on insertion.
  - `studioAdvertiserId` string, int64 — Studio advertiser ID of this studio creative. This is a required field on insertion.
  - `format` 'UNKNOWN' | 'BANNER' | 'EXPANDING' | 'INTERSTITIAL' | 'VPAID_LINEAR_VIDEO' — Format of this studio creative. This is a required field on insertion.
  - `dynamicProfileId` string, int64 — Dynamic profile ID of this studio creative.
  - `backupImageAssetId` string, int64 — Backup image asset ID of this studio creative. It is a required field on insertion.
  - `assetIds` string[] — List of assets associated with this studio creative. It is a required field on insertion.
  - `studioAccountId` string, int64 — Studio account ID of this creative. This field, if left unset, will be auto-populated.
  - `studioCampaignId` string, int64 — Studio campaign ID of this studio creative. This is a required field on insertion.
  - `createdInfo` LastModifiedInfo — Modification timestamp.
    - `time` string, int64 — Timestamp of the last change in milliseconds since epoch.
  - `lastModifiedInfo` LastModifiedInfo — Modification timestamp.
    - `time` string, int64 — Timestamp of the last change in milliseconds since epoch.
  - `id` string, int64 — Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.
  - `dimension` StudioCreativeDimension — Dimension information for a studio creative.
    - `width` integer — Width of the studio creative.
    - `height` integer — Height of the studio creative.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dfareporting.md) · [All operations](https://skmtc.net/google/apis/dfareporting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dfareporting/revisions/8163d57aeb31/schema)
