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. | 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. | Optional |
Setting all filter criteria elements to NULL is the same as setting the Filter element of SearchCampaignChangeHistoryReportRequest to NULL.