你好我正在用admob,JumpTap,Mobclix和InMobi实现flurry中介。 乱舞调解文件说,
To implement an Ad Network you must perform the following steps:
1. Include the Ad Network Android SDK with your app and add it to the build path. Follow the
instructions from the Ad network on how to complete this step.
2. Create the proper “activity” and “meta-data” tags in AndroidManifest.xml
a. the first meta-data tag instructs the SDK about how to find the API_KEY
b. the second meta-data tag instructs the SDK whether to request test ads
3. Add your API_KEY in strings.xml
这是否意味着我需要为adMob,JumpTap,Mobclix和InMobi等每个广告网络提供API密钥。
或flurry中介提供的相同api密钥?
我很困惑,如果我们需要将每个广告网络的密钥与他们的sdk一起使用,那么flurry中介的用途是什么?
任何人都可以解释一下吗?
抱歉我的英语。答案 0 :(得分:1)
只需将其粘贴到您的清单
即可<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
在你的布局文件中
<com.google.ads.AdView
android:id="@+id/adview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="Your app ID"
ads:loadAdOnCreate="true"
android:layout_below="@+id/advertRl"
ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID"
/>
答案 1 :(得分:0)
要展示广告,您需要在管理设置中使用admob.com上提供的appId。