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