Microsoft Advertising APIs
ReportRequest Data Object

The base object for all report requests.

The ReportRequest object is used with the SubmitGenerateReport service operation.

Elements

Syntax

<xs:complexType name="ReportRequest">
  <xs:sequence>
    <xs:element minOccurs="0" name="Format" nillable="true" type="tns:ReportFormat" />
    <xs:element minOccurs="0" name="Language" nillable="true" type="tns:ReportLanguage" />
    <xs:element minOccurs="0" name="ReportName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ReturnOnlyCompleteData" nillable="true" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
<xs:element name="ReportRequest" nillable="true" type="tns:ReportRequest" />
Elements

Element Description Data Type

Format

Specifies the format of the report.

ReportFormat

Language

Specifies the language of the report.

ReportLanguage

ReportName

Specifies the name of the report.

string

ReturnOnlyCompleteData

Specifies whether partial data should be returned in the report if the data is incomplete for the requested period.

boolean

Remarks

The following data objects are derived from ReportRequest:

Requirements

WSDL: ReportingService.svc in version 6.

Page view tracker