Есть ли способ отслеживать мгновенные просмотры Telegram, как в Google Analytics?
Я работаю с шаблоном мгновенного просмотра Telegram, и пока все идет хорошо. Но я не могу отследить это в Google Analytics.
Это мой сегмент правил мгновенного просмотра:
~version: "2.0"
?path : /blog/.+
$main: //div[has-class("homeBg")]
body : $main//span[@id="blog_body"]
title: $main//h1
cover: $body//h1/next-sibling::figure
image_url : $body//figure//p[.//img]
cover: $main//*[has-class("fig_blog-img")]//img
cover: $main//img[has-class("fig_blog-img")]
# IV supports anchors.
# We can add them before each of h3/h4 headers
@before(<anchor>, name, @id): $body//h3[@id]
@before(<anchor>, name, @id): $body//h4[@id]
@debug