Newer Version Available

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

Engagement Signal Compound Metric

Response body for an Engagement Signal Compound Metric.
JSON example
This example shows a sample response with details of an engagement signal compound metric.
1{
2  "id": "2H0xx0000004CBkCAX",
3  "name": "MyCompoundMetric",
4  "label": "MyCompoundMetric",
5  "description": "Email click through rate",
6  "operator": "RATIO",
7  "numeratorMetric": {
8    "engagementSignalName": "EmailEngagement",
9    "engagementSignalMetricName": "Emails_Interacted"
10  },
11  "denominatorMetric": {
12    "engagementSignalName": "EmailEngagement",
13    "engagementSignalMetricName": "Emails_Sent"
14  },
15  "url": "/services/data/v64.0/personalization/compound-metrics/2H0xx0000004CBkCAX"
16}
Property Name Type Description Filter Group and Version Available Version
id ID ID of the compound metric. Small, 64.0 64.0
label String Label for the compound metric. Small, 64.0 64.0
name String API name for the compound metric. Small, 64.0 64.0
numeratorMetric Metric Field The Engagement Signal Metric used as the primary operand. Small, 64.0 64.0
denominatorMetric Metric Field The Engagement Signal Metric used as the secondary operand. Small, 64.0 64.0
description String Description of the compound metric. Small, 64.0 64.0
operator String Operator between the two metrics. Small, 64.0 64.0
createdById ID Created by ID of the Compound Metric. Small, 64.0 64.0
createdDate Date Creation date of the Compound Metric. Small, 64.0 64.0
lastModifiedById ID Last modified ID of the Compound Metric. Small, 64.0 64.0
lastModifiedDate Date Last modified date of the Compound Metric. Small, 64.0 64.0
url Connect Url Connect URL to this resource. Small, 64.0 64.0