Test your implementation
As our algorithm works with personified targeting, you may not receive any ad while testing your application. In this case we provide a way for you to test by using a test Ad unit id. This one will always receive test ads when calling the Ogury SDK.
You can suffix your Ad unit id in your yield group with
_test
.- Click on Delivery > Yield groups in the left-menu of your GAM dashboard, and select the group where Ogury is configured.
.png?alt=media&token=1bf93a1b-cac7-4e7a-a13f-1add0b705386)
- Click on
Ogury
yield partner.

- Add
_test
suffix to the value following the "ad_unit_id" in the Parameter:- Example: replace
"012345678-abcd-abcd-0123456789ab"
by"012345678-abcd-abcd-0123456789ab_test"
.png?alt=media&token=12e5196e-f67d-431a-b8c5-dfb3825ef7d8)
Make sure to remove
_test
suffix from the Ad unit id before pushing your application to any store.This is the preferred way to test your implementation if you are behind a VPN.
Last modified 1yr ago