Edit

DiagnosticsEntity Data Object - Campaign Management

Defines the DiagnosticsEntity data object.

Syntax

<xs:complexType name="DiagnosticsEntity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="SubType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The DiagnosticsEntity object has the following elements: Id, SubType, Type.

Element Description Data Type
Id The diagnostic entity ID. long
SubType The diagnostic entity sub type. string
Type The diagnostic entity type. string

Requirements

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

Used By

GetDiagnostics