Page Summary
-
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 |
Output only. Resource name of the report. Format: accounts/{account}/reports/{report} |
title |
Report title as specified by publisher. |
Methods |
|
|---|---|
|
Generates a saved report. |
|
Generates a csv formatted saved report. |
|
Lists saved reports. |