beginPostSocialLinksImport

Definitio

The beginPostSocialLinksImport API Command will signal the start of the social links import. To add the links, use the “postSocialLinksImport” command and to end the process use the “commitPostSocialLinksImport” command.

Cost

Using this command consumes 1 credit.

Module

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

Parameters

campaignId The ID Number of the campaign.
siteId The ID Number of the site you will import links to.

Input URL Example

http://api.cognitiveseo.com/command.php?apiKey=your_api_key&command=beginpostsociallinksimport&campaignid=7&siteid=39

Output Example

Running this command will result in the following JSON output:

 

Output Details

api The name of the API you are currently using.
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.
Go Top