getSupportedCountryCodes

Definition

The getSupportedCountryCodes API Command will display for each search engine what countries are available for tracking.

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

se The search engine supported. (google, yahoo or bing)

Input URL Example

http://api.cognitiveseo.com/command.php?apiKey=your_api_code&command=getSupportedCountryCodes&se=google

Output Example

Running this command will result in the following JSON output:

 

Output Details

status The status of the command (success or error).
data Which country is supported.
credits The credit cost of the command.
time The time it took to process the command.
Go Top