ProductMatchCountReportColumn Value Set - Reporting

Defines the attributes and performance statistics columns that you can include in the ProductMatchCountReportRequest.

The attribute columns that you include in a report can affect how the statistics are aggregated. In other words the number of rows increase by a factor of the unique attributes. For more information, see Columns that Group the Data.

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

To see how far back hourly, daily, weekly, monthly, yearly and summary aggregated data can be retrieved for a report, see Report Data Retention Time Periods.

Syntax

<xs:simpleType name="ProductMatchCountReportColumn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CustomerId" />
    <xs:enumeration value="CustomerName" />
    <xs:enumeration value="AccountId" />
    <xs:enumeration value="AccountNumber" />
    <xs:enumeration value="AccountName" />
    <xs:enumeration value="CampaignId" />
    <xs:enumeration value="CampaignName" />
    <xs:enumeration value="AdGroupId" />
    <xs:enumeration value="AdGroupName" />
    <xs:enumeration value="ProductGroup" />
    <xs:enumeration value="PartitionType" />
    <xs:enumeration value="AdGroupCriterionId" />
    <xs:enumeration value="MatchedProductsAtCampaign" />
    <xs:enumeration value="MatchedProductsAtAdGroup" />
    <xs:enumeration value="MatchedProductsAtProductGroup" />
    <xs:enumeration value="CampaignType" />
    <xs:enumeration value="AssetGroupId" />
    <xs:enumeration value="AssetGroupName" />
  </xs:restriction>
</xs:simpleType>

Values

The ProductMatchCountReportColumn value set has the following values: AccountId, AccountName, AccountNumber, AdGroupCriterionId, AdGroupId, AdGroupName, AssetGroupId, AssetGroupName, CampaignId, CampaignName, CampaignType, CustomerId, CustomerName, MatchedProductsAtAdGroup, MatchedProductsAtCampaign, MatchedProductsAtProductGroup, PartitionType, ProductGroup.

Value Description
AccountId The Microsoft Advertising assigned identifier of an account.
AccountName The account name.
AccountNumber The Microsoft Advertising assigned number of an account.
AdGroupCriterionId The Microsoft Advertising assigned identifier of an ad group criterion.

Note: In Performance max campaigns, this is ListingGroupId.
AdGroupId The Microsoft Advertising assigned identifier of an ad group.
AdGroupName The ad group name.
AssetGroupId The Microsoft Advertising assigned identifier of an asset group.
AssetGroupName The asset group name.
CampaignId The Microsoft Advertising assigned identifier of a campaign.
CampaignName The campaign name.
CampaignType The campaign type.

Possible values include Audience, Dynamic search, Performance max, Search & content, and Shopping.
CustomerId The Microsoft Advertising assigned identifier of a customer.
CustomerName The customer name.
MatchedProductsAtAdGroup The number of products per ad group that matched your product group targets.

Note: In Performance max campaigns, this is MatchedProductsAtAssetGroup.
MatchedProductsAtCampaign The number of products per campaign that matched your product group targets.
MatchedProductsAtProductGroup The number of products per product group that matched your product group targets.

Note: In Performance max campaigns, this is MatchedProductsAtListingGroup.
PartitionType The product partition type.
ProductGroup The backward slash delimited list of product conditions, reported as Operand = Attribute. The attribute values are surrounded by "" (double quotes). Here is an example: * / Category="Animals & Pet Supplies" / Category="Pet Supplies" / Category="Bird Supplies". The "*" (single asterisk) refers to a product group that matches everything else besides the other filters for the product group.

Note: In Performance max campaigns, this is ListingGroup.

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.

Column
AccountName
CampaignName

One or more of the MatchedProductsAtAdGroup, MatchedProductsAtCampaign, or MatchedProductsAtProductGroup performance statistics columns are also required.

Requirements

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

Used By

ProductMatchCountReportRequest