Skip to content

Commit 5b7ebf9

Browse files
Update sessionization-using-RANGE_SESSIONIZE-in-google-big-query.md
1 parent 44eca75 commit 5b7ebf9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sessionization-using-RANGE_SESSIONIZE-in-google-big-query.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,17 @@ order by session_range
5151
| saqib | /plant_a_tree | [2024-03-19T18:43:18, 2024-03-19T18:44:18) | [2024-03-19T18:43:18, 2024-03-19T18:53:18) | 2 |
5252
| saqib | /build_a_well | [2024-03-19T18:44:18, 2024-03-19T18:48:18) | [2024-03-19T18:43:18, 2024-03-19T18:53:18) | 2 |
5353
| saqib | /donate | [2024-03-19T18:48:18, 2024-03-19T18:53:18) | [2024-03-19T18:43:18, 2024-03-19T18:53:18) | 2 |
54+
55+
56+
57+
# See also
58+
<ul id="recent-articles">
59+
{% for page in site.pages %}
60+
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event") %}
61+
<li>
62+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
63+
</li>
64+
{% endif %}
65+
{% endfor %}
66+
</ul>
67+

0 commit comments

Comments
 (0)