getSocialVisibility

Definition

The getSocialVisibility API Command will return the social data regarding the links in the campaign.

Cost

Using this command consumes 1 credit for each data point extracted.

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 will import links to.
includeNoise (optional) Filters the noise. Default value = no

Input URL Example

http://api.cognitiveseo.com/command.php?apiKey=your_api_key&command=getSocialVisibility&campaignId=7&siteId=39&includeNoise=yes&limit=10

Output Example

Running this command will result in the following JSON output:

 

Output Details

status The status of the command (success or error).
url The URL for the link.
fbLikes Total number of Facebook likes.
fbShares Total number of Facebook shares.
fbComments Total number of Facebook comments.
fbTotal Total Facebook activity.
twitter Total number of Twitter shares.
googlePlus Total number of googlePlus shares.
excludeUrl If the link has been excluded from the application. (Values: yes or no)
cognitiveseoDate The date when the link was inserted into cognitiveSeo.
credits The credit cost of the command.
time The time it took to process the command.
Go Top