Facebook AudienceNetwork loaded failure: No fill, Error Message “No fill”, what is the reason about FaceBook android Advertise?

后端 未结 8 740
自闭症患者
自闭症患者 2021-01-01 23:53

Facebook AudienceNetwork loaded failure: No fill, Error Message \"No fill\", what is the reason about FaceBook android Advertise? And facebook ad offten shows me load freque

相关标签:
8条回答
  • 2021-01-02 00:27

    If you see

    When testing your app with Facebook's ad units you must specify the device hashed ID to ensure the delivery of test ads, add the following code before loading an ad: AdSettings.addTestDevice("328404cebf50ec1fdb05795c0007a8a7");

    This may happen because of this:

    FacebookSdk.setIsDebugEnabled(true);
    
    0 讨论(0)
  • 2021-01-02 00:30

    try to this sdk verison.

    implementation 'com.facebook.android:audience-network-sdk:5.1.0'
    
    0 讨论(0)
  • 2021-01-02 00:39

    I have same problem in my application but this helps me

    Ref: Step 4: Check for Error Codes of Production Ads Requests

    Facebook Error : No fill
    1001 - No Fill
    

    This is a common error seen while testing, and relates to a "No Fill" response; the most common reason for this is the user is not logged in to the Facebook App when testing your mobile app or not logged in to the Facebook mobile website when testing your mobile website.

    • Error 1001 - No Fill. May be due to one or more of the following:
    • User not logged into Native Facebook App on Mobile Device
    • Limit Ad Tracking turned on (iOS)
    • Opt out of interest-based ads turned on (Android)
    • No Ad Inventory for current user
    • Your testing device must have the native Facebook application installed.

    Your application should attempt to make another request after 30 seconds.

    And Sometimes According to me

    • If your ad account newly created then wait some time like 1 hour or more after some time you will get some better response

    I know its late answer but this may helps other people who new in android and Using Facebook Ads

    0 讨论(0)
  • 2021-01-02 00:43

    Filling in payout details fixed this for me.

    If you want to display real Ads, you have to fill in your payout details.

    0 讨论(0)
  • 2021-01-02 00:44

    Make sure, Your Device have Facebook app installed and logged in. And also make sure, the developer account that created Ads and the Facebook user logged in the device are same. If not read https://developers.facebook.com/docs/audience-network/testing/

    0 讨论(0)
  • 2021-01-02 00:50

    I got the same problem and it's resolved, Please follow the below steps for the live ads issue:

    1. Check the SDK version and use the latest one
    2. Check and confirm live SDK key
    3. Upload your application in store
    4. Enable live mode in Facebook ads console
    5. Fill proper details in testing test

    The above steps are upto date, then after the test the application after 48 hours of the time of app publishing.

    I wasted more than one month to resolve the No Fill error.

    0 讨论(0)
提交回复
热议问题