整合Facebook Audience网络

时间:2017-04-14 05:04:32

标签: android facebook-audience-network

我正在将facebook广告整合到我的应用中。我创建了一个palcement id并将代码放入我的应用程序中。我用过facebook观众网络sdk。我应该包括facebook sdk吗?

我的展示位置状态表示最近已启用测试和广告请求 enter image description here

然后为什么在这里显示发送广告请求。 enter image description here

我的代码也正确,可以在两个标签中的viewpager底部显示广告。

<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
                                                 xmlns:app="http://schemas.android.com/apk/res-auto"
                                                 android:layout_width="match_parent"
                                                 android:layout_height="match_parent"
                                                 android:animateLayoutChanges="true">
    <android.support.design.widget.AppBarLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:theme="@style/ThemeOverlay.AppCompat.Dark">

        <android.support.v7.widget.Toolbar
            android:id="@+id/toolbar"
            android:layout_width="match_parent"
            android:layout_height="?attr/actionBarSize"
            android:background="?attr/colorPrimary"
            app:layout_scrollFlags="scroll|enterAlways"
            app:popupTheme="@style/ThemeOverlay.AppCompat.Light">
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:text="Linkto.be"
                android:textAppearance="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
                android:gravity="center"/>
        </android.support.v7.widget.Toolbar>

        <android.support.design.widget.TabLayout
            android:id="@+id/tabLayout"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="@color/accent"/>

    </android.support.design.widget.AppBarLayout>

        <android.support.v4.view.ViewPager
            android:id="@+id/pager"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:padding="15dp"
            app:layout_behavior="@string/appbar_scrolling_view_behavior"
            />

        <LinearLayout
            android:id="@+id/banner_container"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="bottom"
            android:orientation="horizontal"/>
</android.support.design.widget.CoordinatorLayout>

2 个答案:

答案 0 :(得分:0)

您不需要Facebook SDK即可使用Audience Network SDK。

答案 1 :(得分:0)

仅当您的应用具有良好的流量时才使用Audience Network SDK,在使用FAN进行激励之前要了解一件事。

粉丝政策严格要求应用必须在Playstore或Appstore上存在。

因此,如果您将粉丝广告集成到您的应用中,则出于任何原因,您都会取消发布,删除,暂停或将粉丝SDK更改为任何其他广告网络。您将间接违反facebook政策。因为facebook没有从FAN Dashboard删除应用的机制,

多次应用暴力,您的Facebook帐户将被禁用,要启用该帐户,您必须使用Facebook受众网络再次激活所有应用。

认为如果应用程序暂停,您将无法使用相同的软件包激活同一应用程序。因此,您永远无法解决此问题。