NetworkType Value Set - Ad Insight
Defines the possible networks used for keyword research.
You can specify a network type when calling the GetKeywordIdeas and GetKeywordTrafficEstimates operations. For more information about networks and ad distribution, see the About Ad Distribution help article.
Syntax
<xs:simpleType name="NetworkType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="OwnedAndOperatedAndSyndicatedSearch" />
<xs:enumeration value="OwnedAndOperatedOnly">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SyndicatedSearchOnly">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
Values
The NetworkType value set has the following values: OwnedAndOperatedAndSyndicatedSearch, OwnedAndOperatedOnly, SyndicatedSearchOnly.
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13