REST Resource: accounts.reports.saved

  • A SavedReport resource represents a saved report within the AdSense Management API.

  • A SavedReport includes fields for its resource name (name) and the report title (title).

  • Saved reports can be generated in JSON or CSV format, or listed using the provided methods.

Resource: SavedReport

Representation of a saved report.

JSON representation
{
  "name": string,
  "title": string
}
Fields
name

string

Output only. Resource name of the report. Format: accounts/{account}/reports/{report}

title

string

Report title as specified by publisher.

Methods

generate

Generates a saved report.

generateCsv

Generates a csv formatted saved report.

list

Lists saved reports.