Rewarded Video Implementation - Manually Created UI - one click experience
This page shows a Button that will trigger rewarded video if there is fill or continue with desired user experience if no fill.
- Notes:
- Rewarded Video Product does not currently include Ramp House Ads Support.
- Attach ?pw_test_ads=true; to the end of the URL to force test ads.
- Attach ?google_sample_tag=blank; to the end of the URL to force no fill
- Rewarded Video .showRewardedVideoModal() should only be called when rewardedAdVideoRewardReady event is triggered.
- rewardedAdVideoRewardReady is only triggered if there was an ad available when the request was made to the ad server
- showRewardedVideoModal method will throw these errors:
- Cannot read properties of undefined (reading 'slots') if called before ramp is ready
- Cannot read properties of undefined (reading 'showRewardedVideoModal') if called without rewardedAdVideoRewardReady event.
placeholder example (will be replaced by environment variables in the deployment pipeline. see: envsubst) site_id: ${SITE_ID} pub_id: ${PUB_ID} paywire_tag_url: ${PLAYWIRE_TAG_URL}