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

# BrandsKeywordReportRow

A single row in a Brands keyword report response.

```
object BrandsKeywordReportRow
```

## Discussion

The `BrandsKeywordReportRow` object contains keyword metadata, performance metrics, and optional keyword insights for a single reporting row.

### Example

```json
{
  "metadata": {
    "id": 888999100,
    "text": "coffee near me",
    "matchType": "PHRASE",
    "adAccountId": 123456789,
    "campaignId": 444555999,
    "adGroupId": 555666888,
    "status": "ENABLED",
    "deleted": false,
    "locationId": "555666777"
  },
  "totalMetrics": {
    "localSpend": {
      "amount": "845.50",
      "currency": "USD"
    },
    "impressions": 620000,
    "taps": 9800,
    "ttr": 0.0158,
    "cpt": {
      "amount": "0.09",
      "currency": "USD"
    },
    "cpm": {
      "amount": "1.36",
      "currency": "USD"
    }
  },
  "granularMetrics": [
    {
      "date": "2025-01-10",
      "localSpend": {
        "amount": "845.50",
        "currency": "USD"
      },
      "impressions": 620000,
      "taps": 9800,
      "ttr": 0.0158,
      "cpt": {
        "amount": "0.09",
        "currency": "USD"
      },
      "cpm": {
        "amount": "1.36",
        "currency": "USD"
      }
    }
  ],
  "insights": {
    "bidRecommendation": {
      "suggestedBidAmount": 2.35
    }
  }
}
```

---

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)