i want to create DFP native unit id for my android app. I searched alot but unable to find best way to create working dfp native unitId . if someone know then please help me
2 Answers
Detail implementation of native ads for DFP is described here : https://codelabs.developers.google.com/codelabs/drx-custom-rendering-android/#0
and
https://developers.google.com/mobile-ads-sdk/docs/dfp/android/native
DFP is best for showing native ads, and the time taken to reflect the changes on the client side is like 3-5minutes, which is amazing.

- 719
- 6
- 11
If you want to test your implementation you can use /6499/example/native
which will always return an ad for standard native ad formats (standard content or install ads) and a sample custom ad format with id 10063170
. See Docs.
If you want to create a new one it's a little complicated, but there are instructions here. Basically you have to log into your Google Doubleclick for Publishers account and go to "Inventory" and look for "New Ad Unit".

- 471
- 6
- 14