> For the complete documentation index, see [llms.txt](https://aatkit.gitbook.io/aatkit-unity-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-unity-integration/other/reference/aatkitbinding/methods/settargetinginfo-for-placement.md).

# SetTargetingInfo (for placement)

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

Sets the targeting information for the given placement.

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

```csharp
void SetTargetingInfo(placementName, info)
```

placementName **(REQUIRED)**

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

info **(REQUIRED)**

*Dictionary\<string, List\<string>>* Map with targeting information.

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

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

```csharp
SetTargetingInfo("BannerPlacement" targetingInfo);
```
