SubmitGenerateReport Service Operation - Reporting

Submits a report request.

Reporting is an asynchronous process. The following is the general flow for requesting a report.

  • Create a request with the report parameters. Do not use the ReportRequest object. Instead, you must use one of the derived report request objects, for example the CampaignPerformanceReportRequest. For a list of reports, see the Report Types guide.
  • Send a request to the reporting service i.e., via SubmitGenerateReport.
  • The service queues the request until it's able to process it
  • Poll the service periodically to get the status of the report job i.e., via PollGenerateReport
  • When the poll status is Success, use the URL that the service provides to download the report.

For more information, see the Request and Download a Report guide.

Note

You must use the same user credentials for the SubmitGenerateReport and PollGenerateReport.

Request Elements

The SubmitGenerateReportRequest object defines the body and header elements of the service operation request. The elements must be in the same order as shown in the Request SOAP.

Note

Unless otherwise noted below, all request elements are required.

Request Body Elements

Element Description Data Type
ReportRequest The report request. The request must be an object that derives from ReportRequest. For a list of report request types, see Report Types. ReportRequest

Request Header Elements

Element Description Data Type
AuthenticationToken The OAuth access token that represents the credentials of a user who has permissions to Microsoft Advertising accounts.

For more information see Authentication with OAuth.
string
CustomerAccountId The identifier of the ad account that owns or is associated with the entities in the request. This header element must have the same value as the AccountId body element when both are required. This element is required for most service operations, and as a best practice you should always set it.

For more information see Get Your Account and Customer IDs.
string
CustomerId The identifier of the manager account (customer) the user is accessing or operating from. A user can have access to multiple manager accounts. This element is required for most service operations, and as a best practice you should always set it.

For more information see Get Your Account and Customer IDs.
string
DeveloperToken The developer token used to access the Bing Ads API.

For more information see Get a Developer Token.
string
Password This element is reserved for internal use and will be removed from a future version of the API. You must use the AuthenticationToken element to set user credentials. string
UserName This element is reserved for internal use and will be removed from a future version of the API. You must use the AuthenticationToken element to set user credentials. string

Response Elements

The SubmitGenerateReportResponse object defines the body and header elements of the service operation response. The elements are returned in the same order as shown in the Response SOAP.

Response Body Elements

Element Description Data Type
ReportRequestId The identifier of the report request.

Use this identifier when calling the PollGenerateReport to determine the status of the report request.

The identifier is valid for a maximum of one day. If you have not successfully downloaded the file within this period, it is removed from the download site and you will need to get a new report request identifier.

The string has a length up to 40 and can contain any character.
string

Response Header Elements

Element Description Data Type
TrackingId The identifier of the log entry that contains the details of the API call. string

Request SOAP

This template was generated by a tool to show the order of the body and header elements for the SOAP request. For supported types that you can use with this service operation, see the Request Body Elements reference above.

<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://bingads.microsoft.com/Reporting/v13">
    <Action mustUnderstand="1">SubmitGenerateReport</Action>
    <AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
    <CustomerAccountId i:nil="false">ValueHere</CustomerAccountId>
    <CustomerId i:nil="false">ValueHere</CustomerId>
    <DeveloperToken i:nil="false">ValueHere</DeveloperToken>
  </s:Header>
  <s:Body>
    <SubmitGenerateReportRequest xmlns="https://bingads.microsoft.com/Reporting/v13">
      <ReportRequest i:nil="false" i:type="-- derived type specified here with the appropriate prefix --">
        <ExcludeColumnHeaders i:nil="false">ValueHere</ExcludeColumnHeaders>
        <ExcludeReportFooter i:nil="false">ValueHere</ExcludeReportFooter>
        <ExcludeReportHeader i:nil="false">ValueHere</ExcludeReportHeader>
        <Format i:nil="false">ValueHere</Format>
        <FormatVersion i:nil="false">ValueHere</FormatVersion>
        <ReportName i:nil="false">ValueHere</ReportName>
        <ReturnOnlyCompleteData i:nil="false">ValueHere</ReturnOnlyCompleteData>
        <!--These fields are applicable if the derived type attribute is set to AccountPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AccountPerformanceReportColumn>ValueHere</AccountPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to CampaignPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <CampaignPerformanceReportColumn>ValueHere</CampaignPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Status i:nil="false">ValueHere</Status>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AdDynamicTextPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AdDynamicTextPerformanceReportColumn>ValueHere</AdDynamicTextPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AdType i:nil="false">ValueHere</AdType>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AdGroupPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AdGroupPerformanceReportColumn>ValueHere</AdGroupPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Language i:nil="false">ValueHere</Language>
          <Status i:nil="false">ValueHere</Status>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AdPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AdPerformanceReportColumn>ValueHere</AdPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AdType i:nil="false">ValueHere</AdType>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to KeywordPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <KeywordPerformanceReportColumn>ValueHere</KeywordPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdRelevance i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:int>ValueHere</a1:int>
          </AdRelevance>
          <AdType i:nil="false">ValueHere</AdType>
          <BidMatchType i:nil="false">ValueHere</BidMatchType>
          <BidStrategyType i:nil="false">ValueHere</BidStrategyType>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeliveredMatchType i:nil="false">ValueHere</DeliveredMatchType>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <ExpectedCtr i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:int>ValueHere</a1:int>
          </ExpectedCtr>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
          <Keywords i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </Keywords>
          <LandingPageExperience i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:int>ValueHere</a1:int>
          </LandingPageExperience>
          <Language i:nil="false">ValueHere</Language>
          <QualityScore i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:int>ValueHere</a1:int>
          </QualityScore>
        </Filter>
        <MaxRows>ValueHere</MaxRows>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Sort i:nil="false">
          <KeywordPerformanceReportSort>
            <SortColumn>ValueHere</SortColumn>
            <SortOrder>ValueHere</SortOrder>
          </KeywordPerformanceReportSort>
        </Sort>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to DestinationUrlPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <DestinationUrlPerformanceReportColumn>ValueHere</DestinationUrlPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to BudgetSummaryReportRequest-->
        <Columns i:nil="false">
          <BudgetSummaryReportColumn>ValueHere</BudgetSummaryReportColumn>
        </Columns>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AgeGenderAudienceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AgeGenderAudienceReportColumn>ValueHere</AgeGenderAudienceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProfessionalDemographicsAudienceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ProfessionalDemographicsAudienceReportColumn>ValueHere</ProfessionalDemographicsAudienceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to UserLocationPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <UserLocationPerformanceReportColumn>ValueHere</UserLocationPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <CountryCode i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </CountryCode>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to PublisherUsagePerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <PublisherUsagePerformanceReportColumn>ValueHere</PublisherUsagePerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to SearchQueryPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <SearchQueryPerformanceReportColumn>ValueHere</SearchQueryPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AdType i:nil="false">ValueHere</AdType>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeliveredMatchType i:nil="false">ValueHere</DeliveredMatchType>
          <ExcludeZeroClicks>ValueHere</ExcludeZeroClicks>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
          <Language i:nil="false">ValueHere</Language>
          <SearchQueries i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </SearchQueries>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ConversionPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ConversionPerformanceReportColumn>ValueHere</ConversionPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
          <Keywords i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </Keywords>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to GoalsAndFunnelsReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <GoalsAndFunnelsReportColumn>ValueHere</GoalsAndFunnelsReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <GoalIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </GoalIds>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to NegativeKeywordConflictReportRequest-->
        <Columns i:nil="false">
          <NegativeKeywordConflictReportColumn>ValueHere</NegativeKeywordConflictReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <!--These fields are applicable if the derived type attribute is set to SearchCampaignChangeHistoryReportRequest-->
        <Columns i:nil="false">
          <SearchCampaignChangeHistoryReportColumn>ValueHere</SearchCampaignChangeHistoryReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <HowChanged i:nil="false">ValueHere</HowChanged>
          <ItemChanged i:nil="false">ValueHere</ItemChanged>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AdExtensionByAdReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AdExtensionByAdReportColumn>ValueHere</AdExtensionByAdReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AdExtensionByKeywordReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AdExtensionByKeywordReportColumn>ValueHere</AdExtensionByKeywordReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AudiencePerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AudiencePerformanceReportColumn>ValueHere</AudiencePerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AdExtensionDetailReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AdExtensionDetailReportColumn>ValueHere</AdExtensionDetailReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceOS i:nil="false">ValueHere</DeviceOS>
          <DeviceType i:nil="false">ValueHere</DeviceType>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ShareOfVoiceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ShareOfVoiceReportColumn>ValueHere</ShareOfVoiceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <BidMatchType i:nil="false">ValueHere</BidMatchType>
          <BidStrategyType i:nil="false">ValueHere</BidStrategyType>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeliveredMatchType i:nil="false">ValueHere</DeliveredMatchType>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <KeywordStatus i:nil="false">ValueHere</KeywordStatus>
          <Keywords i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </Keywords>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProductDimensionPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ProductDimensionPerformanceReportColumn>ValueHere</ProductDimensionPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProductPartitionPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ProductPartitionPerformanceReportColumn>ValueHere</ProductPartitionPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProductPartitionUnitPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ProductPartitionUnitPerformanceReportColumn>ValueHere</ProductPartitionUnitPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProductSearchQueryPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ProductSearchQueryPerformanceReportColumn>ValueHere</ProductSearchQueryPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <AdType i:nil="false">ValueHere</AdType>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <ExcludeZeroClicks>ValueHere</ExcludeZeroClicks>
          <Language i:nil="false">ValueHere</Language>
          <SearchQueries i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </SearchQueries>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProductMatchCountReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <ProductMatchCountReportColumn>ValueHere</ProductMatchCountReportColumn>
        </Columns>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to ProductNegativeKeywordConflictReportRequest-->
        <Columns i:nil="false">
          <ProductNegativeKeywordConflictReportColumn>ValueHere</ProductNegativeKeywordConflictReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <!--These fields are applicable if the derived type attribute is set to CallDetailReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <CallDetailReportColumn>ValueHere</CallDetailReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to GeographicPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <GeographicPerformanceReportColumn>ValueHere</GeographicPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdDistribution i:nil="false">ValueHere</AdDistribution>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <CountryCode i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </CountryCode>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to DSASearchQueryPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <DSASearchQueryPerformanceReportColumn>ValueHere</DSASearchQueryPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <ExcludeZeroClicks>ValueHere</ExcludeZeroClicks>
          <FeedUrl i:nil="false">ValueHere</FeedUrl>
          <Language i:nil="false">ValueHere</Language>
          <SearchQueries i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:string>ValueHere</a1:string>
          </SearchQueries>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to DSAAutoTargetPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <DSAAutoTargetPerformanceReportColumn>ValueHere</DSAAutoTargetPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <BidStrategyType i:nil="false">ValueHere</BidStrategyType>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DynamicAdTargetStatus i:nil="false">ValueHere</DynamicAdTargetStatus>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to DSACategoryPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <DSACategoryPerformanceReportColumn>ValueHere</DSACategoryPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <AdStatus i:nil="false">ValueHere</AdStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <Language i:nil="false">ValueHere</Language>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to HotelDimensionPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <HotelDimensionPerformanceReportColumn>ValueHere</HotelDimensionPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to HotelGroupPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <HotelGroupPerformanceReportColumn>ValueHere</HotelGroupPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AdGroupStatus i:nil="false">ValueHere</AdGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
          <DeviceType i:nil="false">ValueHere</DeviceType>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AdGroups i:nil="false">
            <AdGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AdGroupId>ValueHere</AdGroupId>
            </AdGroupReportScope>
          </AdGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
        <!--These fields are applicable if the derived type attribute is set to AssetGroupPerformanceReportRequest-->
        <Aggregation>ValueHere</Aggregation>
        <Columns i:nil="false">
          <AssetGroupPerformanceReportColumn>ValueHere</AssetGroupPerformanceReportColumn>
        </Columns>
        <Filter i:nil="false">
          <AccountStatus i:nil="false">ValueHere</AccountStatus>
          <AssetGroupStatus i:nil="false">ValueHere</AssetGroupStatus>
          <CampaignStatus i:nil="false">ValueHere</CampaignStatus>
        </Filter>
        <Scope i:nil="false">
          <AccountIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a1:long>ValueHere</a1:long>
          </AccountIds>
          <AssetGroups i:nil="false">
            <AssetGroupReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
              <AssetGroupId>ValueHere</AssetGroupId>
            </AssetGroupReportScope>
          </AssetGroups>
          <Campaigns i:nil="false">
            <CampaignReportScope>
              <AccountId>ValueHere</AccountId>
              <CampaignId>ValueHere</CampaignId>
            </CampaignReportScope>
          </Campaigns>
        </Scope>
        <Time i:nil="false">
          <CustomDateRangeEnd i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeEnd>
          <CustomDateRangeStart i:nil="false">
            <Day>ValueHere</Day>
            <Month>ValueHere</Month>
            <Year>ValueHere</Year>
          </CustomDateRangeStart>
          <PredefinedTime i:nil="false">ValueHere</PredefinedTime>
          <ReportTimeZone i:nil="false">ValueHere</ReportTimeZone>
        </Time>
      </ReportRequest>
    </SubmitGenerateReportRequest>
  </s:Body>
</s:Envelope>

Response SOAP

This template was generated by a tool to show the order of the body and header elements for the SOAP response.

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://bingads.microsoft.com/Reporting/v13">
    <TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
  </s:Header>
  <s:Body>
    <SubmitGenerateReportResponse xmlns="https://bingads.microsoft.com/Reporting/v13">
      <ReportRequestId d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</ReportRequestId>
    </SubmitGenerateReportResponse>
  </s:Body>
</s:Envelope>

Code Syntax

The example syntax can be used with Bing Ads SDKs. See Bing Ads API Code Examples for more examples.

public async Task<SubmitGenerateReportResponse> SubmitGenerateReportAsync(
	ReportRequest reportRequest)
{
	var request = new SubmitGenerateReportRequest
	{
		ReportRequest = reportRequest
	};

	return (await ReportingService.CallAsync((s, r) => s.SubmitGenerateReportAsync(r), request));
}
static SubmitGenerateReportResponse submitGenerateReport(
	ReportRequest reportRequest) throws RemoteException, Exception
{
	SubmitGenerateReportRequest request = new SubmitGenerateReportRequest();

	request.setReportRequest(reportRequest);

	return ReportingService.getService().submitGenerateReport(request);
}
static function SubmitGenerateReport(
	$reportRequest)
{

	$GLOBALS['Proxy'] = $GLOBALS['ReportingProxy'];

	$request = new SubmitGenerateReportRequest();

	$request->ReportRequest = $reportRequest;

	return $GLOBALS['ReportingProxy']->GetService()->SubmitGenerateReport($request);
}
response=reporting_service.SubmitGenerateReport(
	ReportRequest=ReportRequest)

Requirements

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