<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AppsKeywordReportRow",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AppsKeywordReportRow"
  },
  "title" : "AppsKeywordReportRow"
}
-->

# AppsKeywordReportRow

A single row in an apps keyword report, containing keyword metadata, performance metrics, and optional bid recommendation insights.

```
object AppsKeywordReportRow
```

## Discussion

The `metadata` field captures keyword identifiers and configuration at report time, and `totalMetrics` contains the aggregated performance figures across the full reporting period.

### Example

```json
{
  "metadata": {
    "id": 888999000,
    "text": "productivity app",
    "matchType": "BROAD",
    "adAccountId": 123456789,
    "campaignId": 444555666,
    "adGroupId": 555666777,
    "status": "ENABLED",
    "deleted": false
  },
  "totalMetrics": {
    "localSpend": {
      "amount": "75.00",
      "currency": "USD"
    },
    "impressions": 5000,
    "taps": 250,
    "ttr": 0.05,
    "cpt": {
      "amount": "0.30",
      "currency": "USD"
    },
    "tapInstalls": 60,
    "totalInstalls": 72
  },
  "granularMetrics": [
    {
      "date": "2025-01-01",
      "localSpend": {
        "amount": "2.40",
        "currency": "USD"
      },
      "impressions": 160,
      "taps": 8,
      "tapInstalls": 2
    }
  ],
  "insights": {
    "bidRecommendation": {
      "suggestedBidAmount": 1.25
    }
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)