首页 > 解决方案 > Facebook Audience Network, sending back ads targeting consent status, GDPR

问题描述

I'm using AdMob as a mediation tools among Ads publishers for an iOS app. While I could easily get the way to send back the result of the AdMob consent status form for other technologies, I couldn't find any sample regarding facebook. So, I implemented it in this way:

#import <FBSDKCoreKit/FBSDKSettings.h>
[FBSDKSettings setLimitEventAndDataUsage: YES]; // or NO

Is there anyone out there able to confirm that it is the right way to perform it ? Thanks by advance for your answer.

标签: iosfacebookadsmobile-ad-mediationcookieconsent

解决方案


推荐阅读