Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This Campaign Creation component uses an input for goals in order to be more dynamic. This is the default configuration if no other input is provided in the setup of the component:

Code Block
[
    {
        "label": "Brand Awareness",
 
      "description": "Brand awarenessIncrease describes the goal to increase awareness and visibility of a brand.",
 
      "iconName": "standard:catalog",
        "picklistValue": "brand awareness"

   },
    {
        "label": "Conversion",

       "description": "Conversion describes the goal to have visitors executing "Execute specific actions such as making a purchase.",
 
      "iconName": "custom:custom26",
        "picklistValue": "conversion"

   },
    {
        "label": "Reach",

       "description": "Reach describes the goal to reach the maximum number of people in your target group.",
 
      "iconName": "standard:customers",
        "picklistValue": "reach"

   }
]

The format can be built like this:

...