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

# AppsReportingAdGroup.PricingModel

The pricing model of the ad group at report time.

```
string AppsReportingAdGroup.PricingModel
```

## Discussion

This determines which report metrics are directly tied to cost: `CPM` pairs with impression-based billing and `CPT` with tap-based billing.

### Example

```json
{
  "pricingModel": "CPT"
}
```

See [`ReportingPricingModel`](/documentation/Apple-Ads-Platform-API/ReportingPricingModel) for additional context.

---

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)