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

# AppsReportingCampaign

Campaign metadata for apps report rows.

```
object AppsReportingCampaign
```

## Discussion

The `AppsReportingCampaign` object is the campaign metadata embedded in apps campaign report rows. It captures the campaign’s identity, operational status, budget, bid strategy, and targeting projection at report time.

The `groupBy` dimensions specified in the report request determine the values of the dimension fields (`countryOrRegion`, `deviceClass`, `gender`, `ageRange`, etc.).

### Example

```json
{
  "id": 555666777,
  "promotedObject": {
    "name": "AwayFinder"
  },
  "promotedObjectType": "APPSTORE_APP",
  "promotedObjectId": "123456789",
  "name": "AwayFinder - Search Results",
  "status": "ENABLED",
  "deleted": false,
  "displayStatus": "RUNNING",
  "modificationTime": "2025-01-10T08:00:00.000",
  "creationTime": "2024-11-01T08:00:00.000",
  "adAccountId": 987654321,
  "systemStatus": "RUNNING",
  "systemStatusReasons": [],
  "billingEvent": "TAPS",
  "systemStatusLimitingReasons": [],
  "targeting": {
    "supplyPlacement": {
      "include": ["APPSTORE_SEARCH_RESULTS"]
    },
    "lifetimeStorefronts": {
      "include": ["US"]
    },
    "countryOrRegion": {
      "include": ["US"]
    }
  },
  "dailyBudget": {
    "value": {
      "amount": "100.00",
      "currency": "USD"
    }
  },
  "startTime": "2024-11-01T08:00:00.000",
  "endTime": "2025-12-31T08:00:00.000",
  "lifetimeBudget": {
    "value": {
      "amount": "5000.00",
      "currency": "USD"
    }
  },
  "bidStrategy": {
    "bidStrategyType": "MANUAL_CPT",
    "bid": {
      "amount": "1.50",
      "currency": "USD"
    }
  },
  "adChannelType": "SEARCH",
  "countryOrRegion": "US",
  "deviceClass": "IPHONE",
  "gender": "F",
  "ageRange": "25-34",
  "locality": "San Francisco",
  "countryCode": "US",
  "adminArea": "CA"
}
```

## Topics

### Type Aliases

[`string AppsReportingCampaign.AdChannelType`](/documentation/Apple-Ads-Platform-API/AppsReportingCampaign/AdChannelType-data.typealias)

The advertising channel type of the campaign at report time.

[`string AppsReportingCampaign.BillingEvent`](/documentation/Apple-Ads-Platform-API/AppsReportingCampaign/BillingEvent-data.typealias)

The billing event of the campaign at report time.

[`string AppsReportingCampaign.Status`](/documentation/Apple-Ads-Platform-API/AppsReportingCampaign/Status-data.typealias)

Advertiser-configurable run state of the campaign at report time.

[`string AppsReportingCampaign.SystemStatus`](/documentation/Apple-Ads-Platform-API/AppsReportingCampaign/SystemStatus-data.typealias)

System-evaluated delivery state of the campaign at report time.

---

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)