KeywordIdeaCategory Data Object - Ad Insight

Defines an object that contains a keyword idea category.

You can use the category identifier in the CategorySearchParameter when calling GetKeywordIdeas.

Syntax

<xs:complexType name="KeywordIdeaCategory" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CategoryId" type="xs:long" />
    <xs:element minOccurs="0" name="CategoryName" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordIdeaCategory object has the following elements: CategoryId, CategoryName.

Element Description Data Type
CategoryId The Microsoft Advertising identifier of the keyword idea category. long
CategoryName The name of the keyword idea category. string

Requirements

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

Used By

GetKeywordIdeaCategories