Skip to content

Commit

Permalink
[API 1.0] [MoPub] Banner ad is not rendered properly (prebid#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoalex5 authored and ppuviarasu committed Mar 12, 2019
1 parent 1b60509 commit f12687e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/PrebidMobile/PrebidMobile/AdUnits/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ public class Utils : NSObject {
}

}
DispatchQueue.main.async {
Log.info("MoPub targeting keys are \(targetingKeywordsString)")
adObject.setValue( targetingKeywordsString,forKey:"keywords")
}

Log.info("MoPub targeting keys are \(targetingKeywordsString)")
adObject.setValue( targetingKeywordsString,forKey:"keywords")



}
Expand Down

0 comments on commit f12687e

Please sign in to comment.