PRODUCT

Amazon Ad Server will be sunset in Q4 2024, please visit this page (AAS offboarding information) for offboarding support resources and sunset FAQs. Details shared on that page represent the most up to date information in the Help Center, if you find disparate information in other resources please default to the information in the AAS offboarding information page accordingly.

Please note that on October 1, 2024, the ability to create new campaigns, placements, and tag managers will be disabled.

Follow

adAssetFolder Object Definition

Note

Note: The Required column includes the following values:

  • Required: The field must be included in the POST call.

  • Read-only: The field is received in the GET call and required in the PUT call. It is not required in the POST call. You cannot edit this field.

  • Optional: If the field was received in the GET call, include it in the PUT call. This field is editable.

  • Internal: (For Amazon Ad Server (AAS) internal use) If the field was received in the GET call, include it in the PUT call.

Name

Description

Type

Required

Notes

id

ID of the ad.

Long

Read-only

relationsBag

Internal.

relationsBag Object

Read-only

version

Internal.

Long

Read-only

assets

Array of asset objects.

adAsset Object

Read-only

assetId

ID of the asset to be used.

Long

Read-only

assetStatus

Status of the asset to be used.

String

Read-only

source

Internal.

Boolean

Internal

width

Width of the asset.

Integer

Read-only

height

Height of the asset.

Integer

Read-only

assetName

Name of the asset to be used.

String

Read-only

folderId

ID of the folder in which the asset resides.

Long

Read-only

workspaceFolderId

Not applicable.

Long

Read-only

size

Size (in KB) of the asset.

Long

Read-only

duration

Length of the asset (If applicable).

Long

Read-only

bitRate

Bit rate of the asset (If applicable).

Long

Read-only

mimeType

Label used to identify the type of data.

String

Read-only

mediaType

Media type for the asset.

String

Read-only

format

Format of the asset, depending on the mediaType.

String

Read-only

Examples include jpg and mp4.

external

Determines if the asset is external.

Boolean

Internal

thumbnailUrl

URL of the asset thumbnail image.

String

Read-only

Object JSON Example

relationsBag Object

This object enables you to view the parent object of an object, for example, the account ID and name of an advertiser. This saves time because you do not need to call another call to get these details.

relationsBag Object Definition

Note

Note: The Required column includes the following values:

  • Required: The field must be included in the POST call.

  • Read-only: The field is received in the GET call and required in the PUT call. It is not required in the POST call. You cannot edit this field.

  • Optional: If the field was received in the GET call, include it in the PUT call. This field is editable.

  • Internal: (For Amazon Ad Server (AAS) internal use) If the field was received in the GET call, include it in the PUT call.

Name

Description

Type

Required

Notes

parents

This is an object of the entities that are related to this object, and depends on the object type.For example, a campaign will include "account", "advertiser", and "brand" data.

An advertiser will only include the "account".

Parents Object

Read-only

children

Includes the count of the related entities.

Children Object

Read-only

creativeAccountContact

Internal.

Boolean

Read-only

Object JSON Example

Parents Object

Parents Object Definition

Name

Description

Type

Required

Notes

account

Parent account of current entity (if applicable).

Object

Read-Only

Example:

{
 "id": 1072241834,
 "name": "testing account",
 "internal": false
 }

advertiser

Parent advertiser of current entity (if applicable).

Object

Read-Only

Example:

{
 "id": 1073741822,
 "name": "AAA"
 }

brand

Parent brand of current entity (if applicable).

Object

Read-Only

Example:

 {
 "id": 1073741833,
 "name": "BBB"
 }

campaign

Parent campaign of current entity (if applicable).

Object

Read-Only

Example:

 {
 "id": 1073741831,
 "name": "ccc"
 }

site

Parent site of current entity (if applicable).

Object

Read-Only

Example:

 {
 "id": 1073741853,
 "name": "ddd"
 }
Object JSON Example

Children Object

Children Object Definition

Name

Description

Type

Required

Notes

advertisers

Contains the count of child advertisers (if applicable).

Object

Read-Only

brands

Contains the count of child brands (if applicable).

Object

Read-Only

campaigns

Contains the count of child campaigns (if applicable).

Object

Read-Only

users

Contains the count of child users (if applicable).

Object

Read-Only

Object JSON Example

adAsset Object

adAsset Object Definition

Note

Note: The Required column includes the following values:

  • Required: The field must be included in the POST call.

  • Read-only: The field is received in the GET call and required in the PUT call. It is not required in the POST call. You cannot edit this field.

  • Optional: If the field was received in the GET call, include it in the PUT call. This field is editable.

  • Internal: (For Amazon Ad Server (AAS) internal use) If the field was received in the GET call, include it in the PUT call.

Name

Description

Type

Required

Notes

type

Type of entity.

String

Required

AdAsset

id

ID of the ad.

Long

Read-only

relationsBag

Internal.

relationsBag Object

Read-only

version

Internal.

Long

Read-only

assetId

ID of the asset to be used.

Long

Read-only

assetStatus

Status of the asset to be used.

String

Read-only

width

Width of the asset.

Integer

Read-only

Width is in pixels.

height

Height of the asset.

Integer

Read-only

Height is in pixels.

assetName

Name of the asset to be used.

String

Read-only

source

Internal.

Boolean

Internal

folderId

ID of the folder in which the asset resides.

Long

Read-only

workspaceFolderId

ID of the Workspace folder in which the asset is located.

Long

Read-only

size

Size of the asset.

Long

Read-only

Size is in bytes.

duration

Length of the asset (If applicable).

Long

Read-only

Duration is in milliseconds.

bitRate

Bit rate of the asset (If applicable).

Long

Read-only

bitRate is bits per second.

mimeType

Label used to identify the type of data.

String

Read-only

mediaType

Media type for the asset.

String

Read-only

format

Format of the asset, depending on the mediaType.

String

Read-only

Examples include jpg and mp4.

external

Determines if the asset is external.

Boolean

Internal

thumbnailUrl

URL of the asset thumbnail image.

String

Read-only

Object JSON Example

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments