removeAdNetworkForKeywordTargetingForInFeedBannerPlacement

Overview

Removes an ad network from the list of ad networks that receive targeting keywords (if any set) for in-feed banner placement. If no ad networks are added to the list, any set keywords will be delivered to all ad networks supporting keyword targeting.

Syntax

removeAdNetworkForKeywordTargetingForInFeedBannerPlacement(placementName, network)

placementName (REQUIRED)

string. Placement identifier.

network (REQUIRED)

int. Placement identifier.

Examples

RNAatkit.removeAdNetworkForKeywordTargetingForInFeedBannerPlacement("InFeedBanner", RNAatkit.AdNetwork_MILLENNIAL);

Last updated