Key-Value Targeting
Provide key-value targeting information to ad requests
General Information
Map<String, List<String>> targeting = new HashMap<>();
targeting.put("interests", Arrays.asList("sports", "stocks"));
targeting.put("gender", Collections.singletonList("female"));val targeting: MutableMap<String, List<String>> = HashMap()
targeting["interests"] = listOf("sports", "stocks")
targeting["gender"] = listOf("female")Set Global Targeting Keywords
setTargetingInfo(info: Map<String, List<String>>?)AATKit.setTargetingInfo(targeting);AATKit.setTargetingInfo(targeting)Set Placement specific Keywords
Limit Ad Network specific Keywords
Last updated