AdMobで広告を入れる

Use AdMob in your GDevelop games on Android to display ads and reward videos to your players.

1) AdMobアカウントを作成します

AdMobのウェブサイトに行って、アカウントを作成します。 Then, create a new app from the AdMob interface and an ad unit. Note the identifiers for both the app and the ad unit, as they will be used in your game.

Read the detailed instructions here.

未定義

2) GDevelopでAdMobを設定する

Gdevelopで、ゲームのプロパティを開いてあなたのAdMobゲームIDを貼り付けます これはAdMobがあなたのアプリで広告を表示するために必要になります。

未定義

3) イベントから広告を表示させるよう設定する

ゲームにAdMobのイベントを追加して、必要に応じて広告を表示します(例として、レベルを正常に完了したときなど)。 Paste the ad unit identifier into the parameters of the action. You can also enter "test" for loading a test ad.


未定義

4) Androidでゲームを公開する

You can test and publish your game on Android directly from GDevelop. In the editor, open your game and click Publish. Choose Android, click on Package for Android and wait a few minutes.

Read the full tutorial about AdMob here.