3

I want to show Google AdMob interstitial ads in my app. The documentation tells:

interstitial = new InterstitialAd(this, MY_INTERSTITIAL_UNIT_ID);

What is MY_INTERSTITIAL_UNIT_ID here?

In AdMob developer console I only can see "Publisher ID". Is Publisher ID the same as MY_INTERSTITIAL_UNIT_ID?

4

1 回答 1

6

是的。它是您的 PublisherID 或 MediationId(如果您使用的是中介)。

于 2013-04-11T12:04:55.817 回答