Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.96 KB

bidstrategytypereportfilter.md

File metadata and controls

49 lines (43 loc) · 1.96 KB
title ms.service ms.subservice ms.topic author ms.author description
BidStrategyTypeReportFilter Value Set - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines the possible values that you can use to use to filter the report data by bid strategy type.

BidStrategyTypeReportFilter Value Set - Reporting

Defines the possible values that you can use to use to filter the report data by bid strategy type.

Syntax

<xs:simpleType name="BidStrategyTypeReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ManualCpc" />
        <xs:enumeration value="EnhancedCpc">
          <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 BidStrategyTypeReportFilter value set has the following values: EnhancedCpc, ManualCpc.

Value Description
EnhancedCpc The report will contain data related to keywords, ad groups, or campaigns that use the enhanced CPC bid strategy.
ManualCpc The report will contain data related to keywords, ad groups, or campaigns that use the manual CPC bid strategy.

Requirements

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

Used By

DSAAutoTargetPerformanceReportFilter
KeywordPerformanceReportFilter
ShareOfVoiceReportFilter