addAdNetworkForKeywordTargetingForInFeedBannerPlacement
Overview
Adds an ad network to the list of ad networks that receive targeting keywords (if any set) for in-feed banner ads. If no ad networks are added, any set keywords will be delivered to all ad networks supporting keyword targeting.
Syntax
addAdNetworkForKeywordTargetingForInFeedBannerPlacement(placementName, network)
placementName (REQUIRED)
string. Placement identifier.
network (REQUIRED)
int. Chosen ad network. See network constants [here](adNetworks).
Example
RNAatkit.addAdNetworkForKeywordTargetingForInFeedBannerPlacement("InFeedBanner", RNAatkit.AdNetwork_MILLENNIAL);
Last updated