NetworkCriterion Data Object - Ad Insight

The network criterion that you can include when requesting keyword ideas or traffic estimates.

Syntax

<xs:complexType name="NetworkCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Criterion">
      <xs:sequence>
        <xs:element minOccurs="0" name="Network" type="tns:NetworkType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The NetworkCriterion object has the following elements: Network.

Element Description Data Type
Network The network that you want to target.

Possible values are OwnedAndOperatedAndSyndicatedSearch, OwnedAndOperatedOnly, and SyndicatedSearchOnly.
NetworkType

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

NetworkSearchParameter