GANSearchAdRequest 类
通常,SDK 的客户端会使用适当的查询实例化 GANSearchAdRequest,然后使用它通过 GANSearchAdController (-loadAds:) 加载广告。
继承 NSObject。实现 <NSCopy>。
搜索查询,例如“花”。
此值必须是非空字符串。不应进行网址编码。
- (NSString*) testGeolocation |
|
readwritenonatomiccopy |
出于测试目的,设置用户所在位置以返回按地理位置定位的购物广告(可选)。
仅适用于启用了 adtest
的 AdSense 购物广告 (AFSh) 广告。提供两个字母的国家/地区代码,不区分大小写。
- (NSString*) targetLanguage |
|
readwritenonatomiccopy |
广告请求的目标语言。
使用 Google AdWords API 语言代码指定的语言。默认值为“en”。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["The `GANSearchAdRequest` class is used to create ad requests with a search query and load ads through `GANSearchAdController`."],["It includes properties like `query` for the search term, `testGeolocation` for location-based testing, and `targetLanguage` for specifying ad language."],["The `query` property is mandatory and should be a non-empty, unencoded string representing the search term."],["For testing location-targeted shopping ads, the `testGeolocation` property can be set with a two-letter country code."],["The `targetLanguage` property uses AdWords API language codes and defaults to 'en' if not specified."]]],[]]