Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ShowAdResult

Result codes returned by AdService:ShowRewardedVideoAdAsync() indicating whether a rewarded video ad completed successfully or why it did not.

Items 6

HistoryNameValueDescription
657ShowCompleted1

The ad was successfully shown to completion.

657AdNotReady2

You are trying to show a full-screen ad before the ad has fully loaded. You might have failed to properly fetch the ad, or the ad might have expired.

657AdAlreadyShowing3

You are trying to show a full-screen ad while another full-screen ad is already playing.

657InternalError4

An unspecified internal error occurred. Try showing the ad again.

657ShowInterrupted5

The ad view of the user has been interrupted. The user might have closed the ad view or left the experience, and should not receive a reward.

661InsufficientMemory6

The device does not have sufficient video memory available to display the ad.

Removed items 3

HistoryNameValue
657ExperienceIneligible1
657NotShown2
657PlayerIneligible0

Description

Result codes returned by AdService:ShowRewardedVideoAdAsync() indicating whether a rewarded video ad completed successfully or why it did not.

History 16

Settings