---
title: CreativeResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/creativeresponse
---

# CreativeResponse

The response object for an ad creative operation.

## Declaration

```data
object CreativeResponse
```

## Properties

result: The full Creative object, populated on success and null on failure. See Creative. Read-only. error: Error details, populated on failure. See Error. Read-only.

## Discussion

Discussion The CreativeResponse object is the single-item response envelope returned by ad creative create, read, and update operations. Example {   "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": []     }   } }

## See Also

- [Creative](apple-ads-platform-api/creative.md)
- [CreativeCreate](apple-ads-platform-api/creativecreate.md)
- [CreativeUpdate](apple-ads-platform-api/creativeupdate.md)
- [CreativeQueryResponse](apple-ads-platform-api/creativequeryresponse.md)
- [CreativeEligibility](apple-ads-platform-api/creativeeligibility.md)
- [AssetReference](apple-ads-platform-api/assetreference.md)
- [AssetImage](apple-ads-platform-api/assetimage.md)
- [Destination](apple-ads-platform-api/destination.md)
- [DestinationCreate](apple-ads-platform-api/destinationcreate.md)
- [DestinationParameter](apple-ads-platform-api/destinationparameter.md)
- [CreativeRejectionReason](apple-ads-platform-api/creativerejectionreason.md)
- [CreativeRejectionReasonQueryRequest](apple-ads-platform-api/creativerejectionreasonqueryrequest.md)
- [CreativeRejectionReasonQueryResponse](apple-ads-platform-api/creativerejectionreasonqueryresponse.md)
- [LocaleInfo](apple-ads-platform-api/localeinfo.md)
