KeywordIdeaCategory 数据对象 - Ad Insight

定义一个对象,该对象包含关键字 (keyword) 想法类别。

调用 GetKeywordIdeas 时,可以使用 CategorySearchParameter 中的类别标识符。

语法

<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>

元素

KeywordIdeaCategory 对象具有以下元素:CategoryIdCategoryName

元素 说明 数据类型
CategoryId 关键字 (keyword) 创意类别的Microsoft广告标识符。 long
CategoryName 关键字 (keyword) 创意类别的名称。 string

要求

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

使用者

GetKeywordIdeaCategories