AdMob
Display AdMob advertisements, including banner ads, full-screen ads, and reward ads, to monetize your mobile application and enhance user engagement.
Recommended Setup:
Use this action to serve ads at appropriate moments, such as at page load, after completing tasks, or between app transitions.

Steps:
Go to the Workflow tab and select the event trigger
Example triggers include page load, button clicks, or after completing a user action.
Add the AdMob action
Drag the action into your selected workflow.
Configure the following properties:
Ad Type: Choose the type of ad to display:
banner
: For static banner ads displayed at the top or bottom of the screen.fullScreen
: For immersive, full-screen ads that appear during transitions or breaks.rewards
: For reward-based ads, where users earn incentives for viewing.
Ad ID: Enter the AdMob ad unit ID for the selected ad type.
Callback Data
State: The callback response from
fullScreenAd
orrewardsAd
is stored in the init-webtonative's element states Ad Mob Response Fullscreen and Ad Mob Response Rewards.Access: Use these states in subsequent workflows to check ad status or handle user interactions (e.g., granting rewards).
Last updated
Was this helpful?