---
title: "POST /userprofiles/{+profileId}/sizes"
method: POST
path: "/userprofiles/{+profileId}/sizes"
tags: ["sizes"]
---

# POST /userprofiles/{+profileId}/sizes

`POST /userprofiles/{+profileId}/sizes`

Inserts a new size.

## Path parameters

- `profileId` string, required

## Request body

- Size — Represents the dimensions of ads, placements, creatives, or creative assets.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#size".
  - `id` string, int64 — ID of this size. This is a read-only, auto-generated field.
  - `width` integer — Width of this size. Acceptable values are 0 to 32767, inclusive.
  - `height` integer — Height of this size. Acceptable values are 0 to 32767, inclusive.
  - `iab` boolean — IAB standard size. This is a read-only, auto-generated field.

## 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)
