# Rewarded

**CREATING YIELD GROUP AND YIELD PARTNER**

{% hint style="info" %}
For adding **ADSTER.TECH** under existing yield groups, skip the steps for creating a new yield group, navigate to your existing yield group and follow the steps for **Adding Yield Partner** as\
described in the next section
{% endhint %}

1. Under the “**Delivery**” tab : Click on “**Yield Groups**” section
2. Click on “**New Yield Group**” to create a new yield group
3. In the Name field : Type in “**ADSTER.TECH Rewarded**”
4. Ad Format : **Rewarded**
5. Inventory Type : **Mobile**
6. Under Targeting : Select the Ad Units which "**ADSTER.TECH**" will target
7. Scroll to the bottom

**ADDING YIELD PARTNER**

1. Click on “**Add Yield Partner**”
2. Select “**ADSTER.TECH**” from the list
3. Integration Type: **Custom Event**
4. Platform: **Android**
5. Status: **Active**
6. Default CPM: 10 (in USD, this is a test setup pricing to ensure Ads from Adster adapter always comes)
7. Select/Check “**Override Dynamic CPM**”
8. Label: "**Adster\_Rewarded\_10"**
9. Class Name : <mark style="color:green;">**`com.adster.ads.mediation.adapter.AdSterMediationAdapter`**</mark>
10. Parameter: Pass the **tag name** provided by the Account Manager&#x20;

    ```json
    Example:
    {
      "placement_id": "adster_rewarded_test",
      "yield_group_bid_price_range": "10.0-10.0"
    }
    ```
11. Click on “**Save**” and save the configuration.
12. The actual number of entries, manual eCPM, etc. will be shared after the test setup is complete.

The above setup completes our **Adster.Tech x GAM** integration for **Rewarded Ads**.  You should see an Ad like this if the test setup is complete and working fine.

<figure><img src="/files/bw0dGqvgEJGBIZ8gpx54" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Official Google Documentation for creating a Yield Group :\
<https://support.google.com/admanager/answer/7390828?hl=en>
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ca-docs.adster.tech/custom-adapter-integration/unity-android/google-ad-manager/rewarded.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
