Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ActivationAdditionalAttributesConfigInput

Represents the additional attributes configuration for the market segment activation input.
Property Type Description Required or Optional Available Version
activationPlatformAttrId String Activation platform attribute ID. 60.0
dataSourceType String Type of data source. 60.0
entityName String Name of the entity. 60.0
filterExpression List< ConnectApi.AttributeFilterInput> Attribute filter expression. 60.0
isRolluppable Boolean Indicates whether the attribute can roll up (true) or not (false). 60.0
label String Label of the attribute. 60.0
name String Name of the attribute. 60.0
preferredName String Preferred name of the attribute. 60.0
queryPathConfig List< ConnectApi.QueryPathInputConfig> Query path from the activateOn entity to the additional attribute entity. 60.0
referenceAttributeName String Developer name of the reference attribute. 60.0
source DataExportAttributeSourceEnum Activation attribute source.
  • Direct
  • Related
60.0
type DataExportAttributeTypeEnum Type of activation attribute.
  • Computed_Dimension
  • Computed_Measure
  • Model
  • Model_Related
  • Non_Aggregatable_Computed_Measure
60.0