SavedReport

  • A Saved Report in AdSense Management API is represented by a JSON object with name and title fields.

  • The name field is a string representing the output-only resource name of the report in the format accounts/{account}/reports/{report}.

  • The title field is a string containing the report title as specified by the publisher.

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.