AdDistributionReportFilter Value Set - Reporting

Defines the ad distribution medium values that you can use to filter the report data. These values are also used as column values in reports that include ad distribution, such as the account performance report.

Syntax

<xs:simpleType name="AdDistributionReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Search" />
        <xs:enumeration value="Audience">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AdDistributionReportFilter value set has the following values: Audience, Search.

Value Description
Audience The report will contain audience ads.
Search The report will contain search ads.

Requirements

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

Used By

AccountPerformanceReportFilter
AdDynamicTextPerformanceReportFilter
AdGroupPerformanceReportFilter
AdPerformanceReportFilter
AgeGenderAudienceReportFilter
CampaignPerformanceReportFilter
ConversionPerformanceReportFilter
DestinationUrlPerformanceReportFilter
GeographicPerformanceReportFilter
GoalsAndFunnelsReportFilter
KeywordPerformanceReportFilter
ProfessionalDemographicsAudienceReportFilter
PublisherUsagePerformanceReportFilter
SearchCampaignChangeHistoryReportFilter
ShareOfVoiceReportFilter
UserLocationPerformanceReportFilter