====== Task ====== === Description === Task - is the object in the folder structure. === Structure === * [[en:api:account:folder:task:getdaystats]] * [[en:api:account:folder:task:copytasksettings]] * [[en:api:account:folder:task:movetasks]] * [[en:api:account:folder:task:deletetasks]] * [[en:api:account:folder:task:settasksparams]] * [[en:api:account:folder:task:clonetask]] * [[en:api:account:folder:task:addtask]] * [[en:api:account:folder:task:gettasks]] * [[en:api:account:folder:task:getwholetask]] * [[en:api:account:folder:task:timedistibution]] * [[en:api:account:folder:task:geotargeting]] * [[en:api:account:folder:task:weektargeting]] * [[en:api:account:folder:task:timetargeting]] === Attributes === ^ Attributes ^ Type ^ Minimal length(of symbols)/value ^ Maximal length(of symbols)/value ^ Description ^ Additional information ^ | TaskID | integer | 1 | 99 | Identifier, unique in the task folder.| | | Name | string | 0 | 50 | Name of task. Used for user's convenience. | | | Mask | string | 0 | 50 | Mask of the elements searching while the task is running | | | Domain | string | 5 | 255 | Domain, concerning which the task will performed | | | External source | string | 5 | 500 | Link to an external source that will be used while performing of task | | | IgnoreGU | boolean | - | - | Ignoring global uniqueness. | | | AllowProxy | boolean | - | - | Permission to perform tasks with clients, which defined by the system as proxified. | | | AllowStatic | boolean | - | - | Permission to perform tasks with clients, which defined by the system as for static IP. | | | UniquePeriod | integer | 0 | 28800 | Period of uniqueness for the task (in minutes). During this period, the task can not be done by the same IP more than once | | | RangeSize | integer | 4 | 24 | Size of the range subnet. | The subnet mask in the range of which only one IP in a row can perform the task | | BeforeClick | integer | 10 | 900 | Average time of task performance before the transition. | | | AfterClick | integer | 0 | 900 | Average time of task performance after the transition. | | | Frozen | boolean | - | - | If true, the task will not included to operation | | | Growth | real | -100 | 100 | Daily growth of the tasks number | Sets the daily increase in the number of performed tasks as a percentage of the daily target. | | Days | integer | 0 | 4294967296 | The number of days when the task works | Used in the calculation of daily growth. Can be set to an arbitrary value. Increased by one every midnight | | List ID | integer | 0 | 20 | Identifier list of IP ranges to be applied to this task | If 0, the list of IP ranges does not apply to the task | | List mode | boolean | - | - | Operating mode of the IP list (true - mode "Blacklist", false - mode "White List") | In the "black list" mode the task performing is permitted for all IP, which are not present in the list. In the "White List" mode the task performing is permitted only for addresses from the list | | Profile | string | 0 | 50 | The task profile | Specifies the name of profile which used to run the task | | Profile storage | string | 0 | 255 | HTTP address of task profile storage | Specifies the address which used as a storage for the profiles of given task |