#AdditionalRes: C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
Dim mwAdInterstitial As mwAdmobInterstitial
mwAdInterstitial.Initialize("mwadi","xxxxxxxx"
mwAdInterstitial.LoadAd
Sub mwadi_AdLoaded
Log("ad loaded")
ToastMessageShow("Pubblicità caricata. Clicca per vederla", True): DoEvents: DoEvents
End Sub
Sub mwadi_AdFailedToLoad (ErrorCode As String)
ToastMessageShow("Errore pubblicità. Codice errore " & ErrorCode, True): DoEvents: DoEvents
End Sub
mwAdInterstitial.Show
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="16"/>
android:installLocation="preferExternal"
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
'<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:largeHeap,"true")
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
'admob interstitial
AddApplicationText(
<meta-data android:name="com.google.android.gms.version"
android:value = "@integer/google_play_services_version"/>
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
)
log("mwAdInterstitial.Status=" & mwAdInterstitial.Status)
log("mwAdInterstitial.Status_AdReadyToShow=" & mwAdInterstitial.Status_AdReadyToShow)
Ad esempio, io ho messo come id code, il numero AdMob che avevo messo sulla mia app Pensieri d'amore (che da quando l'ho pubblicata mi ha fruttato 0.18€ per solamente un click).
Sub mwadi_AdFailedToLoad (ErrorCode As String)
ToastMessageShow("Errore pubblicità. Codice errore " & ErrorCode, True): DoEvents: DoEvents
End Sub
Quindi?
- Come posso ricevere gli annunci CPM o interstitial?
Attualmente siamo in grado di offrire banner CPM e interstitial solo a un gruppo selezionato di publisher. Questi publisher vengono scelti in base al loro rendimento sulla nostra rete CPC e ad altri fattori correlati alla domanda degli inserzionisti.
Il team di Google AdMob si rivolgerà direttamente a te se la tua applicazione si qualifica per gli annunci CPM o interstitial.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?