Skip to content
Vladas Drejeris edited this page Jun 4, 2021 · 5 revisions

Adding keywords to ad views

To add keywords that will be used for targeting purposes please use the example below

Swift

adView.keywords = [@"keyword1", "keyword2"]
Objective-C
adView.keywords = @[@"keyword1", @"keyword2"];
Clone this wiki locally