> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-console/offer-wall/setting-up-an-existing-app/setting-up-placements/specifying-general-placement-settings.md).

# Specifying General Placement Settings

General placement settings control the name, status, layout, and virtual currency associated with the placement. Configure general placement settings from the **Placement Details** screen.

<div align="left" data-with-frame="true"><img src="/files/uuQBwm0MyKYWAZqpGT1k" alt="" width="563"></div>

## Naming a Placement

To name a placement, enter a name in the **Name** field on the **Placement Details** screen.

{% hint style="info" %}
The placement Name is the same value as `placement_id` in the [DT Offer Wall REST API](/dt-offer-wall/offer-wall-rest-api-integration.md). If you update the placement Name, also update the `placement_id` parameter in `feed/v2/offers`, or the request falls back to the default placement.
{% endhint %}

## Activating or Deactivating a Placement

Placement status determines whether your app receives ad traffic.

To activate or deactivate a placement:

1. From the **General** section of the **Placement Details** screen, select one of the following **Placement Status** options.

<table><thead><tr><th width="210.16796875">PLACEMENT STATUS OPTION</th><th>PLACEMENT BEHAVIOR</th></tr></thead><tbody><tr><td><code>INACTIVE</code></td><td>The placement is disabled and does not receive traffic. Offer Wall reports do not include data for inactive placements.</td></tr><tr><td><code>ACTIVE</code></td><td>The placement is immediately live and is able to receive traffic. Offer Wall reports include data only for active placements.</td></tr></tbody></table>

2. Click **Save**.\
   A message confirms the update.

## Setting a Layout

{% hint style="info" %}
This setting is only available on iOS devices.
{% endhint %}

You can apply a tab layout that filters offers by their difficulty ranking and reward level.

To set your layout:

1. From the **General** section of the **Placement Details** screen, select one of the following **Tabs** options.

<table><thead><tr><th width="160.25390625">TABS OPTION</th><th>UI</th></tr></thead><tbody><tr><td><code>DISABLED</code></td><td>The placement uses the default layout that lists all offers regardless of difficulty or reward.</td></tr><tr><td><code>ENABLED</code></td><td>The placement sorts offers into two tabs: easy offers and high-reward offers.</td></tr></tbody></table>

2. Click **Save**.\
   A message confirms the update.

## Setting iOS Web Offer Wall Support

To set iOS Web Offer Wall Support:

1. From the **General** section of the **Placement Details** screen, select one of the following **Web Offer Wall Support** options.

<table><thead><tr><th width="155.41015625">WEB OFFER WALL SUPPORT OPTION</th><th>UI</th></tr></thead><tbody><tr><td><code>DISABLED</code></td><td>The Web iOS Web Offer Wall is not available.</td></tr><tr><td><code>ENABLED</code></td><td>The Web iOS Offer Wall appears on a web-based browser.</td></tr></tbody></table>

2. A pop-up confirmation window appears; click **Enable**.
3. Click **Save**.

{% hint style="success" %}
DT recommends running an A/B test to compare and benchmark the Web Offer Wall performance before a full rollout. For more information, see [Placement A/B Test](/dt-offer-wall/task-specific-guides/placement-a-b-testing.md).
{% endhint %}

## Enabling Turbo's Vault

Turbo's Vault is a gamification feature that increases user engagement by rewarding return users with daily rewards of coins and vouchers. Users can use the coins to play a mini-game for additional chances to win vouchers, extra turns, or more coins. Users can apply vouchers to increase rewards on offers.

To enable Turbo's Vault:

1. From the **General** section of the **Placement Details** screen, select one of the following **Turbo Vault** options.

<table><thead><tr><th width="164.8046875">TURBO VAULT OPTION</th><th>UI</th></tr></thead><tbody><tr><td><code>DISABLED</code></td><td>The placement is not presented as part of Turbo's Vault games and rewards for daily users.</td></tr><tr><td><code>ENABLED</code></td><td>The placement is presented as part of Turbo's Vault games and rewards for daily users.</td></tr></tbody></table>

2. Click **Save**.\
   A message confirms the update.

{% hint style="success" %}

* If the **Turbo Vault** options are not visible in your placement settings, contact your DT Account Manager.
* DT recommends running an A/B test to compare and benchmark Turbo's Vault performance on 10% of users before a full rollout. For more information, see [Placement A/B Test](/dt-offer-wall/task-specific-guides/placement-a-b-testing.md).
  {% endhint %}

## Setting a Virtual Currency

The virtual currency is the currency in which your app rewards users for completing offers. The virtual currency also displays in the default banner for the Offer Wall UI.

To specify a virtual currency for a placement:

1. From the **General** section of the **Placement Details** screen, select a virtual currency from the **Virtual Currency** drop-down.

{% hint style="success" %}
The virtual currency you select automatically updates the default banner and buttons in the UI preview.
{% endhint %}

## Setting Custom Exchange Rates

Your default placement specifies a worldwide exchange rate that applies to all placements. To encourage user engagement, you can set country-specific exchange rates that take precedence over the worldwide exchange rate.

Set all exchange rates in the **Exchange rate per country** area of the **Placement Details** screen.

### Adding an Exchange Rate Entry

To encourage user engagement in specific geographical regions, you can set a specific virtual currency exchange rate by country (or countries). You can only apply one exchange rate per country.

To add an exchange rate for a country:

1. In the **Exchange rate per country** area, click **Add Entry**.
2. From the **Country** drop-down, select the country or countries for which you want to specify a specific exchange rate.
3. Enter the exchange rate.
4. Click **Save**.\
   A message confirms the update.

### Modifying Exchange Rate Entry

To modify an existing exchange rate entry:

1. In the **Exchange rate per country** area, enter the desired exchange rate.
2. From the **Country** drop-down, select the countries for this exchange rate.
3. Click **Save**.\
   A message confirms the update.

### Deleting an Exchange Rate Entry

You can only delete exchange rates that you have applied to specific countries. When you delete an exchange rate entry or remove a country from an exchange rate entry, the default worldwide exchange rate applies to the deleted country. You cannot delete the default worldwide exchange rate.

To delete an exchange rate entry:

1. In the **Exchange rate per country** area, click the red × at the end of the row for the rate entry you want to delete.
2. Click **Save**.\
   A message confirms the update.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digitalturbine.com/dt-console/offer-wall/setting-up-an-existing-app/setting-up-placements/specifying-general-placement-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
