EngagementSignalCmpndMetric

Represents a rate metric that measures the ratio between two engagement signal metrics, such as product orders and product views to calculate a conversion rate, or email clicks and email opens to determine a click-through rate. Use this object to create complex measurements for A/B testing and web experimentation. This object is available in API version 62.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

Fields

Field Details
CompoundMetricFormula
Type
string
Properties
Filter, Group, idLookup, Nillable, Sort
Description
A read-only formula field that concatenates the three core components of a Compound Metric—the primary metric, the operator, and the secondary metric—into a single string. This field is unique within your Salesforce org.
This field is a calculated field.
DenomEngmtSignalMetricId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
Points to the EngagementSignalMetric record that serves as the denominator of the compound metric.
This field is a relationship field.
Relationship Name
DenomEngmtSignalMetric
Refers To
EngagementSignalMetric
IsRemote
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates if the engagement signal compound metric object is owned by a different org in Data 360.
The default value is false.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Timestamp that indicates the last time the engagement signal compound metric was referenced by the current user.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Timestamp that indicates the last time the current user viewed the engagement signal compound metric record.
Name
Type
string
Properties
Filter, Group, idLookup, Sort
Description
Required. Text label that identifies the engagement signal compound metric.
NumerEngmtSignalMetricId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Points to the EngagementSignalMetric record that serves as the numerator of the compound metric.
This field is a relationship field.
Relationship Name
NumerEngmtSignalMetric
Refers To
EngagementSignalMetric
Operator
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Represents the mathematical operation that combines the numerator and denominator metrics in the compound metric formula.
Possible values are:
  • Ratio
The default value is Ratio.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description

Represents the ID of the user or group that owns the engagement signal compound metric.

This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User

Usage

Use this object to create rate metrics for A/B testing and web experimentation. To measure the effectiveness of personalization experiences, divide the numerator metric by the denominator metric. These metrics help you make data-driven decisions to compare content performance. This object is used for measurement and isn’t used for machine learning model training.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

EngagementSignalCmpndMetricShare
Sharing is available for the object.