Reports
Columns
Name
Type
Dimension
Description
Id [KEY]
Long
The unique ID of the report.
Name
String
The name of the report.
Type
String
The type of the report.
FileName
String
The name of the report.
Format
String
The output format of the report. If not specified, default format is 'CSV'. Note that the actual format in the completed report file might differ if for instance the report's size exceeds the format's capabilities. 'CSV' will then be the fallback format.
Criteria
String
The report criteria for a report of type STANDARD.
PathToConversionCriteria
String
The report criteria for a report of type PATH_TO_CONVERSION.
ReachCriteria
String
The report criteria for a report of type REACH.
CrossDimensionReachCriteria
String
The report criteria for a report of type CROSS_DIMENSION_REACH.
FloodlightCriteria
String
The report criteria for a report of type FLOODLIGHT.
Schedule
String
The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not 'TODAY'.
Delivery
String
The report's email delivery settings.
OwnerProfileId
Long
The user profile ID of the owner of this report.
AccountId
Long
Account Id to which this report belongs.
SubAccountId
Long
Sub account Id to which this report belongs, if applicable.
LastModifiedTime
String
The timestamp of when this report was last modified.
Kind
String
The kind of resource this is, in this case dfareporting#report.
eTag
String
The eTag of this response for caching purposes.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
Scope
String
The scope that defines which results are returned. Values aer ALL or MINE (default).
Last updated