> For the complete documentation index, see [llms.txt](https://aatkit.gitbook.io/aatkit-ionic-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aatkit.gitbook.io/aatkit-ionic-integration/other/reference/functions/createplacement.md).

# createPlacement

#### createPlacement(...)

```typescript
createPlacement(options: { placementName: string; placementSize: string; }) => Promise<void>
```

Creates placement with given name and size and adds it to the view.

| Param         | Type                                                | Description                                                                                                                                                               |
| ------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`options`** | `{ placementName: string; placementSize: string; }` | object containing placement name and its size. Possible values of the size: "Fullscreen", "Banner320x53", "Banner320x50", "Banner768x90", "Banner300x250", "Banner468x60" |
