Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner creates a material (Tearsheet or Checklist PDF) from the Materials editor.

content is a generic catch-all holding the artwork detail fields included in the generated material (e.g. only the fields whose checkboxes are selected). It is kept generic on purpose — parsed ad-hoc downstream rather than maintained as a rigid set of top-level fields — so the same event can serve Materials, Mailchimp, Instagram, etc.

This schema describes events sent to Segment from OsCreatedStudioContent

example
{
  action: "createdStudioContent",
  context_module: "materialsEditor",
  context_page_owner_type: "studioMaterials",
  value: "tearsheet",
  brand_kit: true,
  content: {
    artworkTitle: "Xpto",
    artistNames: ["Jane Doe", "John Doe"],
    date: "2025"
  }
}

Hierarchy

  • OsCreatedStudioContent

Index

Properties

action

action: createdStudioContent

brand_kit

brand_kit: boolean

content

content: Record<string, unknown>

Generic catch-all for the artwork detail fields included in the generated material

context_module

context_module: materialsEditor

context_page_owner_type

context_page_owner_type: studioMaterials

value

value: "tearsheet" | "checklist"

Generated using TypeDoc