我在 Flurry.com 中创建了一个应用程序通用 ios 应用程序并创建了一个原生广告空间。给定 API 密钥和 adSpace 名称,如文档中所述。但是当我运行应用程序时出现错误并且没有任何反应。错误日志如下所示。
加载 AdUnit 超时
使用 guid(空)选择的缓存广告单元 0x0
成功解析广告请求架构
已成功创建广告请求。
发送 AdRequest....
发送大小为 1224 的 AdRequest....
Flurry:HTTP 连接委托收到响应
[ { URL: https://ads.flurry.com/v14/getAds.do } { status code: 200, headers {
Connection = "keep-alive";
"Content-Length" = 78;
"Content-Type" = "application/octet-stream";
Date = "Wed, 04 May 2016 05:20:08 GMT";
"FM-Checksum" = "-909430395";
"Keep-Alive" = "timeout=10";
Server = nginx;
} }]
这是 len 78 的广告响应
成功解析广告响应架构
AdRequest 中的错误:[数据库没有广告空间的部分 ID]
FlurryAdCache:跳过带有空或无广告空间的广告单元 ******* logAdEvent:**
[ unfilled(4), T:28460]
** [S:1462339177513, RS:1462339177513 ID:1, GUID (null), {(
" ** [ unfilled(4), T:28460] "
)} transmitted {{
}} ]**
太空原生广告 [FlotillaNative1] 收到错误 # [1],说明:[Error Domain=FlurryAds Code=104 "FlurryAds: No ads available from server for this space." UserInfo=0x1a94a070 {NSLocalizedDescription=FlurryAds: No ads available from server for this space.}]
================
这是什么意思?