---
title: AdUpdate
framework: Apple Ads
role: symbol
role_heading: Object
platforms: [search ads 4.0+]
path: apple_ads/adupdate
---

# AdUpdate

The request to update an ad.

## Declaration

```data
object AdUpdate
```

## Properties

creativeId: The unique identifier for a creative. adGroupId: The unique identifier for an AdGroup. You can use the EQUALS and IN Selector Condition operators with Find Ads. campaignId: The unique identifier for a campaign. creationTime: The date and time of the creation of the AdUpdate object. You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Ads. creativeType: The type of creative. See CreativeType for value descriptions. You can create one Creative per custom product page per organization. You can use the EQUALS Selector Condition operator with Find Ads. deleted: Indicates whether an Ad is deleted. You can use the EQUALS and IN Selector Condition operators with Find Ads. id: An adId is a unique identifier that represents the assignment relationship between an ad group and an ad. You can use the EQUALS and IN Selector Condition operators with Find Ads. modificationTime: The date and time of the most recent modification of the Ad. You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Ads. name: The unique name of the Ad assigned to an AdGroup. This field is required in requests and is updatable. You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Ads. orgId: The identifier of the organization that owns the campaign. Your orgId is the same as your account in Apple Ads. servingStateReasons: A list of reasons that displays when an Ad isn’t running. For example, if the DeviceClass changes, the servingStateReasons may change. See AdServingStateReasons for value descriptions. servingStatus: The indicator of the status of an ad assignment with an AdGroup. See AdServingStatus for value descriptions. status: The status of the Ad. This field is required in requests and is updatable. You can use the EQUALS and IN Selector Condition operators with Find Ads.

## Mentioned in

Apple Ads Campaign Management API 4

## See Also

### Ad Request and Response Objects

- [Ad](apple_ads/ad.md)
- [AdCreate](apple_ads/adcreate.md)
- [AdResponse](apple_ads/adresponse.md)
- [AdListResponse](apple_ads/adlistresponse.md)
