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

# AdCreate

The request to create an ad, and assign a creative to an ad group.

## Declaration

```data
object AdCreate
```

## 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 AdCreate object. You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Ads. creativeId: The unique identifier for a creative. 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 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 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.  See AdStatus for value descriptions. This field 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)
- [AdUpdate](apple_ads/adupdate.md)
- [AdResponse](apple_ads/adresponse.md)
- [AdListResponse](apple_ads/adlistresponse.md)
