Campaign
A Campaign Manager 360 campaign. Campaigns are the top-level organizational unit for advertising activities, grouping ads, placements, and creatives under a single advertiser with shared configuration, date ranges, and targeting.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Campaign ID. This is a read-only, auto-generated field. |
| accountId | string | Account ID of this campaign. |
| subaccountId | string | Subaccount ID of this campaign. |
| advertiserId | string | Advertiser ID of this campaign. Required on insert. |
| advertiserGroupId | string | Advertiser group ID of the associated advertiser. |
| name | string | Name of this campaign. Must be fewer than 512 characters and unique among campaigns of the same advertiser. |
| archived | boolean | Whether this campaign has been archived. |
| startDate | string | Start date of this campaign. The date format is YYYY-MM-DD. |
| endDate | string | End date of this campaign. Must be on or after the start date. The date format is YYYY-MM-DD. |
| comment | string | Arbitrary comments about this campaign. Must be fewer than 256 characters. |
| billingInvoiceCode | string | Billing invoice code included in the invoices. |
| defaultLandingPageId | string | Default landing page ID for this campaign. |
| externalId | string | External ID for this campaign. |
| audienceSegmentGroups | array | Audience segment groups assigned to this campaign. Maximum of 300 segment groups. |
| eventTagOverrides | array | Event tag overrides for this campaign. |
| creativeGroupIds | array | List of creative group IDs assigned to this campaign. |
| additionalCreativeOptimizationConfigurations | array | Additional creative optimization configurations. |
| euPoliticalAdsDeclaration | string | EU political advertising declaration for this campaign. |
| kind | string | Identifies what kind of resource this is. Value is always dfareporting#campaign. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Campaign",
"type": "object",
"description": "A Campaign Manager 360 campaign. Campaigns are the top-level organizational unit for advertising activities, grouping ads, placements, and creatives under a single advertiser with shared configuration, date ranges, and targeting.",
"properties": {
"id": {
"type": "string",
"description": "Campaign ID. This is a read-only, auto-generated field."
},
"accountId": {
"type": "string",
"description": "Account ID of this campaign."
},
"subaccountId": {
"type": "string",
"description": "Subaccount ID of this campaign."
},
"advertiserId": {
"type": "string",
"description": "Advertiser ID of this campaign. Required on insert."
},
"advertiserGroupId": {
"type": "string",
"description": "Advertiser group ID of the associated advertiser."
},
"name": {
"type": "string",
"description": "Name of this campaign. Must be fewer than 512 characters and unique among campaigns of the same advertiser."
},
"archived": {
"type": "boolean",
"description": "Whether this campaign has been archived."
},
"startDate": {
"type": "string",
"description": "Start date of this campaign. The date format is YYYY-MM-DD."
},
"endDate": {
"type": "string",
"description": "End date of this campaign. Must be on or after the start date. The date format is YYYY-MM-DD."
},
"comment": {
"type": "string",
"description": "Arbitrary comments about this campaign. Must be fewer than 256 characters."
},
"billingInvoiceCode": {
"type": "string",
"description": "Billing invoice code included in the invoices."
},
"defaultLandingPageId": {
"type": "string",
"description": "Default landing page ID for this campaign."
},
"externalId": {
"type": "string",
"description": "External ID for this campaign."
},
"audienceSegmentGroups": {
"type": "array",
"description": "Audience segment groups assigned to this campaign. Maximum of 300 segment groups."
},
"eventTagOverrides": {
"type": "array",
"description": "Event tag overrides for this campaign."
},
"creativeGroupIds": {
"type": "array",
"description": "List of creative group IDs assigned to this campaign."
},
"additionalCreativeOptimizationConfigurations": {
"type": "array",
"description": "Additional creative optimization configurations."
},
"euPoliticalAdsDeclaration": {
"type": "string",
"description": "EU political advertising declaration for this campaign."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value is always dfareporting#campaign."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/google-campaign-manager-campaign"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.