# AddPlacementToView

### Overview <a href="#markdown-header-overview" id="markdown-header-overview"></a>

Adds placement with given name to view and re-enables placement auto-reload if was set before. There is no need to call this after `CreatePlacement`.

### Syntax <a href="#markdown-header-syntax" id="markdown-header-syntax"></a>

```csharp
AddPlacementToView(placementName)
```

placementName **(REQUIRED)**

*string* Unique name of placement. The same name will be used in addapptr.com account.

**returns&#x20;*****void***

### Examples <a href="#markdown-header-examples" id="markdown-header-examples"></a>

```csharp
AddPlacementToView("BannerPlacement");
```
