I just integrate Admob for the first time in one of my applications. I have seen that using scala> import spray.json._
import spray.json._
scala> def stringifyTwice(json: JsValue): String =
| JsString(json.compactPrint).compactPrint
stringify: (json: spray.json.JsValue)String
scala> val obj: JsValue = JsObject("foo" -> JsString("bar"), "bippy" -> JsString("bap \" biz"))
obj: spray.json.JsValue = {"foo":"bar","bippy":"bap \" biz"}
scala> stringifyTwice(obj)
res0: String = "{\"foo\":\"bar\",\"bippy\":\"bap \\\" biz\"}"
you may try to load ads depending on the words that are included. I have included in the latest evidence of a date of birthday and location. I have two days tried to show at least one advertisement associated with any of the words you use, but I haven't gotten anything until now. It is normal? Is there any way to show ads that have a relationship with something?
答案 0 :(得分:2)
您可以提供其他定位信息,例如关键字和年龄等,广告网络会在选择要发送的广告时考虑到这一点。他们如何这样做完全取决于广告网络。
您没有说明您是否没有接收广告但期望,或者您是否正在接收广告,但不希望基于您提供的其他定位信息。
您可能无法接收广告,因为它们不是您所在地区的特定时间点的应用广告,无论其他定位信息如何。
您可能会收到不希望收到的广告(因为您认为定位信息应排除这些广告),因为广告网络可以更好地了解此广告是否会对当前客户感兴趣。