Google Campaign Manager · Example Payload

Google Campaign Manager Campaign Example

AdvertisingAnalyticsCampaign ManagementDigital MarketingReportingAd ServingAd TraffickingAttributionConversion TrackingMarketingMedia BuyingGoogle Marketing Platform

Google Campaign Manager Campaign Example is an example object payload from Google Campaign Manager, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idaccountIdsubaccountIdadvertiserIdadvertiserGroupIdnamearchivedstartDateendDatecommentbillingInvoiceCodedefaultLandingPageIdexternalIdaudienceSegmentGroupseventTagOverridescreativeGroupIdsadditionalCreativeOptimizationConfigurationseuPoliticalAdsDeclarationkind

Example Payload

Raw ↑
{
  "id": "abc123",
  "accountId": "500123",
  "subaccountId": "500123",
  "advertiserId": "500123",
  "advertiserGroupId": "500123",
  "name": "Example Title",
  "archived": true,
  "startDate": "example_value",
  "endDate": "example_value",
  "comment": "example_value",
  "billingInvoiceCode": "example_value",
  "defaultLandingPageId": "500123",
  "externalId": "500123",
  "audienceSegmentGroups": [],
  "eventTagOverrides": [],
  "creativeGroupIds": [],
  "additionalCreativeOptimizationConfigurations": [],
  "euPoliticalAdsDeclaration": "example_value",
  "kind": "example_value"
}