CustomizableFlashTemplateService provides operations for managing customizable Flash templates.
- addCustomizableFlashTemplate
- addCustomizableFlashTemplates
- copyCustomizableFlashTemplate
- copyCustomizableFlashTemplates
- deleteCustomizableFlashTemplate
- deleteCustomizableFlashTemplates
- getCustomizableFlashTemplate
- getCustomizableFlashTemplateCountByAccountID
- getCustomizableFlashTemplates
- getCustomizableFlashTemplatesByAccountID
- getCustomizableFlashTemplatesByFolderID
- moveCustomizableFlashTemplate
- moveCustomizableFlashTemplates
- updateCustomizableFlashTemplate
- updateCustomizableFlashTemplates
addCustomizableFlashTemplate
Add a customizable Flash template.
Capability required: CreativeWrite
License command group: CreativeUpload
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplate | CustomizableFlashTemplate | The customizable Flash template to add. | Req |
Response
CustomizableFlashTemplateResponse - The response, which indicates if the operation succeeded or failed, and the customizable Flash template.
addCustomizableFlashTemplates
Add a list of customizable Flash templates.
Quota is charged for each object in the request.
Capability required: CreativeWrite
License command group: CreativeUpload
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplates | CustomizableFlashTemplate[] | The list of customizable Flash templates to add. | Req |
Response
CustomizableFlashTemplateResponse[] - The list of responses, which indicate if the operations succeeded or failed, and the list of customizable Flash templates.
copyCustomizableFlashTemplate
Copy a customizable Flash template to a folder.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateID | long | The ID of the customizable Flash template to copy. | Req |
| destinationFolderID | long | The ID of the folder. | Req |
Response
CustomizableFlashTemplateResponse - The response, which indicates if the operation succeeded or failed, and the customizable Flash template.
copyCustomizableFlashTemplates
Copy a list of customizable Flash templates to a folder.
Quota is charged for each object in the request.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateIDs | long[] | The IDs of the customizable Flash templates to copy. | Req |
| destinationFolderID | long | The ID of the folder. | Req |
Response
CustomizableFlashTemplateResponse[] - The list of responses, which indicate if the operations succeeded or failed, and the list of customizable Flash templates.
deleteCustomizableFlashTemplate
Delete a customizable Flash template.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| cutomizableFlashTemplateID | long | The ID of the customizable Flash template to delete. | Req |
Response
BasicResponse - The response, which indicates if the operation succeeded or failed.
deleteCustomizableFlashTemplates
Delete a list of customizable Flash templates.
Quota is charged for each object in the request.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateIDs | long[] | The IDs of the customizable Flash templates to delete. | Req |
Response
BasicResponse[] - The list of responses, which indicate if the operations succeeded or failed.
getCustomizableFlashTemplate
Get a customizable Flash template.
Capability required: CreativeRead
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateID | long | The ID of the customizable Flash template to retrieve. | Req |
Response
CustomizableFlashTemplate - The customizable Flash template.
getCustomizableFlashTemplateCountByAccountID ( SOAP only )
Get a count of the customizable Flash templates for an account.
Capability required: CreativeRead
License command group: Creatives
Parameters
none
Response
long - A count of the customizable Flash templates for the account (in the request).
getCustomizableFlashTemplates
Get a list of customizable Flash templates.
Quota is charged for each object in the request.
Capability required: CreativeRead
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateIDs | long[] | The IDs of the customizable Flash templates to retrieve. | Req |
Response
CustomizableFlashTemplate[] - The list of customizable Flash templates.
getCustomizableFlashTemplatesByAccountID
Get the customizable Flash templates for an account.
Capability required: CreativeRead
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| startElement | int | The first element to retrieve (0-based; if a value <= 0 is entered, it will default to 0). | Req |
| numElements | int | The number of elements to retrieve (1000 maximum; if a value <=0 is entered, it will default to 1000). | Req |
Response
CustomizableFlashTemplate[] - The list of customizable Flash templates for the account (in the request).
getCustomizableFlashTemplatesByFolderID
Get the customizable Flash templates in a folder.
Capability required: CreativeRead
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| folderID | long | The ID of the (template) folder. | Req |
Response
CustomizableFlashTemplate[] - The list of customizable Flash templates in the specified folder.
moveCustomizableFlashTemplate
Move a customizable Flash template to a folder.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateID | long | The ID of the customizable Flash template to move. | Req |
| destinationFolderID | long | The ID of the folder. | Req |
Response
CustomizableFlashTemplateResponse - The response, which indicates if the operation succeeded or failed, and the customizable Flash template.
moveCustomizableFlashTemplates
Move a list of customizable Flash templates to a folder.
Quota is charged for each object in the request.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplateIDs | long[] | The IDs of the customizable Flash templates to move. | Req |
| destinationFolderID | long | The ID of the folder. | Req |
Response
CustomizableFlashTemplateResponse[] - The list of responses, which indicate if the operations succeeded or failed, and the list of customizable Flash templates.
updateCustomizableFlashTemplate
Update a customizable Flash template.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplate | CustomizableFlashTemplate | The customizable Flash template to update. | Req |
Response
CustomizableFlashTemplateResponse - The response, which indicates if the operation succeeded or failed, and the customizable Flash template.
updateCustomizableFlashTemplates
Update a list of customizable Flash templates.
Quota is charged for each object in the request.
Capability required: CreativeWrite
License command group: Creatives
Parameters
| Parameter | Data Type | Description | Restriction |
|---|---|---|---|
| customizableFlashTemplates | CustomizableFlashTemplate[] | The list of customizable Flash templates to update. | Req |
Response
CustomizableFlashTemplateResponse[] - The list of responses, which indicate if the operations succeeded or failed, and the list of customizable Flash templates.