Condividi tramite


Oggetto dati KeywordCategoryResult - Informazioni dettagliate sugli annunci

Definisce un oggetto che contiene la parola chiave e un elenco di categorie di parole chiave a cui la parola chiave potrebbe appartenere.

Sintassi

<xs:complexType name="KeywordCategoryResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="KeywordCategories" nillable="true" type="tns:ArrayOfKeywordCategory" />
  </xs:sequence>
</xs:complexType>

Elementi

L'oggetto KeywordCategoryResult include gli elementi seguenti: Keyword, KeywordCategories.

Elemento Descrizione Tipo di dati
Parola chiave Parola chiave categorizzata. Stringa
KeywordCategories Matrice di oggetti KeywordCategory che contiene una categoria di parole chiave e un punteggio che indica la certezza che la parola chiave appartenga a tale categoria di parole chiave. Matrice KeywordCategory

Requisiti

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

Usato da

GetKeywordCategories