setTargetingInfoForPlacement
Overview
Syntax
setTargetingInfoForPlacement(placementName, info)Examples
RNAatkit.setTargetingInfoForPlacement(
"BannerPlacement",
{
"abc" : [
"123",
"456",
"789"
],
"def" : [
"xyz",
"zyx"
]
}
);Last updated