OBJECT

Campaign

A Campaign is a marketing effort to acquire, retain, cross-sell or upsell customers. Marketers continuously create campaigns, typically time-bound (e.g. a Christmas or Black-Friday Campaign). In the context of subscriptions, a new campaign is typically a duplicate of an old campaign.

link GraphQL Schema definition

  • type Campaign {
  • # Name of the campaign
  • name: String
  • # Additional data of the campaign
  • data: CampaignData
  • # Path to campaign
  • path: String
  • # Offers of campaign
  • offers: [Offer]
  • # Offers related to campaign
  • associated: Associations
  • }

link Require by