@segment/public-api-sdk-typescript 73.2.0-b666 → 73.2.0-b681
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,7 +43,7 @@ export class ActivationOutput {
|
|
|
43
43
|
*/
|
|
44
44
|
'connectionId': string;
|
|
45
45
|
/**
|
|
46
|
-
* Determines when an event is sent to the Destination. Possible values: Audience Entered
|
|
46
|
+
* Determines when an event is sent to the Destination. Possible values: - **Audience Entered**: Sends an event when a profile or entity enters the audience. - **Audience Exited**: Sends an event when a profile or entity exits the audience. - **Audience Membership Changed**: Sends an event for both entries and exits. This does not apply to entities. - **Entity Added**: Sends an event when an entity is added to the audience. - **Entity Removed**: Sends an event when an entity is removed from the audience. - **Entity Values Changed**: Sends an event when an entity\'s property values change. Restricted to freshness-enabled Destinations. - **All Events**: Sends events for all trigger conditions (enters, exits, and entity value changes for freshness Destinations; enters and exits only for non-freshness Destinations). Note that events are sent for the profile, unless the audience is a Linked Audience. In that case, events are sent for the target entity defined for that audience.
|
|
47
47
|
*/
|
|
48
48
|
'activationType': string;
|
|
49
49
|
/**
|
|
@@ -27,7 +27,7 @@ export class AddActivationToAudienceAlphaInput {
|
|
|
27
27
|
*/
|
|
28
28
|
'performResync': boolean;
|
|
29
29
|
/**
|
|
30
|
-
* Determines when an event is sent to the Destination. Possible values: Audience Entered
|
|
30
|
+
* Determines when an event is sent to the Destination. Possible values: - **Audience Entered**: Sends an event when a profile or entity enters the audience. - **Audience Exited**: Sends an event when a profile or entity exits the audience. - **Audience Membership Changed**: Sends an event for both entries and exits. This does not apply to entities. - **Entity Added**: Sends an event when an entity is added to the audience. - **Entity Removed**: Sends an event when an entity is removed from the audience. - **Entity Values Changed**: Sends an event when an entity\'s property values change. Restricted to freshness-enabled Destinations. - **All Events**: Sends events for all trigger conditions (enters, exits, and entity value changes for freshness Destinations; enters and exits only for non-freshness Destinations). Note that events are sent for the profile, unless the audience is a Linked Audience. In that case, events are sent for the target entity defined for that audience.
|
|
31
31
|
*/
|
|
32
32
|
'activationType': string;
|
|
33
33
|
/**
|