Search our Knowledge Base
Search

Update Campaign API



The update_campaign method allows you to add to or update a campaign's profile id, profile ref id, or reference id. 

Refer to the Rank Ranger API Overview page for information on how to obtain API access, obtain an API Key, a full list of API methods and error codes.

 
 

Parameters

 
 
key string The unique API key assigned to your account
campaign_id or
reference_id
int
string
The campaign ID (can be obtained using the package_campaigns method)
Optional: your internal reference_id can be used instead of campaign_id if this parameter exists in the campaign (refer to Add Campaign or Update Campaign methods).
new_reference_id string Replace your old reference_id. Character limit is 50 English letters, numbers and/or the characters ". _ -"
profile_id or
profile_ref_id
int
string
Profiles can be used for grouping multiple campaigns in one white label portal. Refer to Get All Profiles to obtain a list of Profile IDs.
Optional: your internal profile_ref_id can be used instead of profile_id if this parameter has been added to your account (refer to  Add Profile).


Examples

 
Construct & test API requests in the API Console or follow one of these examples:

Example adding a new Reference ID
https://www.rankranger.com/api/v2/?update_campaign&key=YOURAPIKEY&campaign_id=RankRangerCampaignID
&new_reference_id=YourReferenceID

Example adding your Profile Reference ID
https://www.rankranger.com/api/v2/?update_campaign&key=YOURAPIKEY&profile_ref_id=YourProfileReferenceID

Example replacing your reference ID
https://www.rankranger.com/api/v2/?update_campaign&key=YOURAPIKEY&reference_id=YourOldReferenceID
&new_reference_id=YourNewReferenceID

The default output format is XML, if you want JSON simply add "&output=json" to the end of the string.


Response

 
<?xml version="1.0" encoding="utf-8"?>
<tracking-data provider="rankranger" date="02/01/2016" time="16:15:20" status="ok" >
  
<success>Reference ID successfully updated</success
</tracking-data>

Note:
Each reference ID must be unique, it can only exist in your account once, if you try to use the same reference ID more than once, you will receive an error response.

How to Obtain API Access

More

How to Generate New API Keys

More

API Console: Construct & Test API Requests

More

API Query Limits

More

Developer API Methods

More

API Error Codes

More

Get the ultimate SEO tools with the Rank Ranger Software
Learn More About Rank Ranger