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

# Ad

The assignment of a creative to an ad group.

## Declaration

```data
object Ad
```

## Properties

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 Ad object. You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Ads. creativeId: The unique identifier for a Creative. This field is required in requests to Create an Ad. You can use the EQUALS and IN 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 AdGroup 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 to Create an Ad and Update an Ad. You can use the EQUALS, CONTAINS, STARTSWITH, and ENDSWITH Selector Condition operators with Find Ads. note: The name field is synonymous with the adName field in ReportingAd. 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 AdServingStatus for value descriptions. servingStatus: The indicator of the status of an Ad assignment with an ad group. See AdServingStatus for value descriptions. status: The status of the Ad. This field is required in requests to Create an Ad and Update an Ad. See AdStatus for value descriptions. 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

- [AdCreate](apple_ads/adcreate.md)
- [AdUpdate](apple_ads/adupdate.md)
- [AdResponse](apple_ads/adresponse.md)
- [AdListResponse](apple_ads/adlistresponse.md)
