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

# CreativeResponse

The response object for an ad creative operation.

```
object CreativeResponse
```

## Discussion

The `CreativeResponse` object is the single-item response envelope returned by ad creative create, read, and update operations.

### Example

```json
{
  "result": {
    "id": 666777888,
    "adAccountId": 123456789,
    "name": "AwayFinder - Summer Campaign Creative",
    "creativeType": "CUSTOM_PRODUCT_PAGE",
    "creativeSpec": {},
    "destination": {
      "destinationType": "APP_STORE_PRODUCT_PAGE",
      "parameters": {
        "adamId": "987654321",
        "productPageId": "76659d7a-d146-43d3-b6b8-b7a12f74bf6b"
      },
      "url": "https://apps.apple.com/us/app/id/987654321"
    },
    "systemStatus": "VALID",
    "systemStatusReasons": [],
    "creationTime": "2025-06-01T10:00:00.000",
    "modificationTime": "2025-06-01T10:00:00.000",
    "eligibility": {
      "status": "ELIGIBLE",
      "allowedGroups": [
        {
          "supplyPlacement": ["APPSTORE_SEARCH_RESULTS"],
          "countryOrRegion": ["US"]
        }
      ],
      "blockedGroups": []
    }
  }
}
```

---

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)