removeAdNetworkForKeywordTargeting

Overview

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

Syntax

removeAdNetworkForKeywordTargeting(network)

network (REQUIRED)

string Chosen ad network, click here to find supported values.

Examples

AATKitCordova.removeAdNetworkForKeywordTargeting("ADMOB");

Last updated