failed to load ad : 3

后端 未结 24 1400
南方客
南方客 2020-11-22 08:12

I\'m setting an ad to my Android application using DoubleClick and can\'t manage to show the final ad, can someone help me?

When I test an ad by adding ".addTest

24条回答
  •  感情败类
    2020-11-22 08:53

    I was getting this error in Flutter. Check the debug console and find this command

    Use.RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("")

    And copy the device id from list to MobileAdTargetingInfo testDevices and it will work !!!

提交回复
热议问题