resource_parameter_mgr_update
Back to SOAP Architecture Method Reference
Description
The resource_parameter_mgr_update method updates a specific content variable (JavaScript or Flash) associated with a resource on your domain. The resource could be one of the following:
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Indicates whether or not the resource_parameter is active. | Boolean | R |
flash_parameters | An ampersand-separated string of name=value pairs containing the Flash or JavaScript variables you want to add. For example: station=king&language=english&country=canada | string | R |
id | The unique ID# of the resource_parameter. | bstypes:ResourceId | R |
parent_id | The unique ID# of the player, display unit or ad copy with which the variable is associated. | bstypes:ResourceId | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the updated resource_parameter. | bstypes:ResourceId | R |