Contents

AdCreate

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

Declaration

object AdCreate

Properties

NameTypeDescription
adGroupIdint64

The unique identifier for an AdGroup.

You can use the EQUALS and IN Selector Condition operators with Find Ads.

campaignIdint64

The unique identifier for a campaign.

creationTimedate-time

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 Requiredint64

The unique identifier for a creative.

You can use the EQUALS and IN Selector Condition operators with Find Ads.

creativeTypestring

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.

deletedboolean

Indicates whether an Ad is deleted.

You can use the EQUALS and IN Selector Condition operators with Find Ads.

idint64

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.

modificationTimedate-time

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 Requiredstring

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.

orgIdint64

The identifier of the organization that owns the campaign. Your orgId is the same as your account in Apple Ads.

servingStateReasons[string]

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.

servingStatusstring

The indicator of the status of an Ad assignment with an AdGroup.

See AdServingStatus for value descriptions.

status Requiredstring

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

See Also

Ad Request and Response Objects