> For the complete documentation index, see [llms.txt](https://ca-docs.adster.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ca-docs.adster.tech/custom-adapter-integration/unity-ios/google-ad-manager/native.md).

# Native

**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 Native**”
4. Ad Format : **Native**
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\_Native\_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_native_test",
      "yield_group_bid_price_range": "0.08-0.12"
    }
    ```
11. Click on “**Save**” and save the configuration.
12. The actual number of entries, manual eCPM, etc. will be shared once the test setup is complete.

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

<figure><img src="/files/yQPIZDKIpAHeFmZKQKIh" 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
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://ca-docs.adster.tech/custom-adapter-integration/unity-ios/google-ad-manager/native.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.
