Newer Version Available

This content describes an older version of this product. View Latest

Engagement Signal Compound Metric

Request body for creating an Engagement Signal Compound Metric.
JSON Example
1{
2              "numeratorMetric": {
3              "engagementSignalName": "EmailEngagement",
4              "engagementSignalMetricName": "Emails_Interacted"
5              },
6              "denominatorMetric": {
7              "engagementSignalName": "EmailEngagement",
8              "engagementSignalMetricName": "Emails_Sent"
9              },
10              "description": "Email click through rate",
11              "name": "MyCompoundMetric",
12              "label": "MyCompoundMetric",
13              "operator": "RATIO"
14              }
Properties
Name Type Description Required or Optional Available Version
numeratorMetric Metric Field Input The Engagement Signal Metric used as the primary operand. Required 64.0
denominatorMetric Metric Field Input The Engagement Signal Metric used as the secondary operand. Required 64.0
description String Description of the compound metric. Optional 64.0
label String Label for the compound metric. Required 64.0
name String API name for the compound metric. Required 64.0
operator Enum Operator between the two metrics. Required 64.0