Skip to main content
PUT
Update campaign

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Path Parameters

id
integer
required

Campaign ID.

Body

application/json
name
string

Campaign name. Maximum 100 characters.

commission_plan_id
integer

Active commission plan ID assigned to the offer.

traffic_source_id
integer

Traffic source ID.

traffic_approach_id
integer

Traffic approach ID.

landing_page_id
integer

Active landing page ID belonging to the offer.

creative_id
integer | null

Creative ID belonging to the offer, or null to remove.

status
enum<string>

Campaign status.

Available options:
active,
paused

Response

Campaign updated.

message
string
Example:

"Campaign updated"

success
boolean
Example:

true

info
object