简体   繁体   English

iOS 14 - 源应用程序的责任 - 显示广告网络签署的广告

[英]iOS 14 - Source app's responsibility - Display ads that the ad network signs

I have little bit of confusion regarding the second point mentioned for the source app's responsibility in documentation of SKADNetwork .我对SKADNetwork文档中提到的源应用程序责任的第二点有点困惑。

  1. Add the ad network's ID to its Info.plist.将广告网络的 ID 添加到其 Info.plist。
  2. Display ads that the ad network signs.显示广告网络签署的广告。

First part is done.第一部分完成。 I have addded the ad network IDs in my info.plist .我在info.plist添加了广告网络 ID。

Regarding the second part Display ads that the ad network signs .关于第二部分Display ads that the ad network signs

Is this something I need to do?这是我需要做的事情吗? Going through the documentation I see the keys but if I do have to implement it what would the value be?通过文档我看到了关键,但如果我必须实现它,价值是什么?

According to this article根据这篇文章

  1. Display the ads that the ad network signs - While this is listed under "Source App" this responsibility will ultimately fall on the ad network SDK if it is going to be handling displaying ads in the app.显示广告网络签署的广告- 虽然这列在“源应用程序”下,但如果广告网络 SDK 将在应用程序中处理显示广告,则此责任最终将由广告网络 SDK 承担。 In any case, the source app must use a set of keys when they call the loadProduct() method to describe a specific impression from the ad network's ad in order to associate an app install with an ad campaign.在任何情况下,源应用在调用 loadProduct() 方法时都必须使用一组键来描述来自广告网络广告的特定展示,以便将应用安装与广告活动相关联。

Does this means this part of code is handled by the ad sdk?这是否意味着这部分代码由广告 sdk 处理?

Thanks谢谢

according to this article it seems like sdk will handle 根据这篇文章,sdk 似乎可以处理

Displaying an advertised product/initiating a validation involves calling the loadProduct(withParamters:completionBlock:) method, which requires a signature key that the ad network generates, known as the SKStoreProductParameterAdNetworkAttributionSignature.显示广告产品/启动验证涉及调用 loadProduct(withParamters:completionBlock:) 方法,该方法需要广告网络生成的签名密钥,称为 SKStoreProductParameterAdNetworkAttributionSignature。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 网络跟踪Google Ad Manager移动广告SDK iOS - Network Tracing Google Ad Manager Mobile Ads SDK iOS 过滤Admob或其他广告网络中的广告以显示电影预告片 - Filter ads in Admob or another ad network to display movie trailers AdMob 不在 iOS 版本上投放广告。 错误代码 8,找不到具有以下名称的广告网络适配器:(“com.google.DummyAdapter”) - AdMob not serving ads on iOS release. Error code 8, Cannot find an ad network adapter with the name(s): (“com.google.DummyAdapter”) IOS 14 Admob 广告实施 App Tracking Transparency - IOS 14 Admob ads implementation App Tracking Transparency 在 Facebook 中为 iOS14 应用创建广告无效 - Creating ads in Facebook for iOS14 app not working iOS和Mopub:在慢速网络上加载广告时,应用程序冻结 - iOS & Mopub: app freezes when loading ad on a slow network 如何在 Flutter 中为 IOS 14 上显示的 Admob 原生广告请求 App Tracking Transparency 授权? - How to request App Tracking Transparency authorization in Flutter for Admob Native Ads displayed on IOS 14? 应用跟踪透明度如何影响应用展示广告? - IDFA iOS14 - App Tracking Transparency How does effect apps showing ads? - IDFA iOS14 广告网络每5秒重定向到Safari或应用下载一次-iOS - Ad network redirecting to safari or app download every 5 seconds - iOS iOS离线第一个应用单一责任问题 - iOS Offline first app single responsibility issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM