CampaignCreateRequest
Request body to create a campaign. The network comes from the path. name is required; the remaining business fields may be filled in here or later (they must all be present before an offer can be sent --- see the offer flow). Lifecycle (status) and the version/raw info map are platform-owned and never accepted here.
Human-readable name of the campaign (required)
Spring Launch 2026Identifier of the advertiser this campaign runs for
3Kd7Np5RvM9qWx2T8yZ6Brand being advertised in the campaign
Acme CorpProduct being advertised in the campaign
Acme Pro HeadphonesCategory the advertised product belongs to
Consumer ElectronicsContent categories the campaign is eligible to run against
Free-text description of the campaign
Promoting the Spring 2026 product lineDate the campaign is scheduled to start running
2026-01-15T09:30:00ZDate the campaign is scheduled to stop running
2026-03-15T09:30:00ZTotal campaign budget in US dollars
50000Cost per thousand impressions (CPM) in US dollars
25ad_variants object[]nullable
Ad variants (copy and configuration) to define for the campaign
Identifier of the variant. Optional on create; the server generates one when omitted.
2Bx6Rk9LtN5mZq8Wv4GHuman-readable name of the variant.
Holiday promoThe ad copy text for this variant.
This episode is brought to you by Acme...Ad-serving platform the campaign targets (defaults to adbridge)
Possible values: [adbridge, adswizz, megaphone]
adswizzadswizz objectnullable
Link to an Adswizz campaign (sets platform context; merged onto info.adswizz)
Identifier of the linked campaign in Adswizz
az_8421907targeting objectnullable
Free-form targeting parameters (open, platform-defined)
tracking objectnullable
Free-form tracking configuration (open, platform-defined)
{
"name": "Spring Launch 2026",
"advertiser_id": "3Kd7Np5RvM9qWx2T8yZ6",
"brand_name": "Acme Corp",
"product_name": "Acme Pro Headphones",
"product_category": "Consumer Electronics",
"categories": [
"string"
],
"description": "Promoting the Spring 2026 product line",
"start_date": "2026-01-15T09:30:00Z",
"end_date": "2026-03-15T09:30:00Z",
"budget": 50000,
"cpm": 25,
"ad_variants": [
{
"id": "2Bx6Rk9LtN5mZq8Wv4G",
"name": "Holiday promo",
"ad_copy": "This episode is brought to you by Acme..."
}
],
"platform": "adswizz",
"adswizz": {
"campaign_id": "az_8421907"
},
"targeting": {},
"tracking": {}
}