Skip to content
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

StackAdapt Audiences notes #2

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/_includes/components/actions-fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,32 @@
</div>
{% endif %}

<!--- IG 11/24: Eng requested notes for the following StackAdapt Audiences destination actions-->

{% if action.id == 'dkwweyGfhoSh7jWwSi9n4D' %}
<div class="premonition warning">
<div class="fa fa-check-square"></div>
<div class="content">
<p class="header">Foward Audience Event is only compatible with Engage Audiences</p>
<p markdown=1>
The Foward Audience Event Action syncs Engage Audiences with StackAdapt. Users without Twilio Engage should use the [Forward Profile](#forward-profile) Action.
</p>
</div>
</div>
{% endif %}

{% if action.id == '8mmGRhHeA8F2fzwNXVymNF' %}
<div class="premonition info">
<div class="fa fa-check-circle"></div>
<div class="content">
<p class="header">Forward Profile is compatible with Segment Connections</p>
<p markdown=1>
If you're a Twilio Engage user, use the [Foward Audience Event](#foward-audience-event) Action to sync Engage Audiences with StackAdapt.
</p>
</div>
</div>
{% endif %}

{% if action.fields.size > 0 %}
<p class="button button-hollow" data-toggle="collapse" data-target=".settings-content-{{action.slug}}">Click to show / hide fields</p>
<div class="collapse settings-content-{{action.slug}} show">
Expand Down