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

# AdGroupResponse

The response object for an ad group operation.

```
object AdGroupResponse
```

## Discussion

The `AdGroupResponse` object is the single-item response envelope returned by create, update, and delete ad group operations.

### Example

```json
{
  "result": {
    "id": 555666777,
    "name": "AwayFinder iOS — New Users 18-34",
    "adAccountId": 123456789,
    "campaignId": 444555666,
    "pricingModel": "CPT",
    "status": "ENABLED",
    "systemStatus": "RUNNING",
    "displayStatus": "RUNNING",
    "startTime": "2025-09-01T00:00:00.000",
    "endTime": "2025-12-31T23:59:59.000",
    "automatedKeywordsOptIn": false,
    "targeting": {
      "deviceClass": {
        "include": [
          "IPHONE"
        ]
      },
      "minAge": {
        "include": [
          "18"
        ]
      },
      "maxAge": {
        "include": [
          "34"
        ]
      }
    },
    "deleted": false,
    "creationTime": "2025-01-10T08:00:00.000",
    "modificationTime": "2025-06-01T10:00:00.000"
  }
}
```

---

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)