Launching your Campaign
Overview
Before launching your Campaign and its jobs live on the Talroo Marketplace, you should ensure that you have:
- Properly set your Campaign Type
- Properly set your Bidding Strategy
- You should also ensure that your Target CPA or CPC is aligned with your desired Campaign strategy
- Properly set up funding for your Campaign - See Campaign Funding
- Properly assigned the necessary jobs to your Campaign - See Job Filtering
Once you have completed the above tasks you are ready to launch your Campaign.
Launching your Campaign
To launch a Campaign live you can use the POST /campaigns/{campaignId}/launch endpoint.
The following example request to the POST /campaigns/{campaignId}/launch endpoint would set the Job Campaign (Id:12345) to live:
curl -X 'POST' \
'https://api.talroo.com/v5/campaigns/12345/launch' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {accessToken}' \
-H 'Content-Type: application/json'
Once your Campaign has been launched, it will be available to receive new traffic.
note
It may take up to 24 hours for your Campaign's jobs to make it to the Talroo Marketplace and for clicks to start coming in.