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.ActivationDefinitionInput
Represents the activation definition input.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| activationTargetName | String | Name of the activation target. Either activationTargetName or dataExportDefinitionId must be present. | 60.0 | |
| activationTargetSubjectConfig | ActivationTargetSubjectConfigInputRepresentation | Subject configuration for the activation target. | 60.0 | |
| attributeLimitingExpressionConfig | List<ConnectApi.AttributeLimitingExpressionInput> | Limiting expression configuration for the activation. | 63.0 | |
| attributesConfig | List< ConnectApi.ActivationAdditionalAttributesConfigInput> | Additional attributes for the activation. | 60.0 | |
| contactPointsConfig | List<ConnectApi.ActivationContactPointInput> | Contact points configuration for the activation target. | 60.0 | |
| curatedEntity | CuratedEntityInputRepresentation | Curated entity details for the activation. | 60.0 | |
| customerFileSource | ActivationPlatformCustomerFileSourceEnum | Customer file source of the activation platform.
|
60.0 | |
| dataExportDefinitionId | String | Activation target ID for the activation. Either activationTargetName or dataExportDefinitionId must be present. | 60.0 | |
| dataSourcesConfig | List< ConnectApi.DataSourceNameConfigInput> | Data source configuration for the activation. | 60.0 | |
| dataSpaceName | String | Data space name for the activation. | 60.0 | |
| description | String | Description of the activation. | 60.0 | |
| directDmoFiltersConfig | List< ConnectApi.DMOFilterInput> | Direct DMO filters for the activation. | 60.0 | |
| limitValue | Integer | Audience limit value for the activation. | 63.0 | |
| marketSegmentId | String | Segment ID of the segment the activation needs to be created against. Either marketSegmentID or segmentApiName must be present. | 60.0 | |
| name | String | Name of the activation. | 60.0 | |
| refreshType | String | Indicates the refresh type for the activation, either Full or Incremental . | 60.0 | |
| relatedDmoFiltersConfig | List< ConnectApi.DMOFilterInput> | 60.0 | ||
| segmentApiName | String | Developer name of the segment the activation needs to be created against. Either marketSegmentID or segmentApiName must be present. | 60.0 | |
| shouldExcludeDeletes | Boolean | Indicates whether to exclude records removed since the last refresh (true) or not (false) . | 60.0 | |
| shouldExcludeUpdates | Boolean | Indicates whether to exclude records modified since the last refresh (true) or not (false) . | 60.0 | |
| staticDataConfig | List< ConnectApi.StaticDataInput> | Configuration of static data, which adds metadata or campaign details in the ouput. For example, campaignId or campaignName. | 60.0 |