OBJECT

Asset

An Asset can be anything you would like to attach to your campaigns, whether this is an image, video or component. Once uploaded they can be attached to a campaign to be shown on your landing page and online experiences.

link GraphQL Schema definition

  • type Asset {
  • # Path of asset
  • path: String
  • # Placement of an asset
  • position: String
  • # Properties for asset
  • props: JSON
  • }