Welcome to Zuora Product Documentation

Explore our rich library of product information

Segments and Usage

This concept explains how to configure and use Featured Segments in the rules canvas, including JSON input format and activation steps.

This section includes a single JSON input to configure available options on the Featured Segments node on the rules canvas.

Input takes the form of a flat JSON object, where keys are the BlueConic segment IDs and the values are the human-readable segment name you want displayed on the node configuration dropdown when selecting a segment in your rule.

The format is as follows:
{
    "seg1": "Segment 1",
    "seg2": "Segment 2",
    "seg3": "Segment 3"
}

Activate Plugin

Once you've input the relevant details, confirm which of your Sites the extension should be active on. To do this, use the toggles for each site under the Activate Plugin section, or choose Select All Sites.

Once completed, click Save. Your extension is now enabled.

Usage

Once configured and activated, most of the extension functionality should be automatic.

To use the canvas decision nodes, navigate to the relevant Feature or Redirect Rule and select the BlueConic tab from the rules palette. You will then be able to drag either the 'Manual' or 'Featured Segments' decision nodes onto your canvas and complete your Rule as usual.

For the Manual node, you will need to add the raw BlueConic Degment ID as a string to the input.

For the Featured Segments node, you will be able to choose from one of the pre-configured options via a drop down.