Skip to main content

files

Overview

Namefiles
TypeResource
Idgoogleads.dfareporting.files

Fields

NameDatatypeDescription
idstringThe unique ID of this report file.
lastModifiedTimestringThe timestamp in milliseconds since epoch when this file was last modified.
urlsobjectThe URLs where the completed report file can be downloaded.
dateRangeobjectRepresents a date range.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#file".
formatstringThe output format of the report. Only available once the file is available.
etagstringEtag of this resource.
statusstringThe status of the report file.
fileNamestringThe filename of the file.
reportIdstringThe ID of the report this file was generated from.

Methods

NameAccessible byRequired ParamsDescription
getSELECTfileId, reportIdRetrieves a report file by its report ID and file ID. This method supports media download.
listSELECTprofileIdLists files for a user profile.
reports_files_getSELECTfileId, profileId, reportIdRetrieves a report file by its report ID and file ID. This method supports media download.
reports_files_listSELECTprofileId, reportIdLists files for a report.