Skip to content

DOC-242 Destination Actions filters update #1724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 9, 2021

Conversation

markzegarelli
Copy link
Contributor

@markzegarelli markzegarelli commented Jul 7, 2021

@netlify /docs/connections/destinations/actions/

@markzegarelli markzegarelli requested review from nielst and mshwery July 7, 2021 22:46
@netlify
Copy link

netlify bot commented Jul 7, 2021

✔️ Deploy Preview for segment-docs ready!

🔨 Explore the source changes: fea4cae

🔍 Inspect the deploy log: https://app.netlify.com/sites/segment-docs/deploys/60e62e786b27de00074d5a59

😎 Browse the preview: https://deploy-preview-1724--segment-docs.netlify.app

Copy link
Contributor

@mshwery mshwery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some suggestions. Take 'em or leave 'em


**Global Settings** are where you include information like API keys, and other connection-related information.

**Subscriptions** handle the individual calls to the destination. In them, you define what type of call you want to make to the destination, and what triggers that call. Individual Destination Actions come enabled with some predefined subscriptions to handle common events like Screen calls, Identify calls, and Track calls. Subscriptions have two components that make this possible: **Triggers** and an **Action**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Subscriptions** handle the individual calls to the destination. In them, you define what type of call you want to make to the destination, and what triggers that call. Individual Destination Actions come enabled with some predefined subscriptions to handle common events like Screen calls, Identify calls, and Track calls. Subscriptions have two components that make this possible: **Triggers** and an **Action**.
**Subscriptions** allow you to subscribe to events that you'd like to trigger actions in the destination. In them, you define which types of events you want to subscribe to, which action they should trigger, and how they should be transformed when sending to the destination action. Some Destinations come enabled with some predefined subscriptions (presets) to provide recommended scenarios like Screen calls, Identify calls, and Track calls. Subscriptions have two components that make this possible: a **Trigger** and an **Action**.

Not sure if this is clearer.


**Subscriptions** handle the individual calls to the destination. In them, you define what type of call you want to make to the destination, and what triggers that call. Individual Destination Actions come enabled with some predefined subscriptions to handle common events like Screen calls, Identify calls, and Track calls. Subscriptions have two components that make this possible: **Triggers** and an **Action**.

**Triggers** enable you to define *when* the corresponding Action fires. As part of a Trigger, you can use condition-based filters to narrow the scope of the trigger.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Triggers** enable you to define *when* the corresponding Action fires. As part of a Trigger, you can use condition-based filters to narrow the scope of the trigger.
**Triggers** enable you to define *when* the corresponding Action fires. As part of a Trigger, you can use condition-based filters to narrow the scope of the trigger to particular kinds of Segment events.

markzegarelli and others added 2 commits July 9, 2021 09:01
@markzegarelli markzegarelli merged commit 8cf17b7 into master Jul 9, 2021
@markzegarelli markzegarelli deleted the DOC-242_dest-action-filters branch July 9, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants