Expand Minimize
This topic has not yet been rated - Rate this topic

SearchCampaignChangeHistoryReportFilter Data Object

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

<xs:complexType name="SearchCampaignChangeHistoryReportFilter">
  <xs:sequence>
    <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

Element

Description

Data Type

Required

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 can specify only one type of change. For possible values, see ChangeTypeReportFilter.

ChangeTypeReportFilter

Optional

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 can specify only one type of entity. For possible values, see ChangeEntityReportFilter.

ChangeEntityReportFilter

Optional

Setting all filter criteria elements to NULL is the same as setting the Filter element of SearchCampaignChangeHistoryReportRequest to NULL.

Requirements

ReportingService.svc v8

Namespace: https://adcenter.microsoft.com/v8

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.