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. |
Read-only |
||
version |
Internal. |
Long |
Read-only |
|
assets |
Array of asset objects. |
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 |
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.
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". |
Read-only |
||
children |
Includes the count of the related entities. |
Read-only |
||
creativeAccountContact |
Internal. |
Boolean |
Read-only |
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" } |
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 |
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. |
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 |
Comments