class Files extends Resource (View source)

The "files" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $files = $dfareportingService->files;

Methods

get(string $reportId, string $fileId, array $optParams = [])

Retrieves a report file by its report ID and file ID. This method supports media download. (files.get)

listFiles(string $profileId, array $optParams = [])

Lists files for a user profile. (files.listFiles)

Details

DfareportingFile get(string $reportId, string $fileId, array $optParams = [])

Retrieves a report file by its report ID and file ID. This method supports media download. (files.get)

Parameters

string $reportId

The ID of the report.

string $fileId

The ID of the report file.

array $optParams

Optional parameters.

Return Value

DfareportingFile

Exceptions

Exception

FileList listFiles(string $profileId, array $optParams = [])

Lists files for a user profile. (files.listFiles)

Parameters

string $profileId

The Campaign Manager 360 user profile ID.

array $optParams

Optional parameters.

Return Value

FileList

Exceptions

Exception