DSAAutoTargetPerformanceReportFilter Data Object - Reporting

Defines the criteria to use to filter the DSA auto target performance report data.

Syntax

<xs:complexType name="DSAAutoTargetPerformanceReportFilter" 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="BidStrategyType" nillable="true" type="tns:BidStrategyTypeReportFilter" />
    <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter" />
    <xs:element minOccurs="0" name="DynamicAdTargetStatus" nillable="true" type="tns:DynamicAdTargetStatusReportFilter" />
    <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter" />
  </xs:sequence>
</xs:complexType>

Elements

The DSAAutoTargetPerformanceReportFilter object has the following elements: AccountStatus, AdGroupStatus, BidStrategyType, CampaignStatus, DynamicAdTargetStatus, Language.

Element Description Data Type
AccountStatus The report will include data for only the account 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 include data for only the ad group 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
BidStrategyType The report will include data for only the specified bid strategy types. BidStrategyTypeReportFilter
CampaignStatus The report will include data for campaigns that have the specified status value. You can specify one or more status values. CampaignStatusReportFilter
DynamicAdTargetStatus The report will include data for only the dynamic ad targets that have the specified status. DynamicAdTargetStatusReportFilter
Language The report will include data for only websites that used the specified languages.

You can specify one or more languages.
LanguageReportFilter

Requirements

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

Used By

DSAAutoTargetPerformanceReportRequest