reports.list: List reports available in via the DoubleClick Reporting API

Description Usage Arguments Details Value Examples

Description

reports.list

Usage

1
2
reports.list(profileId, results = 10, scope = "", sortField = "",
  sortOrder = "", fields = "", delay = 2)

Arguments

profileId

The DFA profile ID - use userprofiles.list() to find yours

results

The number of reports to return. Defaults to 10, can be increased to make multiple API requests and get more reports.

scope

The scope that defines which results are returned, default is 'MINE'. Acceptable values are: "ALL": All reports in account. "MINE": My reports. (default) "SHARED_WITH_ME": reports shared with me.

sortField

The field by which to sort the list. Acceptable values are: "ID": Sort by file ID. "LAST_MODIFIED_TIME": Sort by 'lastmodifiedAt' field. (default)

sortOrder

Order of sorted results, default is 'DESCENDING', 'ASCENDING' is also valid.

fields

Subset of fields to include in the report

delay

Forced delay between API requests, to prevent errors

Details

List reports available in via the DoubleClick Reporting API

Value

File list (data table)

Examples

1
2
3
4
5
## Not run: 
reports.list(1234567,results=100)


## End(Not run)

WillemPaling/RDoubleClick documentation built on May 9, 2019, 10:58 p.m.