JourneyGoal

Goal criteria for measuring journey success

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
key string
name string
description string
metCriteria string Criteria expression that defines when the goal is met
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-journey-goal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JourneyGoal",
  "type": "object",
  "description": "Goal criteria for measuring journey success",
  "properties": {
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "metCriteria": {
      "type": "string",
      "description": "Criteria expression that defines when the goal is met"
    }
  }
}