Definition
The changeRankTrackingFrequency API Command will change the frequency for rank tracking updates for the account.
Cost
Using this command consumes 1 credit for each keyword added.
Module
The command is included in the Campaign API Module and will only consume credits assigned for Campaign API Operations.
Parameters
frequency | The new frequency for rank tracking. (Values: daily or weekly) |
Input URL Example
http://api.cognitiveseo.com/command.php?apiKey=your_api_key&command=changeRankTrackingFrequency&frequency=weekly
Output Example
Running this command will result in the following JSON output:
1 2 3 4 5 6 7 8 9 |
{ "api": "cognitiveSEO API", "data": { "status": "success", "message": "updated to weekly", "credits": 1 }, "time": 0.045 } |
Output Details
status | The status of the command (success or error). |
message | How the frequency was changed. |
credits | The credit cost of the command. |
time | The time it took to process the command. |