You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>{% if destination.methods.track %}✅{% else %}⬜️{% endif %} </td>
25
-
<td>{% if destination.methods.page_view %}✅{% else %}⬜️{% endif %} </td>
25
+
<td>{% if destination.methods.page %}✅{% else %}⬜️{% endif %} </td>
26
26
<td>{% if destination.methods.identify %}✅{% else %}⬜️{% endif %} </td>
27
27
<td>{% if destination.methods.group %}✅{% else %}⬜️{% endif %} </td>
28
28
<td>{% if destination.methods.alias %}✅{% else %}⬜️{% endif %} </td>
@@ -34,7 +34,7 @@ This page lists which [Segment methods](/docs/connections/spec/) each destinatio
34
34
35
35
#### The following destinations have no method information available:
36
36
{% for destination in site.data.catalog.destinations.items %}
37
-
{% if destination.methods.track == false and destination.methods.page_view == false and destination.methods.identify == false and destination.methods.group == false and destination.methods.alias == false %}
37
+
{% if destination.methods.track == false and destination.methods.page == false and destination.methods.identify == false and destination.methods.group == false and destination.methods.alias == false %}
0 commit comments