Engagement Signal Compound Metrics

Create, get, and delete Engagement Signal Compound Metrics.
Resource
This resource is applicable for POST method.
1/personalization/compound-metrics
This resource is applicable for GET and DELETE methods.
1/personalization/compound-metrics/compoundMetricIdOrName
The compoundMetricIdOrName property is the ID or API name of the compound metric.
Resource example
This example shows a sample resource applicable for POST method.
1https://yourInstance.salesforce.com​/services/data​/v67.0/personalization/compound-metrics
This example shows a sample resource applicable for GET and DELETE methods.
1https://yourInstance.salesforce.com​/services/data​/v67.0/personalization/compound-metrics/2H0xx0000004CBkCAX
Available version
64.0
HTTP methods
GET, POST, DELETE
Request body for POST
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
Response body for POST and GET
Engagement Signal Compound Metric