Definition
The beginPostLinksImport API Command will open a window of 3600 seconds in which you will be able to manually import links intro one of the campaigns. To add links to the campaign use the “postLinksImport” command and to end it use the “commitPostLinksImport” command.
Cost
Using this command consumes 1 credit.
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. |
siteid | The ID number of the site you wish to add links to. |
Input URL Example
http://api.cognitiveseo.com/command.php?apiKey=your_api_key&command=beginPostLinksImport&campaignId=2&siteId=1
Output Example
Running this command will result in the following JSON output:
1 2 3 4 5 6 7 8 |
{ "api": "cognitiveSEO API", "data": { "status": "success", "credits": 1 }, "time": 6.129 } |
Output Details
status | The status of the command (success or error). |
credits | The credit cost of the command. |
time | The time it took to process the command. |