Alfonso Payra
Alfonso Payra

Reputation: 73

admob native ads will be shown?

i have been trying to implement Native Ads from admob.

I got some sample code from Github. I tried to implement this code, and the demo code works fine. The native ads show up properly.

I then created my own Admob account and obtained an Ad Unit ID. The previous demo code for native ad did not work with this id, and I got an error with error code 0 although my created Ad Unit ID works fine for banner type ads.

Are this native ads still in beta?? when are they supposed to be out for the common developer?

Upvotes: 4

Views: 1839

Answers (3)

Codebug
Codebug

Reputation: 21

I am getting the exact same error. I implemented native ad code from the example given in git hub. Now I am always getting error code '0' .

Funny thing . When I replace My ad unit Id with the ad_unit_id given in Example.

Ads is displaying in my APP. So it is Clear that my implementation is Correct.

There is some problem with admob ad unit. Its been 18 hour since I created it, I am still getting error with my ad_unit. If it is ad_unit activation problem then , How would I know it is ready or not , or i have to create some other new ad_unit.

Upvotes: 0

Geme
Geme

Reputation: 111

Helllom I have the same problem but I dont think the real problem be the space. I'm not sure but maybe Native Ads Advanced are still in beta. I try the same code with the Ad Unit ID from admob's example and it works fine. You can try the examples code with your ad units but it doesnt work for me.

Upvotes: 3

Berat Cevik
Berat Cevik

Reputation: 1958

What happens to me every time I create an Admob banner ad, it takes a while to appear. So i think you should check again in an hour. I'm guessing Google is processing ad unit id and this is taking some time.

Also, they're not in beta. You should be able to use them. If you still cannot see real ads, post your code and I'll take a look at it.

I hope this helps.

Upvotes: 1

Related Questions