====== Changing the task settings ======
=== Description ===
Changes the parameters of specified tasks, setting their values equal to the specified ones.
=== Request code ===
OC_SETTASKSPARAMS
=== Request errors ===
^ Request code ^ Code meaning ^ Explanation ^
| QE_FOLDER_NOT_FOUND | Folder not found | The folder was not found|
=== Request body ===
"Action":,
"Data":{
"Token":,
"Folder ID":,
"Mask":,
"Name":,
"Ignore GU":,
"Allow proxy":,
"Allow static":,
"Unique period":,
"Range size":,
"Domain":,
"Ext source":,
"Before click":,
"After click":,
"Frozen":,
"Growth":,
"Days":,
"List ID":,
"List mode":,
"Profile":,
"Profile storage":,
"Geo targeting":[
{ "Zone ID": 1, "Target": },
{ "Zone ID": 2, "Target": },
...
{ "Zone ID": N, "Target": }
],
"Day targeting":[
{ "Hour": 1, "Max": ,"Min":},
{ "Hour": 2, "Max": ,"Min":},
...
{ "Hour": N, "Max": ,"Min":}
],
"Week targeting":[
{ "Day": 1, "Target": },
{ "Day": 2, "Target": },
...
{ "Day": N, "Target": },
],
"Time distribution":[
{"Percent":,"Priority":},
{"Percent":,"Priority":},
...
{"Percent":,"Priority":},
],
"Task IDs":[
,
,
...
]
}
=== Response body ===
"Status":"Success"
=== Additionally ===
* If any of the parameters are not specified, their values remain unchanged.