TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Nov 2016 |
Maintained by Pallop Srisil.
Depends on: | |
Google-Mobile-Ads-SDK | >= 0 |
FBAudienceNetwork | >= 0 |
You can optionally register a GADFBNetworkExtras
class in the ad request to configure whether or not the FAN AdChoices icon should be expandable:
GADRequest *request = [GADRequest request];
GADFBNetworkExtras *extras = [[GADFBNetworkExtras alloc] init];
extras.adChoicesExpandable = YES;
[request registerAdNetworkExtras:extras];
You can use the sub-title and social context at ad response callback.
NSString *subTitle = nativeAppInstallAd.extraAssets[GADFBSubtitle];
NSString *socialContext = nativeAppInstallAd.extraAssets[GADFBSocialContext];
The latest documentation and code samples for the Google Mobile Ads SDK are available here.