Skip to content

Commit 3e91eaf

Browse files
author
markzegarelli
authored
Added verbiage to describe the maximum number of mappings (#2991)
1 parent 3650c8e commit 3e91eaf

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

src/_includes/components/actions-fields.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@
7878

7979

8080
Build your own Mappings! Combine supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following {{currentIntegration.display_name | remove: " (Actions)"}}-supported actions:
81+
82+
<div class="premonition info">
83+
<div class="fa fa-info-circle"></div>
84+
<div class="content">
85+
<p class="header">Mapping limits per destination</p>
86+
<p>Individual destination instances have support a maximum of 50 mappings.</p>
87+
</div>
88+
</div>
89+
8190
{% for action in actions %}
8291
- [{{action.name}}](#{{action.name | slugify}})
8392
{% endfor %}

src/connections/destinations/actions.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ To delete a destination action: click the action to select it, and click **Delet
9696
This takes effect within minutes, and removes the action completely. Any data that would have gone to the destination is not delivered. Once deleted, the saved action cannot be restored.
9797

9898

99-
## Customizing mappings
99+
## Customize mappings
100100

101-
If you are using the default mappings for a destination action, you do not *need* to customize the mapping template for the action. However, you can always edit the fields later if you find that the defaults no longer meet your needs.
101+
If you use the default mappings for a destination action, you don't *need* to customize the mapping template for the action. You can edit the fields later if you find that the defaults no longer meet your needs.
102+
103+
> info ""
104+
> Actions-based destinations have a limit of 50 individual mappings.
102105
103106
To create a custom destination action, start from the Actions tab.
104107
If necessary, click **New Mapping** to create a new, blank action.
@@ -123,7 +126,7 @@ If necessary, click **New Mapping** to create a new, blank action.
123126

124127
The following type filters and operators are available to help you build conditions:
125128

126-
- **Event type** (`is`/`is not`). This allows you to filter by the [event types in the Segment Spec](https://segment.com/docs/connections/spec).
129+
- **Event type** (`is`/`is not`). This allows you to filter by the [event types in the Segment Spec](/docs/connections/spec).
127130
- **Event name** (`is`, `is not`, `contains`, `does not contain`, `starts with`, `ends with`). Use these filters to find events that match a specific name, regardless of the event type.
128131
- **Event property** (`is`, `is not`, `less than`, `less than or equal to`, `greater than`, `greater than or equal to`, `contains`, `does not contain`, `starts with`, `ends with`, `exists`, `does not exist`). Use these filters to trigger the action only when an event with a specific property occurs. You can specify nested properties using dot notation, for example `context.app.name`. If the property might appear in more than one format or location, you can use an ANY statement and add conditions for each of those formats. For example, you might filter for both `context.device.type = ios` as well as `context.os.name = "iPhone OS``"`
129132
The `does` `not exist` operator matches both a `null` value or a missing property.

0 commit comments

Comments
 (0)