We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to place the MEDIUM_RECTANGLE Banner ad into my code and It is showing smart banner ad and its comming into center place
i am using IONIC Capacitor
const showTabBarBanner = () => { const options: AdOptions = { adId: 'ca-app-pub-XXX/XXX', adSize: AdSize.MEDIUM_RECTANGLE, position: AdPosition.CENTER, }; // Show Banner Ad AdMob.showBanner(options) .then( async (value: any) => { await Toast.show({ text: '' }) }, (error: any) => { console.error(error); // show error } ); // Subscibe Banner Event Listener AdMob.addListener('onAdLoaded', async (info: boolean) => { console.log('Showing TabBar Banner AD.'); }); }
I want to show 300x250 ad into my content. can you please help me on this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried to place the MEDIUM_RECTANGLE Banner ad into my code and It is showing smart banner ad and its comming into center place
i am using IONIC Capacitor
I want to show 300x250 ad into my content. can you please help me on this.
The text was updated successfully, but these errors were encountered: