Google Campaign Manager · Schema
Report
A Campaign Manager 360 report configuration. Reports provide performance data and analytics for campaigns, ads, placements, and other advertising dimensions.
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Report ID. Read-only, auto-generated field. |
| ownerProfileId | string | The user profile ID of the owner of this report. |
| accountId | string | The account ID this report belongs to. |
| subAccountId | string | The subaccount ID this report belongs to. |
| name | string | The name of the report. |
| fileName | string | The filename used when generating report files for this report. |
| type | string | The type of report. |
| format | string | The output format of the report. |
| etag | string | Etag of this resource. |
| lastModifiedTime | string | The timestamp (in milliseconds since epoch) of when this report was last modified. |
| kind | string | Identifies what kind of resource this is. Value is always dfareporting#report. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Report",
"type": "object",
"description": "A Campaign Manager 360 report configuration. Reports provide performance data and analytics for campaigns, ads, placements, and other advertising dimensions.",
"properties": {
"id": {
"type": "string",
"description": "Report ID. Read-only, auto-generated field."
},
"ownerProfileId": {
"type": "string",
"description": "The user profile ID of the owner of this report."
},
"accountId": {
"type": "string",
"description": "The account ID this report belongs to."
},
"subAccountId": {
"type": "string",
"description": "The subaccount ID this report belongs to."
},
"name": {
"type": "string",
"description": "The name of the report."
},
"fileName": {
"type": "string",
"description": "The filename used when generating report files for this report."
},
"type": {
"type": "string",
"description": "The type of report."
},
"format": {
"type": "string",
"description": "The output format of the report."
},
"etag": {
"type": "string",
"description": "Etag of this resource."
},
"lastModifiedTime": {
"type": "string",
"description": "The timestamp (in milliseconds since epoch) of when this report was last modified."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value is always dfareporting#report."
}
}
}