NegativeKeywordConflictReportColumn Value Set - Reporting

Defines the attributes columns that you can include in the NegativeKeywordConflictReportRequest.

For a list of columns that you must include, please see the Required Columns section below.

Syntax

<xs:simpleType name="NegativeKeywordConflictReportColumn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="AccountName" />
    <xs:enumeration value="AccountNumber" />
    <xs:enumeration value="AccountId" />
    <xs:enumeration value="CampaignName" />
    <xs:enumeration value="CampaignId" />
    <xs:enumeration value="AdGroupName" />
    <xs:enumeration value="AdGroupId" />
    <xs:enumeration value="Keyword" />
    <xs:enumeration value="KeywordId" />
    <xs:enumeration value="NegativeKeyword" />
    <xs:enumeration value="ConflictLevel" />
    <xs:enumeration value="BidMatchType" />
    <xs:enumeration value="NegativeKeywordListId" />
    <xs:enumeration value="NegativeKeywordList" />
    <xs:enumeration value="NegativeKeywordId" />
    <xs:enumeration value="NegativeKeywordMatchType" />
    <xs:enumeration value="AccountStatus" />
    <xs:enumeration value="CampaignStatus" />
    <xs:enumeration value="AdGroupStatus" />
    <xs:enumeration value="KeywordStatus" />
    <xs:enumeration value="ConflictType" />
  </xs:restriction>
</xs:simpleType>

Values

The NegativeKeywordConflictReportColumn value set has the following values: AccountId, AccountName, AccountNumber, AccountStatus, AdGroupId, AdGroupName, AdGroupStatus, BidMatchType, CampaignId, CampaignName, CampaignStatus, ConflictLevel, ConflictType, Keyword, KeywordId, KeywordStatus, NegativeKeyword, NegativeKeywordId, NegativeKeywordList, NegativeKeywordListId, NegativeKeywordMatchType.

Value Description
AccountId The Microsoft Advertising assigned identifier of an account.
AccountName The account name.
AccountNumber The Microsoft Advertising assigned number of an account.
AccountStatus The current account status.
AdGroupId The Microsoft Advertising assigned identifier of an ad group.
AdGroupName The ad group name.
AdGroupStatus The current ad group status.
BidMatchType The keyword bid match type. This can be different from the DeliveredMatchType column, for example if you bid on a broad match and the search term was an exact match. For more information, see Budget and Bid Strategies. The possible values are Broad, Exact, Phrase, and Unknown.
CampaignId The Microsoft Advertising assigned identifier of a campaign.
CampaignName The campaign name.
CampaignStatus The current campaign status.
ConflictLevel The entity level where the keyword and negative keyword conflict occurs. The possible values are AdGroup and Campaign.
ConflictType The type of negative keyword conflict encountered.

Some advertisers intentionally create negative keyword conflicts to block a portion of match type traffic. For example, if your phrase match keywords are "stereo plug," you might also choose "stereo plug" as an exact match negative keyword text to match only with this phrase. In this scenario, customers that are searching for specific items like "3.5mm stereo plug" or "gold stereo plug" would see ads for the "stereo plug" phrase match keyword, but customers searching for "stereo plug" would not see ads for the exact match keyword.

The possible values are Possibly intentional conflict and True conflict.

Possibly intentional conflict - The text of the keyword, after normalization (e.g. punctuation, capitalization removed), and the negative keyword are identical, and the match type of the negative keyword is more restrictive than the match type of the keyword (e.g. Keyword is phrase match, negative keyword is exact match).

True conflict - Any other negative keyword conflict.

If you are an advertiser who intentionally blocks a portion of match type traffic, you can use this column to filter out intentional negative keyword conflicts. If you're not, you should investigate and fix both types of conflicts.
Keyword The keyword text.
KeywordId The Microsoft Advertising assigned identifier of a keyword.
KeywordStatus The current keyword status.
NegativeKeyword The negative keyword text.
NegativeKeywordId The Microsoft Advertising assigned identifier of a negative keyword.
NegativeKeywordList The name of the negative keyword list.
NegativeKeywordListId The Microsoft Advertising assigned identifier of a negative keyword list.
NegativeKeywordMatchType The type of match to compare the negative keyword and the user's search term. The possible values for a negative keyword are Exact and Phrase.

Remarks

Required Columns

The report must include the following columns at a minimum. As a general rule, each report must include at least one attribute column and at least one non-impression share performance statistics column. For more information, see Report Attributes and Performance Statistics.

Note

The TimePeriod column is expected for all aggregation types except Summary. It is important to note that if you do not include TimePeriod, the aggregation you chose will be ignored and Summary aggregation will be used regardless.

Column
AccountName
Keyword
NegativeKeyword

Requirements

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

Used By

NegativeKeywordConflictReportRequest