Contents

Creative

The creative object.

Declaration

object Creative

Properties

NameTypeDescription
adamIdint64

Your unique App Store app identifier. Use Get a Campaign or Get all Campaigns to obtain your adamId.

This field is required in requests to Create a Creative.

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

creationTimedate-time

The date and time of the creation of the Creative object.

You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Creatives.

idint64

The creativeId is a unique identifier for a creative.

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

modificationTimedate-time

The date and time of the most recent modification of the object.

You can use the EQUALS, LESS_THAN, and GREATER_THAN Selector Condition operators with Find Creatives.

namestring

The name of a creative.

This field is required in requests to Create a Creative.

You can use the EQUALS and CONTAINS Selector Condition operators with Find Creatives.

orgIdint64

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

statestring

The system state of the creative.

See CreativeState for value descriptions.

stateReasons[string]

The detailed explanation of the system state.

See CreativeStateReason for value descriptions.

typestring

The type of creative.

This field is required in requests to Create a Creative.

See CreativeType for value descriptions.

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

Mentioned in

See Also

Creative Request and Response Objects