PageResponse_CampaignDto_
A single page of results. nextCursor is an opaque token to pass back as ?cursor= to fetch the following page; null means there are no more results.
items object[]required
Unique identifier of the campaign
7Hb2Kp9QvL3mNx0R8tZ4Identifier of the network that owns the campaign
9Fc4Lm2RtN6pQx1S7wZ3Timestamp when the campaign was created
2026-01-15T09:30:00ZTimestamp when the campaign was last updated
2026-01-15T09:30:00ZAd-serving platform the campaign targets
Possible values: [adbridge, adswizz, megaphone]
adswizzadswizz objectnullable
Link to the campaign in Adswizz; present only when platform is adswizz
Identifier of the linked campaign in Adswizz
az_8421907Identifier of the advertiser this campaign runs for, if assigned
3Kd7Np5RvM9qWx2T8yZ6advertiser objectnullable
The campaign's advertiser; present only when ?expand=advertiser was requested.
Unique identifier of the advertiser
3Kd7Np5RvM9qWx2T8yZ6Name of the advertiser
Acme CorpHuman-readable name of the campaign
Spring Launch 2026Brand being advertised in the campaign
Acme CorpProduct being advertised in the campaign
Acme Pro HeadphonesCategory the advertised product belongs to
Consumer ElectronicsDate 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
25Content categories the campaign is eligible to run against
ad_variants object[]
Ad variants (copy and configuration) defined for the campaign
Unique identifier of the ad-copy variant.
2Bx6Rk9LtN5mZq8Wv4GHuman-readable name of the variant.
Holiday promoThe ad copy text for this variant.
This episode is brought to you by Acme...Identifiers of podcasts explicitly excluded from this campaign
targeting objectnullable
Free-form targeting parameters for the campaign (e.g. geo). Structure is open and platform-defined.
tracking objectnullable
Free-form tracking configuration for the campaign (e.g. a tracking pixel). Structure is open and platform-defined.
targeting_csv objectnullable
CSV file listing the campaign's targeting, if uploaded
Original filename of the uploaded CSV
spring-targets.csvURL where the stored CSV can be downloaded
https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csvSize of the CSV file in bytes
2048Timestamp when the CSV was uploaded (ISO-8601)
2026-01-15T09:30:00Ztracking_csv objectnullable
CSV file listing the campaign's tracking, if uploaded
Original filename of the uploaded CSV
spring-targets.csvURL where the stored CSV can be downloaded
https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csvSize of the CSV file in bytes
2048Timestamp when the CSV was uploaded (ISO-8601)
2026-01-15T09:30:00ZCampaign lifecycle status
Possible values: [pending, active, completed, cancelled, archived]
{
"items": [
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"network_id": "9Fc4Lm2RtN6pQx1S7wZ3",
"created_at": "2026-01-15T09:30:00Z",
"updated_at": "2026-01-15T09:30:00Z",
"platform": "adswizz",
"adswizz": {
"campaign_id": "az_8421907"
},
"advertiser_id": "3Kd7Np5RvM9qWx2T8yZ6",
"advertiser": {
"id": "3Kd7Np5RvM9qWx2T8yZ6",
"name": "Acme Corp"
},
"name": "Spring Launch 2026",
"brand_name": "Acme Corp",
"product_name": "Acme Pro Headphones",
"product_category": "Consumer Electronics",
"start_date": "2026-01-15T09:30:00Z",
"end_date": "2026-03-15T09:30:00Z",
"budget": 50000,
"cpm": 25,
"categories": [
"string"
],
"ad_variants": [
{
"id": "2Bx6Rk9LtN5mZq8Wv4G",
"name": "Holiday promo",
"ad_copy": "This episode is brought to you by Acme..."
}
],
"excluded_podcast_ids": [
"string"
],
"targeting": {},
"tracking": {},
"targeting_csv": {
"filename": "spring-targets.csv",
"url": "https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csv",
"size": 2048,
"uploaded_at": "2026-01-15T09:30:00Z"
},
"tracking_csv": {
"filename": "spring-targets.csv",
"url": "https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csv",
"size": 2048,
"uploaded_at": "2026-01-15T09:30:00Z"
},
"status": "pending"
}
],
"next_cursor": "string"
}