http://www.FatTail.com/api
ReportJob Complex Type
http://www.FatTail.com/api : ReportJob Complex Type
Description
Information for a report that was initiated from the API.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ReportJob Extension of AdBookConnectEntity Complex Type
Information for a report that was initiated from the API.
Sequence
ReportJobID optional xs:long
System ID for a report that was run through the API.
ReportQuery optional ReportQuery Complex Type
Report query parameter and filter information.
Sequence
DeliveryDetailOutputColumnIDList optional ArrayOflong Complex Type
Columns selected for the report.
Sequence
long 0..∞ xs:long
FieldOutputColumnNameList optional ArrayOfstring Complex Type
Text names for the output columns selected.
Sequence
string 0..∞ xs:string
MetricOutputColumnIDList optional ArrayOflong Complex Type
System IDs for the metric columns selected.
Sequence
long 0..∞ xs:long
QueryFilterList optional ArrayOfQueryFilter Complex Type
Collection of query filter information.
Sequence
Sequence
FilterDictionary optional ArrayOfKeyValuePairOfstringstring Complex Type
Sequence
KeyValuePairOfstringstring 0..∞ KeyValuePairOfstringstring Complex Type
Sequence
key xs:string
value xs:string
FilterIDList optional ArrayOflong Complex Type
Collection of system IDs for the entity associated with the filter type.
Sequence
long 0..∞ xs:long
FilterType optional QueryFilterType Simple Type
Type of filter.
QueryParameterList optional ArrayOfQueryParameter Complex Type
Collection of query parameters.
Sequence
Sequence
ParameterValue optional xs:string
Parameter value.
Status optional ReportStatus Simple Type
Status of the report job.
StatusMessage optional xs:string
Status text associated with the current status.
Used By
ReportJob Element
reportJob Element
RunReportJobResult Element
GetReportJobResult Element
Source
<xs:complexType name="ReportJob" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q27="http://www.FatTail.com/api" base="q27:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="ReportJobID" type="xs:long" />
        <xs:element minOccurs="0" name="ReportQuery" nillable="true" type="q27:ReportQuery" />
        <xs:element minOccurs="0" name="Status" type="q27:ReportStatus" />
        <xs:element minOccurs="0" name="StatusMessage" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api