Skip to content

Commit ccbeed2

Browse files
authored
Merge pull request #2676 from markurquhart/issue-2669
Correcting Page methods name
2 parents 5e6425f + 353ea49 commit ccbeed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/destinations/methods-compare.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ This page lists which [Segment methods](/docs/connections/spec/) each destinatio
1818
<th> <a href="/docs/connections/spec/alias/">Alias 🏷</a> </th>
1919
</tr>
2020
{% for destination in site.data.catalog.destinations.items %}
21-
{% 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 %}
21+
{% 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 %}
2222
<tr>
2323
<td>{% if destination.status == "PUBLIC_BETA" %}ℹ️ {% endif %}**[{{ destination.display_name }}](/docs/{{ destination.url }})**</td>
2424
<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>
2626
<td>{% if destination.methods.identify %}✅{% else %}⬜️{% endif %} </td>
2727
<td>{% if destination.methods.group %}✅{% else %}⬜️{% endif %} </td>
2828
<td>{% if destination.methods.alias %}✅{% else %}⬜️{% endif %} </td>
@@ -34,7 +34,7 @@ This page lists which [Segment methods](/docs/connections/spec/) each destinatio
3434

3535
#### The following destinations have no method information available:
3636
{% 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 %}
3838
- [{{ destination.display_name }}](/docs/{{ destination.url }}){% if destination.status == "PUBLIC_BETA" %} (beta){% endif %}
3939
{% endif %}
4040
{% endfor %}

0 commit comments

Comments
 (0)