标签: android mobile ads
是否有针对移动系统的广告发布SDK,可以: a)告诉我广告关键字是针对当前显示的广告? b)请求关于某些(其他)关键字的广告。
这就是我想要以代码方式实现的目标:
nextAd = GetNextAdvert(listOfKeywords); // Store keywords for adverts the user followed through with nextAd.onClick(() => rememberKeyword = nextAd.keywords);