Edit

EntityResult Data Object - Campaign Management

Defines the EntityResult data object.

Syntax

<xs:complexType name="EntityResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Categories" nillable="true" type="tns:ArrayOfCategoryResult" />
    <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 EntityResult object has the following elements: Categories, Id, SubType, Type.

Element Description Data Type
Categories The entity categories. CategoryResult array
Id The entity ID. long
SubType The entity sub type. string
Type The entity type. string

Requirements

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

Used By

GetDiagnostics