Admob integration

Dear,

I was thinking in put a admob banner at the bottom of the app. But I’m quite lost.

Is it possible? Do you have an example?

Thanks You,

Hi @Pere_Rubi

Welcome to the community and thanks for trying Backendless!
Could you please provide more details?
Do you use our UIBuilder designer?
do you want to add an iframe or some kind of library?

Regards, Vlad

Dear Vladimir,

Yes, I’m using UI Builder.
Just must appear a banner in the sticky bottom of the mobile.
Iframe it’s ok, or another way. The easiest.

Thanks You

just add a Block with class “my-ads-block” to the page and put an Ifrrame component in it

then in the Theme section add a new app extension with the following:

.my-ads-block{
position:fixed;
height:80px;
bottom:0;
left:0;
right:0;
}