SearchCampaignChangeHistoryReportFilter Data Object - Reporting

Defines the criteria to use to filter the campaign change history report data.

Syntax

<xs:complexType name="SearchCampaignChangeHistoryReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" />
    <xs:element minOccurs="0" name="HowChanged" nillable="true" type="tns:ChangeTypeReportFilter" />
    <xs:element minOccurs="0" name="ItemChanged" nillable="true" type="tns:ChangeEntityReportFilter" />
  </xs:sequence>
</xs:complexType>

Elements

The SearchCampaignChangeHistoryReportFilter object has the following elements: AdDistribution, HowChanged, ItemChanged.

Element Description Data Type
AdDistribution The report will include data for only the specified distribution medium. For example, you can use the filter to include data for only search ads.

You can specify one or more distribution mediums.
AdDistributionReportFilter
HowChanged The report will include data for only the specified type of change. For example, you can use the filter to include data only for updates or deletions.

You may specify only one type of change.
ChangeTypeReportFilter
ItemChanged The report will include data for only the specified type of entity. For example, you can use the filter to include data only for changes to ad groups or campaigns.

You may specify only one type of entity.
ChangeEntityReportFilter

Requirements

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

Used By

SearchCampaignChangeHistoryReportRequest