ChangeEntityReportFilter Value Set - Reporting

Defines the types of entities by which you can filter the report data.

Syntax

<xs:simpleType name="ChangeEntityReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Account" />
        <xs:enumeration value="Campaign" />
        <xs:enumeration value="AdGroup" />
        <xs:enumeration value="Ad" />
        <xs:enumeration value="Keyword" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The ChangeEntityReportFilter value set has the following values: Account, Ad, AdGroup, Campaign, Keyword.

Value Description
Account The report will include data for accounts that have been added or deleted, or that have had account elements updated.

The report will include all entity types not represented by other filter values, for example ad extensions.
Ad The report will include data for ads that have been added or deleted, or that have had ad elements updated.
AdGroup The report will include data for ad groups that have been added or deleted, or that have had ad group elements updated.
Campaign The report will include data for campaigns that have been added or deleted, or that have had campaign elements updated.
Keyword The report will include data for keywords that have been added or deleted, or that have had keyword elements updated.

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

SearchCampaignChangeHistoryReportFilter