NegativeKeywordConflictReportFilter Data Object - Reporting

Defines the criteria to use to filter the negative keyword conflict report data.

Syntax

<xs:complexType name="NegativeKeywordConflictReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter" />
    <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter" />
    <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter" />
    <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter" />
  </xs:sequence>
</xs:complexType>

Elements

The NegativeKeywordConflictReportFilter object has the following elements: AccountStatus, AdGroupStatus, CampaignStatus, KeywordStatus.

Element Description Data Type
AccountStatus The report will only include data for accounts with the specified status. For example, you can use the filter to include data for only active accounts.

You can specify one or more account statuses.
AccountStatusReportFilter
AdGroupStatus The report will only include data for ad groups with the specified status. For example, you can use the filter to include data for only active ad groups.

You can specify one or more ad group statuses.
AdGroupStatusReportFilter
CampaignStatus The report will only include data for campaigns with the specified status. For example, you can use the filter to include data for only active campaigns.

You can specify one or more campaign statuses.
CampaignStatusReportFilter
KeywordStatus The report will only include data for keywords with the specified status. For example, you can use the filter to include data for only active keywords.

You can specify one or more keyword statuses.
KeywordStatusReportFilter

Requirements

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

Used By

NegativeKeywordConflictReportRequest