Compartir a través de


Objeto de datos DiagnosticCategoryData: Administración de campañas

Define el objeto de datos de categoría de diagnóstico.

Sintaxis

<xs:complexType name="DiagnosticCategoryData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ActionLinks" nillable="true" type="tns:ArrayOfHealthCheckActionLinkMetadata" />
    <xs:element minOccurs="0" name="CategoryDisplayName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CategoryKey" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CategorySeverity" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CategoryStatus" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elementos

El objeto DiagnosticCategoryData tiene los siguientes elementos: ActionLinks, CategoryDisplayName, CategoryKey, CategorySeverity, CategoryStatus, Description.

Elemento Descripción Tipo de datos
ActionLinks Reservado. Matriz HealthCheckActionLinkMetadata
CategoryDisplayName Reservado. string
CategoryKey Reservado. string
CategorySeverity Reservado. string
CategoryStatus Reservado. string
Descripción Reservado. string

Requisitos

Servicio: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Usado por

GetDiagnostics