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

# BrandsReportingCampaign

Campaign metadata for Apple Maps report rows.

```
object BrandsReportingCampaign
```

## Discussion

The `BrandsReportingCampaign` object is the campaign metadata embedded in `brands` campaign report rows. It captures the campaign’s full configuration at report time: identity, budget (`dailyBudget`), bid strategy, billing event, and the `BrandsTargetingProjection` snapshot of active supply placement and location targeting.

The `promotedObjectType` field is always `BUSINESS_BRAND` for Maps-based campaigns. The system populates the `brands` dimension fields (`deviceClass`, `locationId`, `supplyPlacement`) based on the `groupBy` dimensions in the report request.

### Example

```json
{
  "id": 555666777,
  "promotedObject": {
    "name": "AwayFinder Downtown"
  },
  "promotedObjectType": "BUSINESS_BRAND",
  "promotedObjectId": "123456789",
  "name": "AwayFinder Apple Maps Campaign",
  "status": "ENABLED",
  "deleted": false,
  "displayStatus": "RUNNING",
  "modificationTime": "2025-01-10T08:00:00.000",
  "creationTime": "2025-01-05T08:00:00.000",
  "adAccountId": 987654321,
  "systemStatus": "RUNNING",
  "systemStatusReasons": [],
  "billingEvent": "IMPRESSIONS",
  "systemStatusLimitingReasons": [],
  "targeting": {
    "supplyPlacement": {
      "include": ["MAPS_SEARCH_RESULTS", "MAPS_SEARCH_HOME"]
    },
    "lifetimeStorefronts": {
      "include": ["US", "CA"]
    },
    "supplySource": {
      "include": ["MAPS"]
    },
    "promotedLocationGroup": {
      "include": ["555666777"]
    },
    "promotedLocation": {
      "include": ["123456789"]
    }
  },
  "dailyBudget": {
    "value": {
      "amount": "50.00",
      "currency": "USD"
    }
  },
  "startTime": "2025-01-10T08: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",
  "deviceClass": "IPHONE",
  "locationId": "123456789",
  "supplyPlacement": "MAPS_SEARCH_RESULTS"
}
```

## Topics

### Type Aliases

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

The advertising channel type of the campaign at report time.

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

The billing event of the campaign at report time.

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

Advertiser-configurable serving status of the campaign at report time.

[`string BrandsReportingCampaign.SystemStatus`](/documentation/Apple-Ads-Platform-API/BrandsReportingCampaign/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)