# Native

**CREATING CUSTOM EVENTS FOR WATERFALL**

1. Under the **Mediation** tab : Click on **Create Mediation group** section
2. Select **Android** and type of Ad format and Continue
3. In the Name field : Type in **ADSTER.TECH** Native
4. Click on **Add ad units**
5. Select the app and the Ad units that you want to use custom targeting on.

**AD SOURCES (WATERFALL SECTION)**

1. Click on **Add Custom Event**
2. Name the label: Adster\_Native\_10
3. Manual eCPM: Give 10 (in USD) as the value in the **ECPM -** this is a test setup pricing to ensure Ads from Adster adapter always come
4. Now Click on **Add Mapping**
5. You will see the adunit that you have selected before and Custom event with **Add Mapping**
6. **Mapping Name** : Adster\_Native\_10
7. Class name should be <mark style="color:green;">`com.adster.ads.mediation.adapter.AdSterMediationAdapter`</mark> Ensure the class name is an exact match like in bold.
8. For the **Parameter** Pass the parameter provided by the Account Manager Eg:-

   ```json
   Example:
   {
     "placement_id": "adster_native_test",
     "yield_group_bid_price_range": "10.0-10.0"
   }
   ```
9. Click on “**Save**” and save the configuration.
10.

```
<figure><img src="https://35306369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPe5s2iiW8knWj0Tius22%2Fuploads%2FAc9YHN2Q8cy62UmIN5lW%2Fimage.png?alt=media&#x26;token=ac5914a6-d037-48ae-8067-dae7f3c83f86" alt=""><figcaption></figcaption></figure>
```

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

{% hint style="info" %}
Official Google Documentation for creating a custom event :\
<https://support.google.com/admob/answer/13407144>
{% endhint %}
