ChangeTypeReportFilter Value Set - Reporting

Defines the types of changes to entities by which you can filter the report data. These values are also used as column values in the HowChanged column of the campaign change history report. For more information, see SearchCampaignChangeHistoryReportColumn.

Syntax

<xs:simpleType name="ChangeTypeReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Added" />
        <xs:enumeration value="Deleted" />
        <xs:enumeration value="Changed" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The ChangeTypeReportFilter value set has the following values: Added, Changed, Deleted.

Value Description
Added The report will include data for entities that have been added.
Changed The report will include data for elements of entities whose values have been updated.
Deleted The report will include data for entities that have been deleted.

Requirements

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

Used By

SearchCampaignChangeHistoryReportFilter