简体   繁体   English

Admob中介得到了请求,但没有其他广告服务的展示

[英]Admob mediation got request but no impressions from other ad services

I add Mediation on MyApps published and i followed all google guide to do that. 我在发布的MyApps上添加中介,然后按照所有Google指南进行操作。 I create a profile on Facebook Developers, create a Banner and add the information on AdMob for mediation. 我在Facebook Developers上创建了个人资料,创建了Banner,并在AdMob上添加了信息以进行调解。 Included the Facebook SDK on Module:app gradle and the situation is that i see Banner from Admob only. 在Module:app gradle上包括了Facebook SDK,这种情况是我仅从Admob看到Banner。

Facebook audience get request as i can see from AdMob but not Impressions! 我可以从AdMob看到,Facebook观众收到请求,但印象数却没有! If i understand with mediation i don't need to change the code of my AdMob banner just include the SDK? 如果我了解中介,就不需要更改AdMob标语的代码,只需添加SDK?

Same situation for MoPub...i got request but no impressions... MoPub的情况相同...我收到请求,但没有印象...

With Facebook i try to set ecmp very low to AdmoB network for see the facebook banner but nothing...still show the Admob banner. 对于Facebook,我尝试将ecmp设置为AdmoB网络的最低​​级别,以查看facebook横幅,但什么也没有...仍然显示Admob横幅。

Here the gradle, maybe i'm wrong in sdk inclusion? 在这里,也许我在SDK包含中是错误的?

apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "26.0.2"
    defaultConfig {
        applicationId "mypackage"
        minSdkVersion 16
        targetSdkVersion 21
        versionCode 25
        versionName "3.5"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    //Pubblicità google
    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.android.support:design:25.3.1'
    compile 'com.android.support.constraint:constraint-layout:1.0.2'
    compile 'com.android.support:support-v4:25.3.1'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'com.google.android.gms:play-services-ads:12.0.1'
    testCompile 'junit:junit:4.12'
    //Pubblicità Facebook
    implementation 'com.facebook.android:audience-network-sdk:4.27.1'
    implementation 'com.google.ads.mediation:facebook:4.27.1.0'
}

AdMob image AdMob图片 在此处输入图片说明

EDIT 编辑

For example for Facebook by Admob mediation i need the Banner code for Facebook? 例如,对于Admob调解的Facebook,我需要Facebook的Banner代码吗? like that guide or via mediation i can see Facebook banner into Admob banner? 像该指南或通过中介,我可以看到Facebook横幅变成Admob横幅吗? I still don't getting impressions but only request. 我仍然没有得到印象,只是请求。

EDIT 2 编辑2

Still increase request from MoPub and Facebook Networks but no impressions. 仍然增加了MoPub和Facebook Networks的请求,但没有任何印象。 I Update all the SDK into application...i read all two integration guide from Facebook and from AdMob and nothing happends! 我将所有SDK更新为应用程序...我从Facebook和AdMob阅读了所有两个集成指南,没有任何反应!

批准后提交审核,您将看到印象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM