Edit

DiagnosticsFilter Data Object - Campaign Management

Defines the DiagnosticsFilter data object.

Syntax

<xs:complexType name="DiagnosticsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
    <xs:element xmlns:q192="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Values" nillable="true" type="q192:ArrayOfstring" />
  </xs:sequence>
</xs:complexType>

Elements

The DiagnosticsFilter object has the following elements: Key, Values.

Element Description Data Type
Key The name of the filter. string
Values The values of the filter. string array

Requirements

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

Used By

GetDiagnostics