Returns list of available WordWatch strategies
Request:
https://api.wordwatch.com/v1/user/strategies.json?access_token=1234
Request Parameters:
| type optional |
type of strategy, indicating aim of optimization
|
Request Example:
{“type”=>2}
Response:
| id | WordWatch strategy unique identifier |
| name | WordWatch strategy name |
| type | type of strategy, indicating aim of optimization
|
Response Example:
[{"id"=>104,
"name"=>"Clicks maximizer strategy",
"type"=>1},
{"id"=>105,
"name"=>"Conversion maximizer strategy",
"type"=>2}]