changeRankTrackingFrequency

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:

 

 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.
Go Top