diff --git a/src/connections/destinations/methods-compare.md b/src/connections/destinations/methods-compare.md index fcbfba6682..c3fd9143ad 100644 --- a/src/connections/destinations/methods-compare.md +++ b/src/connections/destinations/methods-compare.md @@ -18,11 +18,11 @@ This page lists which [Segment methods](/docs/connections/spec/) each destinatio Alias 🏷 {% for destination in site.data.catalog.destinations.items %} -{% unless 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 %} +{% unless destination.methods.track == false and destination.methods.page == false and destination.methods.identify == false and destination.methods.group == false and destination.methods.alias == false %} {% if destination.status == "PUBLIC_BETA" %}ℹ️ {% endif %}**[{{ destination.display_name }}](/docs/{{ destination.url }})** {% if destination.methods.track %}✅{% else %}⬜️{% endif %} - {% if destination.methods.page_view %}✅{% else %}⬜️{% endif %} + {% if destination.methods.page %}✅{% else %}⬜️{% endif %} {% if destination.methods.identify %}✅{% else %}⬜️{% endif %} {% if destination.methods.group %}✅{% else %}⬜️{% endif %} {% if destination.methods.alias %}✅{% else %}⬜️{% endif %} @@ -34,7 +34,7 @@ This page lists which [Segment methods](/docs/connections/spec/) each destinatio #### The following destinations have no method information available: {% for destination in site.data.catalog.destinations.items %} -{% 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 %} +{% 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 %} - [{{ destination.display_name }}](/docs/{{ destination.url }}){% if destination.status == "PUBLIC_BETA" %} (beta){% endif %} {% endif %} {% endfor %}