vungle-v4.init()

Type Function
Return value none
Revision Release 2024.3703
Keywords ads, advertising, vungle
See also vungle-v4.show()
vungle-v4.*

Overview

vungle-v4.init() initializes the Corona ads library by specifying the name of the ad network service provider and the application identifier.

Once the ads library is initialized, you can request an ad using vungle-v4.show().

Syntax

vungle-v4.init( providerName, appId [, adListener] )
providerName (required)

String. String value for the provider name. For Vungle, use "vungle".

appId (required)

String. String containing the app ID.

adListener (optional)

Listener. The function or table that will handle ad lifecycle events from the Vungle plugin. Vungle notifies you of the following events:

adStart

name "adsRequest"
provider "vungle"
type "adStart"
isError false if an ad started playing; true if an ad could not be played
response reason why ad could not be played if isError is true

adView

name "adsRequest"
provider "vungle"
type "adView"
isError false
totalAdSeconds the total length of the video in seconds
secondsWatched the length of the longest view by the user, in seconds
isCompletedView true if the user watched 80% of the video; false otherwise

adEnd

name "adsRequest"
provider "vungle"
type "adEnd"
isError false
wasCallToActionClicked true if the user clicked on the call-to-action (usually "Download"); false otherwise

cachedAdAvailable

name "adsRequest"
provider "vungle"
type "cachedAdAvailable"
isError false