AppsReportingAd
Ad metadata for apps report rows.
Declaration
object AppsReportingAdProperties
| Name | Type | Description |
|---|---|---|
id | int64 | The ad’s unique identifier. |
name | string | The ad name as configured at report time. |
deleted | boolean | Whether the ad has been soft-deleted. |
status | AppsReportingAd.Status | Possible values: |
systemStatus | AppsReportingAd.SystemStatus | Possible values: |
systemStatusReasons | [AdSystemStatusReason] | System-applied reasons contributing to the current |
systemStatusLimitingReasons | [string] | Status-limiting reasons applied based on advertiser and system factors. |
adAccountId | int64 | The ad account this ad belongs to. |
campaignId | int64 | The campaign this ad belongs to. |
adGroupId | int64 | The ad group this ad belongs to. |
creationTime | date-time | Timestamp when the ad was created (ISO 8601). |
modificationTime | date-time | Timestamp of the ad’s last modification (ISO 8601). |
displayStatus | string | System-computed, rolled-up delivery state combining ad, ad group, and campaign conditions. |
creative | AppsReportingCreative | See AppsReportingCreative for details. |
countryOrRegion | string | Country or region groupBy dimension value, populated when |
deviceClass | string | Device class groupBy dimension value, populated when |
Discussion
The AppsReportingAd object is the ad metadata embedded in apps ad report rows. It captures the configuration and status of the ad at report time, providing the full organizational context (adAccountId, campaignId, adGroupId) alongside the ad’s operational state (status, systemStatus, displayStatus).
The creative field embeds an AppsReportingCreative summary capturing the creative type and system status, without needing a separate lookup.
Example
{
"id": 555666777,
"name": "AwayFinder - Search Ad",
"deleted": false,
"status": "ENABLED",
"systemStatus": "RUNNING",
"systemStatusReasons": [],
"systemStatusLimitingReasons": [],
"adAccountId": 123456789,
"campaignId": 234567890,
"adGroupId": 345678901,
"creationTime": "2025-01-10T08:00:00.000",
"modificationTime": "2025-02-01T12:30:00.000",
"displayStatus": "RUNNING",
"creative": {
"id": 456789012,
"creativeType": "DEFAULT_PRODUCT_PAGE",
"systemStatus": "VALID"
},
"countryOrRegion": "US",
"deviceClass": "IPHONE"
}Topics
Type Aliases
See Also
AppsReportingRequestAppsReportingCampaignAppsReportingAdGroupAppsReportingCreativeAppsCampaignReportResponseAppsCampaignReportRowAppsCampaignReportSummaryAppsCampaignResultContainerAppsAdGroupReportResponseAppsAdGroupReportRowAppsAdGroupReportSummaryAppsAdGroupResultContainerAppsAdReportResponseAppsAdReportRowAppsAdReportSummary