|
|
|
|
- Operating mode of test mode
TestMode (Property) In french: ModeTest
The TestMode property determines if the Ad control displays a test ad.
IF ADV_MyAd.TestMode = False _AND_ ADV_MyAd.AdLoaded = True THEN NbAdViewed = NbAdViewed + 1 END
Syntax
<Result> = <Ad control>.TestMode
<Result>: Boolean - True if the displayed ad is a test ad.
- False otherwise.
<Ad control>: Control name Name of the Ad control to use. Remarks Operating mode of test mode AdMob does not allow application providers to click their own ads or increase the number of ads displayed. The test mode of Ad control is used to display "fake ads" on which the click triggers no income. The test mode is automatically: - enabled when the application is started on the emulator.
- disabled at run time on the phone or on the tablet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|