ADOP
SDK 설치
api 'com.google.android.gms:play-services-ads:24.8.0'AndroidManifest.xml 설정
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/>네이티브 광고 추가설정
<?xml version="1.0" encoding="utf-8"?>
<com.igaworks.ssp.part.nativead.AdPopcornSSPNativeAd
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/adpopcorn_native_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<!-- AdMob or GAM or ADOP or AdForus -->
<com.google.android.gms.ads.nativead.NativeAdView
android:id="@+id/admob_unified_native_ad_view"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<include layout="@layout/admob_native_ad_unit_layout"/>
</com.google.android.gms.ads.nativead.NativeAdView >
</com.igaworks.ssp.part.nativead.AdPopcornSSPNativeAd>마지막 업데이트