SearchInsightPerformanceReportRequest Data Object - Reporting

Defines a data object for SearchInsightPerformanceReportRequest.

Syntax

<xs:complexType name="SearchInsightPerformanceReportRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ReportRequest">
      <xs:sequence>
        <xs:element name="Aggregation" type="tns:ReportAggregation" />
        <xs:element name="Columns" nillable="true" type="tns:ArrayOfSearchInsightPerformanceReportColumn" />
        <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:SearchInsightPerformanceReportFilter" />
        <xs:element name="Scope" nillable="true" type="tns:AccountThroughCampaignReportScope" />
        <xs:element name="Time" nillable="true" type="tns:ReportTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The SearchInsightPerformanceReportRequest object has the following elements: Aggregation, Columns, Filter, Scope, Time.

Element Description Data Type
Aggregation Reserved. ReportAggregation
Columns Reserved. SearchInsightPerformanceReportColumn array
Filter Reserved. SearchInsightPerformanceReportFilter
Scope Reserved. AccountThroughCampaignReportScope
Time Reserved. ReportTime

The SearchInsightPerformanceReportRequest object has Inherited Elements.

Inherited Elements

Inherited Elements from ReportRequest

The SearchInsightPerformanceReportRequest object derives from the ReportRequest object, and inherits the following elements: ExcludeColumnHeaders, ExcludeReportFooter, ExcludeReportHeader, Format, FormatVersion, ReportName, ReturnOnlyCompleteData. The descriptions below are specific to SearchInsightPerformanceReportRequest, and might not apply to other objects that inherit the same elements from the ReportRequest object.

Element Description Data Type
ExcludeColumnHeaders Reserved. boolean
ExcludeReportFooter Reserved. boolean
ExcludeReportHeader Reserved. boolean
Format Reserved. ReportFormat
FormatVersion Reserved. string
ReportName Reserved. string
ReturnOnlyCompleteData Reserved. boolean

Requirements

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