Skip to content

Commit da376cb

Browse files
committed
rm Amplitude (Actions) from the integrations object callout
1 parent 444e384 commit da376cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h6>Destination Info</h6>
4949
<ul class="qi">
5050
{% if destMethods.size > 0 %}{% unless page.id == '645d5fc12eb891cf0a93fe4b' %}<li>Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}</li>{% endunless %}{% endif %}
5151
{% if previous_names.size == 1 or components.size == 0 %}
52-
<li>Refer to it as <strong>{{previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
52+
<li>Refer to it as {% if page.id == '5f7dd6d21ad74f3842b1fc47' %}<strong>Actions Amplitude</strong> {% else %}<strong>{{previous_names | join: '</strong>, or <strong>' }}</strong>{% endif %} in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
5353
{% else %}
5454
{% if connectionModes.cloud.web == true or connectionModes.cloud.mobile == true or connectionModes.cloud.server == true %} <li>In Cloud-mode, refer to it as <strong>{{previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>{%endif%}
5555
{% if connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %} <li>In Device-mode, refer to it as <strong>{{previous_names | first}}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a> </li>{%endif%}

0 commit comments

Comments
 (0)