getKeywordCampaignStatus

Definition

The getKeywordCampaignStatus API Command displays information regarding your tracked keywords.

Cost

Using this command consumes 1 credit for each keyword.

Module

The command is included in the Campaign API Module and will only consume credits assigned for Campaign API Operations.

Parameters

campaignId The ID Number of the campaign.

Input URL Example

http://api.cognitiveseo.com/command.php?apiKey=your_api_key&command=getKeywordCampaignStatus&campaignId=5

Output Example

Running this command will result in the following JSON output:

 

 Output Details

status The status of the command (success or error).
dateAdded The date when the keyword was inserted in the API.
lastTrackingDate Last date when the keyword was tracked.
active If the keyword is paused. (Values: yes or no)
credits The credit cost of the command.
time The time it took to process the command.
Go Top