Bid upload CSV format
When you upload a CSV to manage bids in bulk, your CSV must have the following format:
AdSetId
The adset Id from justtrack. Note: not all partners support bidding at the adset level.
CampaignId
✅
The campaign id from justtrack.
CampaignName
The name of the campaign. Note: This is to help you keep track of the data in your CSV. We ignore this value. Instead, we use the campaign Id to look up the campaign name.
SourceId
The identifier for the source in which the ad is shown.
SourceBundleId
The bundle Id or package name of the app in which the ad is shown.
OptimalBidUsd
✅
The USD ($) target bid value. For example 0.20
.
Note: The number of supported digits depends on the partner.
Delete
✅
An indication of whether we should delete the bid. true
means delete. false
means do not delete.
Instead of creating this format yourself, you can download our sample CSV from the Bid Uploads page and fill in your bid configurations. If you use this method, don't delete any unused columns. Otherwise, the format will no longer be valid.
Last updated