Resource: StudioCreative
Contains studio creative information.
JSON representation |
---|
{ "id": string, "studioAccountId": string, "studioAdvertiserId": string, "studioCampaignId": string, "name": string, "format": enum ( |
Fields | |
---|---|
id |
Output only. Unique ID of this studio creative. This is a read-only, auto-generated field. |
studioAccountId |
Studio account ID of this creative. This field, if left unset, will be auto-populated. |
studioAdvertiserId |
Studio advertiser ID of this studio creative. This is a required field on insertion. |
studioCampaignId |
Studio campaign ID of this studio creative. This is a required field on insertion. |
name |
Identifier. Name of this studio creative. This is a required field on insertion. |
format |
Format of this studio creative. This is a required field on insertion. |
dimension |
Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING. |
status |
Output only. Status of this studio creative. It is a read-only field. |
dynamicProfileId |
Dynamic profile ID of this studio creative. |
backupImageAssetId |
Backup image asset ID of this studio creative. It is a required field on insertion. |
assetIds[] |
List of assets associated with this studio creative. It is a required field on insertion. |
createdInfo |
The timestamp when the studio creative was created. This is a read-only, auto-generated field. |
lastModifiedInfo |
The timestamp when the studio creative was last modified. This is a read-only, auto-generated field. |
Format
Format of this studio creative.
Enums | |
---|---|
UNKNOWN |
The format of the studio creative is unknown. This value is unused. |
BANNER |
Banner format. |
EXPANDING |
Expanding format. |
INTERSTITIAL |
Intertitial format. |
VPAID_LINEAR_VIDEO |
VPAID linear video creative format. |
Dimension
Dimension information for a studio creative.
JSON representation |
---|
{ "width": integer, "height": integer } |
Fields | |
---|---|
width |
Width of the studio creative. |
height |
Height of the studio creative. |
Status
Status of this studio creative.
Enums | |
---|---|
UNKNOWN_STATUS |
The status of the studio creative is unknown. This value is unused. |
IN_DEVELOPMENT |
The creative is still being developed. |
PUBLISHED |
The creative has been published and is ready for QA. |
QA_REJECTED |
The creative has failed QA and must be corrected. |
QA_APPROVED |
The creative has passed QA and is ready to be trafficked. |
TRAFFICKED |
The creative has been trafficked to an adserver. |
Methods |
|
---|---|
|
Gets a studio creative by ID. |
|
Inserts a new studio creative. |
|
Publish for a studio creative. |