diff --git a/InMobi/InMobiAdapter/ALInMobiMediationAdapter.m b/InMobi/InMobiAdapter/ALInMobiMediationAdapter.m index d2fe69edd7..e7e28ec6d3 100644 --- a/InMobi/InMobiAdapter/ALInMobiMediationAdapter.m +++ b/InMobi/InMobiAdapter/ALInMobiMediationAdapter.m @@ -455,6 +455,14 @@ - (BOOL)showFullscreenAd:(IMInterstitial *)interstitial forParameters:(id= 61100 ) + { + NSNumber *isDoNotSell = [self privacySettingForSelector: @selector(isDoNotSell) fromParameters: parameters]; + if ( isDoNotSell ) + { + [extras setObject: isDoNotSell forKey: @"do_not_sell"]; + } + } return extras; }